mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
added own font for plates
now bigchars.tga can get bigger than 256x256px (hopefully)
This commit is contained in:
parent
f47d51f34c
commit
9cedd46b8e
4 changed files with 15 additions and 19 deletions
BIN
baseq3r/gfx/2d/bigchars_plates.tga
Normal file
BIN
baseq3r/gfx/2d/bigchars_plates.tga
Normal file
Binary file not shown.
After Width: | Height: | Size: 256 KiB |
|
@ -148,7 +148,7 @@ static qboolean WriteNameOnTexture(TextureImage *texture, const char *name, int
|
||||||
int t, f, len, cnt;
|
int t, f, len, cnt;
|
||||||
TextureImage font;
|
TextureImage font;
|
||||||
|
|
||||||
if (!LoadTGA(&font, "gfx/2d/bigchars.tga"))
|
if (!LoadTGA(&font, "gfx/2d/bigchars_plates.tga"))
|
||||||
return qfalse;
|
return qfalse;
|
||||||
// LoadTGA(&font, "menu/art/font1_prop.tga");
|
// LoadTGA(&font, "menu/art/font1_prop.tga");
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define BASETA "missionpack"
|
#define BASETA "missionpack"
|
||||||
|
|
||||||
#ifndef PRODUCT_VERSION
|
#ifndef PRODUCT_VERSION
|
||||||
#define PRODUCT_VERSION "v0.3c_r432"
|
#define PRODUCT_VERSION "v0.3c_r433"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ q3rallycode
|
||||||
engine\code\botlib\l_utils.h
|
engine\code\botlib\l_utils.h
|
||||||
engine\code\botlib\lcc.mak
|
engine\code\botlib\lcc.mak
|
||||||
engine\code\botlib\linux-i386.mak
|
engine\code\botlib\linux-i386.mak
|
||||||
-cgame
|
+cgame
|
||||||
engine\code\cgame\cg_atmospheric.c
|
engine\code\cgame\cg_atmospheric.c
|
||||||
engine\code\cgame\cg_consolecmds.c
|
engine\code\cgame\cg_consolecmds.c
|
||||||
engine\code\cgame\cg_draw.c
|
engine\code\cgame\cg_draw.c
|
||||||
|
@ -886,25 +886,21 @@ q3rallycode
|
||||||
engine\cross-make-mingw64.sh
|
engine\cross-make-mingw64.sh
|
||||||
[Open project files]
|
[Open project files]
|
||||||
0=engine\code\qcommon\q_shared.h
|
0=engine\code\qcommon\q_shared.h
|
||||||
1=engine\code\q3_ui\ui_rally_options.c
|
1=engine\code\game\g_spawn.c
|
||||||
2=engine\code\cgame\cg_view.c
|
2=engine\code\game\g_target.c
|
||||||
3=engine\code\cgame\cg_consolecmds.c
|
3=engine\code\cgame\cg_rally_platetools.c
|
||||||
4=engine\code\cgame\cg_main.c
|
|
||||||
[Selected Project Files]
|
[Selected Project Files]
|
||||||
Main=
|
Main=
|
||||||
Selected=engine\code\qcommon\q_shared.h
|
Selected=engine\code\qcommon\q_shared.h
|
||||||
[engine\code\qcommon\q_shared.h]
|
[engine\code\qcommon\q_shared.h]
|
||||||
TopLine=59
|
TopLine=59
|
||||||
Caret=36,70
|
Caret=36,70
|
||||||
[engine\code\q3_ui\ui_rally_options.c]
|
[engine\code\game\g_spawn.c]
|
||||||
TopLine=237
|
TopLine=134
|
||||||
Caret=21,257
|
Caret=1,153
|
||||||
[engine\code\cgame\cg_view.c]
|
[engine\code\game\g_target.c]
|
||||||
TopLine=713
|
TopLine=24
|
||||||
Caret=14,729
|
Caret=3,41
|
||||||
[engine\code\cgame\cg_consolecmds.c]
|
[engine\code\cgame\cg_rally_platetools.c]
|
||||||
TopLine=455
|
TopLine=131
|
||||||
Caret=1,470
|
Caret=17,152
|
||||||
[engine\code\cgame\cg_main.c]
|
|
||||||
TopLine=2284
|
|
||||||
Caret=1,2300
|
|
||||||
|
|
Loading…
Reference in a new issue