Acumen
1036f4cb5b
Merged content of ps_instructions.txt into system.cfg, since they both have hotkey listings.
...
This was SVN commit r1081.
2004-08-29 15:59:18 +00:00
Acumen
23e9e16096
Removed ps_instructions as content has been merged into system.cfg.
...
This was SVN commit r1080.
2004-08-29 15:58:50 +00:00
janwas
f05afa04a2
fix incorrect Tex_reload state handling (caused actual reloads to fail, i.e. display white texture)
...
This was SVN commit r1079.
2004-08-28 17:44:28 +00:00
janwas
b7ceaa0652
fix init segment names (must not be A or Z); see meeting log, 2004-08-28
...
This was SVN commit r1078.
2004-08-28 17:34:06 +00:00
Ykkrosh
c630437a9e
Removed -- it was no longer used (replaced by unifont.(cpp|h)) and causing conflicts with ps/Font.cpp
...
This was SVN commit r1077.
2004-08-28 13:35:48 +00:00
janwas
39a2589e2c
mk_handle -> cast_to_HANDLE (less confusion)
...
This was SVN commit r1076.
2004-08-28 11:14:23 +00:00
Ykkrosh
5a3c99d506
Removed some debug logging, since the bug seems to have been successfully removed
...
This was SVN commit r1075.
2004-08-27 22:10:25 +00:00
Ykkrosh
70d84beab2
Altered font handling -- now uses CFont in preference to unifont_* (yay, pointless OO) and allows font mapping ("default"=>"palatino12", etc) using .cfg files
...
This was SVN commit r1074.
2004-08-27 22:08:30 +00:00
Ykkrosh
9280aa15a7
Adjusted error handling minorly
...
This was SVN commit r1073.
2004-08-27 21:14:23 +00:00
Ykkrosh
5054cf00cd
Added font mappings
...
This was SVN commit r1072.
2004-08-27 21:00:21 +00:00
Ykkrosh
b359da4095
Altered point size to match Windows. Fixed bug with alignment of bold text.
...
This was SVN commit r1071.
2004-08-27 20:24:15 +00:00
Acumen
195ce6cec8
Script for resource counters.
...
This was SVN commit r1070.
2004-08-27 20:09:13 +00:00
Ykkrosh
880b768abd
Noticed "Engine exited successfully on " << __DATE__
...
This was SVN commit r1069.
2004-08-27 18:47:14 +00:00
Ykkrosh
405d5c476f
Made ThrowError(code) visible
...
This was SVN commit r1068.
2004-08-27 17:43:04 +00:00
Ykkrosh
97777fe688
LOG_ONCE, to avoid flooding the log with the same message every frame
...
This was SVN commit r1067.
2004-08-27 17:41:02 +00:00
Acumen
b9d4c282fb
Moved the resource counters over by a couple of pixels.
...
This was SVN commit r1066.
2004-08-27 17:37:14 +00:00
janwas
1aae7dcead
more dox!
...
also found problem with partial reads from zip; not important since all
files are currently loaded in one go, but will attack tomorrow.
This was SVN commit r1065.
2004-08-27 00:33:20 +00:00
janwas
d607aad4db
had a look at mmap() due to gamedev post. cleaned it up; now bulletproof and armor-plated (I hope :)).
...
This was SVN commit r1064.
2004-08-27 00:29:46 +00:00
Acumen
357874a48c
Portrait code for Dudette.
...
This was SVN commit r1063.
2004-08-26 10:41:10 +00:00
Acumen
e34c5fdd5d
Added Dudette entity to test GUI button.
...
This was SVN commit r1062.
2004-08-26 10:37:55 +00:00
Acumen
71753a875f
More GUI updates.
...
This was SVN commit r1061.
2004-08-26 10:37:27 +00:00
Ykkrosh
9c579eb89d
Executable version of the exception-stuff generator
...
This was SVN commit r1060.
2004-08-26 10:34:09 +00:00
Ykkrosh
4041b7880e
Made missing textures non-fatal
...
This was SVN commit r1059.
2004-08-26 10:31:34 +00:00
Acumen
8943b1a0f2
Realigned resource icons to right.
...
This was SVN commit r1058.
2004-08-26 09:28:10 +00:00
Acumen
b2a2f447f7
New GUI files to match the new fonts and resource icons.
...
This was SVN commit r1057.
2004-08-26 08:19:33 +00:00
Acumen
10930987a8
Added new fonts from Jason.
...
This was SVN commit r1056.
2004-08-26 08:13:34 +00:00
janwas
918cb99c7f
now verify glActiveTexture != 0 in GL extension check (in response to bug #18 )
...
This was SVN commit r1055.
2004-08-25 11:44:11 +00:00
Acumen
85b570f2e9
Removed terrain.raw ... ScEd no longer needs it (generates flat map instead of using this as its default heightmap).
...
This was SVN commit r1054.
2004-08-25 09:35:28 +00:00
Ykkrosh
c01f1f00a8
Minorly better error handling
...
This was SVN commit r1053.
2004-08-24 21:07:20 +00:00
janwas
4ce93a9f12
remove misalign warning (no longer relevant)
...
This was SVN commit r1052.
2004-08-24 17:42:46 +00:00
janwas
df5ba1f690
simplification: only VFS allocates output buffer
...
This was SVN commit r1051.
2004-08-24 17:34:00 +00:00
janwas
13e5f5dc11
underwent review, armor-plating and documentation. "finished" (i hope) except for one last outstanding issue:
...
special-casing uncompressed files in archive. the impl is hackish ATM,
and requires further work on the file_io cache.
This was SVN commit r1050.
2004-08-24 17:29:54 +00:00
janwas
fb0b498de2
pthread_mutex update - now uses CRITICAL_SECTIONs. quite hacky; awaiting word from simon how he'd like it :)
...
This was SVN commit r1049.
2004-08-24 17:27:51 +00:00
janwas
49e284ae5e
now uses vfs_load instead of vfs_map (faster, doesn't break if the files are in an archive and compressed)
...
This was SVN commit r1048.
2004-08-24 17:26:35 +00:00
Acumen
aba8d1daaa
Updated GUI scripts to include references to all the new GUI images for the next PASAP milestone in sprite1, and implemented some of it in hello and basefunctions. Mostly just throwing images on the screen, but some new stuff like it shows portraits and stat icons when clicking units now.
...
This was SVN commit r1047.
2004-08-24 17:17:23 +00:00
Ykkrosh
e287eac695
Updated charsets
...
This was SVN commit r1046.
2004-08-24 14:59:41 +00:00
Ykkrosh
68aa9a81f3
Removed the single-pixel borders between glyphs; most font textures are now half their former size
...
This was SVN commit r1045.
2004-08-24 14:58:50 +00:00
Ykkrosh
f0e6936b94
Updated
...
This was SVN commit r1044.
2004-08-24 11:42:44 +00:00
Ykkrosh
d5a5f4c300
Now uses plain English messages when calling translate() before loading a language, rather than crashing
...
This was SVN commit r1043.
2004-08-24 11:32:32 +00:00
Ykkrosh
83fb95dbde
Removed hard-coded filenames
...
This was SVN commit r1042.
2004-08-24 11:29:40 +00:00
Ykkrosh
c6d292dc87
Slightly better dictionary handling
...
This was SVN commit r1041.
2004-08-24 11:28:18 +00:00
Ykkrosh
49b5c5c2b8
Trivial wrapper around vfs_next_dirent, to make some other code a little tidier
...
This was SVN commit r1040.
2004-08-24 11:26:32 +00:00
Ykkrosh
a684d27654
Error code to exception conversion, via ThrowError(code)
...
This was SVN commit r1039.
2004-08-24 11:09:11 +00:00
Ykkrosh
9fa5e3b57a
Better Unicode support in the console
...
This was SVN commit r1038.
2004-08-24 11:07:50 +00:00
Ykkrosh
506b283844
Now actually uses IsInitialised() correctly, to avoid crashing when logging messages before the config DB is loaded
...
This was SVN commit r1037.
2004-08-24 11:05:41 +00:00
Ykkrosh
c92872a13f
Put all the standard characters into verdana16
...
This was SVN commit r1036.
2004-08-21 14:18:41 +00:00
Ykkrosh
003bf13eb0
GCC fixes: things
...
This was SVN commit r1035.
2004-08-21 12:57:10 +00:00
Ykkrosh
6873de4ed0
GCC fixes: string.c_str() in LOG
...
This was SVN commit r1034.
2004-08-21 12:55:43 +00:00
Ykkrosh
59fd28fc93
GCC fixes: made zip_archive_open/close not inline
...
This was SVN commit r1033.
2004-08-21 12:54:25 +00:00
Ykkrosh
57fad52ef3
GCC non-fixes: marked broken code
...
This was SVN commit r1032.
2004-08-21 12:53:17 +00:00