Ykkrosh
e71a29faf0
CStr::UpperCase now returns uppercase, not lowercase
...
This was SVN commit r849.
2004-07-31 10:59:27 +00:00
janwas
1d57c77aed
greatly simplified (1500 -> 1000 lines) by stripping out previous overly complicated caching mechanism.
...
will replace with new, simpler cache that only stores temp buffers for
first and last block when reading from ZIp (everything else is covered
by handle manager cache)
This was SVN commit r848.
2004-07-31 02:02:44 +00:00
janwas
bc8ab4cc81
slight improvements in use of res code.
...
This was SVN commit r847.
2004-07-31 01:57:26 +00:00
janwas
034230a847
aiocb buf field is now volatile void* to bring in line with linux
...
This was SVN commit r846.
2004-07-31 01:50:54 +00:00
Ykkrosh
5f810002c7
Changed error handling in Xeromyces
...
This was SVN commit r845.
2004-07-29 16:17:21 +00:00
Ykkrosh
f31bc328f2
Moved all cursor code into cursor.cpp
...
This was SVN commit r844.
2004-07-29 16:14:22 +00:00
Ykkrosh
836d34660c
Fixed code that recursively looks for .cpp/.h files
...
This was SVN commit r843.
2004-07-29 16:13:11 +00:00
Ykkrosh
36c502713b
Used mem_free_h on the Handle returned by vfs_load
...
This was SVN commit r842.
2004-07-29 16:12:27 +00:00
Ykkrosh
7820919689
Added CVFSFile, a simple wrapper around vfs_load to allow slightly cleaner code elsewhere
...
This was SVN commit r841.
2004-07-29 16:10:33 +00:00
Ykkrosh
aeb2433acd
Don't get confused by messages sent when enabling NVIDIA's QuickZoom
...
This was SVN commit r840.
2004-07-29 16:02:11 +00:00
Ykkrosh
d2070837d2
Global variables are nasty. Hacked g_Terrain into a pointer so that it doesn't crash when automatically destructing, although it ought to be handled in a nicer way.
...
This was SVN commit r839.
2004-07-28 19:27:35 +00:00
Ykkrosh
ec506d0099
Made the pre-main() exception handler's stack trace use the right context
...
This was SVN commit r838.
2004-07-28 18:20:32 +00:00
janwas
4a71c89dcd
no change
...
This was SVN commit r837.
2004-07-28 18:01:23 +00:00
janwas
4b4146e4a9
some cleanup and a little bit more robust
...
This was SVN commit r836.
2004-07-28 18:00:44 +00:00
janwas
79eaacfba1
slight simplification seen while debugging
...
This was SVN commit r835.
2004-07-28 17:53:45 +00:00
janwas
00420a8815
fix some minor warnings
...
This was SVN commit r834.
2004-07-28 15:07:54 +00:00
janwas
2dce89b1f9
integrated (add oal and VFS bindings)
...
This was SVN commit r833.
2004-07-28 12:08:49 +00:00
janwas
7cd447826c
add PLAYMUSIC hotkey
...
This was SVN commit r832.
2004-07-28 12:07:48 +00:00
janwas
4f78a0deba
add sound/
...
This was SVN commit r831.
2004-07-28 12:07:19 +00:00
janwas
9e2eba541d
no message
...
This was SVN commit r830.
2004-07-28 12:05:51 +00:00
janwas
2832286b3f
add initial,rough,etc. music code.
...
have yourself serenaded (germanic peace 3) by pressing <P>lay.
known bug: stutters/pops at low framerates - will be fixed by proper
streaming.
This was SVN commit r829.
2004-07-28 11:36:16 +00:00
janwas
777abc8edb
helper functions/header for openal
...
This was SVN commit r828.
2004-07-28 11:34:40 +00:00
janwas
77b3943082
added openal and vorbis libs
...
This was SVN commit r827.
2004-07-28 11:30:35 +00:00
janwas
41957b1412
test track
...
This was SVN commit r825.
2004-07-28 11:17:01 +00:00
janwas
9aed44a91f
more+nicer comments + some cleanup
...
This was SVN commit r824.
2004-07-28 08:31:13 +00:00
olsner
415662c4cd
First set of Core Classes changes! w00t :P
...
This was SVN commit r823.
2004-07-27 21:00:53 +00:00
olsner
8ae3658f84
Fixed endless loop after closed socket connection
...
This was SVN commit r822.
2004-07-27 20:59:46 +00:00
olsner
a9c197f549
Linux/GCC Compat
...
This was SVN commit r821.
2004-07-27 20:59:03 +00:00
olsner
09df66f871
Added Testing configuration
...
This was SVN commit r820.
2004-07-27 00:47:15 +00:00
olsner
386900c0fc
Linux/GCC Compat
...
This was SVN commit r819.
2004-07-27 00:26:51 +00:00
Ykkrosh
d6a68ad232
Fixed headers for non-PCH, again
...
This was SVN commit r818.
2004-07-25 11:30:05 +00:00
Ykkrosh
c8514b7d28
OpenGL cursor (for non-Windows)
...
This was SVN commit r817.
2004-07-24 19:38:12 +00:00
Ykkrosh
48d0bdff97
Added 'tick' action to GUI objects
...
This was SVN commit r816.
2004-07-24 19:09:12 +00:00
Ykkrosh
233513ce3c
Fixed loads of /W4 warnings, because it's easier than doing anything useful. Added some asserts to check potentially dangerous assumptions, implemented a few missing bits of code, adjusted some comments, etc.
...
This was SVN commit r815.
2004-07-24 14:11:12 +00:00
Ykkrosh
fe1bee706b
Fixed loads of /W4 warnings, because it's easier than doing anything useful. Added some asserts to check potentially dangerous assumptions, implemented a few missing bits of code, adjusted some comments, etc.
...
This was SVN commit r814.
2004-07-24 14:04:40 +00:00
Ykkrosh
3f7797b762
Prototype support for using 32-bit textures as cursors on Windows
...
This was SVN commit r813.
2004-07-23 19:07:18 +00:00
Ykkrosh
046aee9750
Avoid potential endianness conflicts in XMB files
...
This was SVN commit r812.
2004-07-23 19:03:40 +00:00
Ykkrosh
65c3f6b7e0
A beautiful cursor
...
This was SVN commit r811.
2004-07-23 19:02:40 +00:00
MarkT
fb9eceeda6
Added/rebound some keys
...
This was SVN commit r810.
2004-07-23 10:58:51 +00:00
MarkT
befae8627d
Changed hotkey handling for groups and bookmarks; small pathfinding fixes.
...
This was SVN commit r809.
2004-07-23 10:56:52 +00:00
Ykkrosh
1a33a9afc3
Added ps/scripting to workspaces
...
This was SVN commit r808.
2004-07-22 22:22:11 +00:00
MarkT
5470eff53c
Fixed (probably) degenerate case stalling the heightfield tracer.
...
This was SVN commit r807.
2004-07-22 17:00:43 +00:00
MarkT
be524141be
Much longer config file
...
This was SVN commit r806.
2004-07-22 16:20:43 +00:00
MarkT
1e719e9262
Scripting interface to currently selected entities; plus initial code to support GUI patrol button
...
This was SVN commit r805.
2004-07-22 16:19:37 +00:00
MarkT
6d8b9e33ef
Minor additions: Added hotkeys to GUI buttons, camera bookmarking (not sure if this system will stay), shoring up some JS error checking, moved a bunch of constants into the config file and added a new rotation mode.
...
This was SVN commit r804.
2004-07-22 16:18:12 +00:00
Ykkrosh
5ea728fd28
Don't bother looking for memory leaks in 'testing' builds
...
This was SVN commit r803.
2004-07-22 13:25:01 +00:00
Ykkrosh
2bd2dfd6ab
Minor changes to make the sound code compile without any errors
...
This was SVN commit r802.
2004-07-22 13:24:03 +00:00
Ykkrosh
b39a059e10
Use the new exception handler in 'testing' builds (for debugging without a debugger)
...
This was SVN commit r801.
2004-07-22 13:22:28 +00:00
MarkT
1550577c94
Changed a couple of keynames for consistency.
...
This was SVN commit r800.
2004-07-21 19:49:03 +00:00
MarkT
c3cc7d1c13
no message
...
This was SVN commit r799.
2004-07-21 17:04:10 +00:00