.. |
ai_chat.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
ai_chat.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
ai_cmd.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
ai_cmd.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
ai_dmnet.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
ai_dmnet.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
ai_dmq3.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
ai_dmq3.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
ai_main.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
ai_main.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
ai_team.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
ai_team.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
ai_vcmd.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
ai_vcmd.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
bg_lib.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
bg_lib.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
bg_local.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
bg_misc.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
bg_pmove.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
bg_public.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
bg_slidemove.c
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
chars.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_active.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_arenas.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_bot.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_client.c
|
* Fixed some vm build warnings
|
2005-10-05 14:50:45 +00:00 |
g_cmds.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_combat.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_items.c
|
* Fixed some vm build warnings
|
2005-10-05 14:50:45 +00:00 |
g_local.h
|
* Moved various source files from their mod sdk locations to places more
|
2005-10-26 19:45:21 +00:00 |
g_main.c
|
* Most obscure bug EVAR. Seems a library that SDL depends on (specifically libgthread-2.0) defines a symbol g_log. qagamei386.so also defines such a symbol, but since it is dynamically loaded at runtime, no collision check is performed. When the code is relocated therefore, all instances of g_log in qagamei386.so end up refering to the g_log in the library... and bad things happen. s/g_log/g_logfile/g.
|
2005-09-29 14:00:03 +00:00 |
g_mem.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_misc.c
|
* Fixed some vm build warnings
|
2005-10-05 14:50:45 +00:00 |
g_missile.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_mover.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_public.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_rankings.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_rankings.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_session.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_spawn.c
|
* Fixed some vm build warnings
|
2005-10-05 14:50:45 +00:00 |
g_svcmds.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_syscalls.asm
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_syscalls.c
|
- add note about 64bit mods and the demo
|
2005-08-30 22:38:59 +00:00 |
g_target.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_team.c
|
fix crash when starting a TA CTF game with shared libs (#2367)
|
2005-09-17 14:20:22 +00:00 |
g_team.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
g_trigger.c
|
* Fixed some vm build warnings
|
2005-10-05 14:50:45 +00:00 |
g_utils.c
|
* Applied ajax's cleanup patch
|
2005-09-23 17:39:14 +00:00 |
g_weapon.c
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
game.bat
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
game.def
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
game.q3asm
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
game.sh
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
game.vcproj
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
game_ta.bat
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
game_ta.q3asm
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
game_ta.sh
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
inv.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
match.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |
syn.h
|
remove svn:executable property
|
2005-08-28 17:54:51 +00:00 |