og-openarena-gamecode/code/game
sago007 68ca108efc Switch to modern values for the LCG.
Values from https://en.wikipedia.org/wiki/Linear_congruential_generator

The old choice was not good enough when only picking between two values.
2018-12-05 23:10:55 +01:00
..
ai_chat.c Some changes from ioq3. Taken with: 2014-05-27 20:39:36 +02:00
ai_chat.h Some missing files 2009-05-15 14:51:36 +00:00
ai_cmd.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
ai_cmd.h Some missing files 2009-05-15 14:51:36 +00:00
ai_dmnet.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
ai_dmnet.h Some missing files 2009-05-15 14:51:36 +00:00
ai_dmq3.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
ai_dmq3.h Added support for the rest of the missionpack stuff (minus the gui and player shaders) 2009-06-19 00:25:39 +00:00
ai_main.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
ai_main.h Removed most warnings. It even revealed a problem with true lightning. 2014-05-16 21:15:11 +02:00
ai_team.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
ai_team.h Some missing files 2009-05-15 14:51:36 +00:00
ai_vcmd.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
ai_vcmd.h Some missing files 2009-05-15 14:51:36 +00:00
bg_alloc.c Lots of formatting changes. 2017-01-02 18:33:46 +01:00
bg_lib.c Switch to modern values for the LCG. 2018-12-05 23:10:55 +01:00
bg_lib.h Add ui_randomIntToCvar to the missionpack UI. Generates a random int between minInt and maxInt and stores the result in a CVAR 2018-12-05 18:50:38 +01:00
bg_local.h Added the option to move significantly faster under water using a dmflag. Mostly for demonstration. Could be fun in class based gametypes. 2016-10-11 20:47:52 +02:00
bg_misc.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
bg_pmove.c Removed shuffle from vote string by default 2018-08-11 12:30:40 +02:00
bg_public.h Replace GAMETYPE checks with defines 2018-12-01 14:14:56 +01:00
bg_slidemove.c Fixed some warning and a misuse of sizeof-argument 2014-05-03 21:56:10 +02:00
challenges.h Added logging events and Win challangex 2016-09-25 12:29:46 +02:00
challenges.xml UI challenges can now be partle taken from the xml-file 2012-04-05 14:45:59 +00:00
chars.h Some missing files 2009-05-15 14:51:36 +00:00
extract_entities.awk Additional comments for the extract entities script 2014-07-14 16:53:39 +02:00
extract_entities.sh More bug fixes 2018-05-05 22:52:06 +02:00
g_active.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_admin.c Fix potential overflow 2018-12-04 00:53:07 +01:00
g_admin.h Also updated the worst cases of the header files 2017-01-02 18:43:12 +01:00
g_arenas.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_bot.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_client.c Grapple support: g_grapple. #34 2018-12-02 11:58:15 +01:00
g_cmds.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_cmds_ext.c Removed all warnings as reported by gcc 6.2.0. 2016-11-27 13:33:42 +01:00
g_combat.c Added g_harvesterFromBodies as suggested on Pull Request #33 2018-12-03 22:55:23 +01:00
g_elimination.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_fileops.c Remplaced a bit of strcmp with strequals 2016-09-11 21:24:56 +02:00
g_items.c Added g_harvesterFromBodies as suggested on Pull Request #33 2018-12-03 22:55:23 +01:00
g_killspree.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_killspree.h Fix wrong tab order plus some cleanup 2018-11-18 13:44:49 +01:00
g_local.h Added g_harvesterFromBodies as suggested on Pull Request #33 2018-12-03 22:55:23 +01:00
g_main.c Remove more NO_RESTART from CVARs 2018-12-03 23:30:26 +01:00
g_misc.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_missile.c Replace GAMETYPE checks with defines 2018-12-01 14:14:56 +01:00
g_mover.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_playerstore.c Removed all warnings as reported by gcc 6.2.0. 2016-11-27 13:33:42 +01:00
g_possession.c Added logging events and Win challangex 2016-09-25 12:29:46 +02:00
g_public.h Some missing files 2009-05-15 14:51:36 +00:00
g_rankings.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_rankings.h Added support for the rest of the missionpack stuff (minus the gui and player shaders) 2009-06-19 00:25:39 +00:00
g_session.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_spawn.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_svcmds.c Removed all warnings as reported by gcc 6.2.0. 2016-11-27 13:33:42 +01:00
g_svcmds_ext.c Removed all warnings as reported by gcc 6.2.0. 2016-11-27 13:33:42 +01:00
g_syscalls.asm Some missing files 2009-05-15 14:51:36 +00:00
g_syscalls.c Changes pulled from ioq3 today with 2014-05-27 20:12:04 +02:00
g_target.c Added the option to use triggered doors in Elimination 2016-08-14 12:25:55 +02:00
g_team.c Pull request #35. Replaces all the complicated gametype checks with helper functions 2018-12-01 10:43:03 +01:00
g_team.h Started to move possession to its own file 2016-07-28 11:56:56 +02:00
g_trigger.c Code clean up 2018-06-20 20:57:23 +02:00
g_unlagged.c Code clean up 2018-06-20 20:57:23 +02:00
g_utils.c Removed all warnings as reported by gcc 6.2.0. 2016-11-27 13:33:42 +01:00
g_vote.c Print what we are voting about in the console 2018-08-11 12:21:06 +02:00
g_weapon.c Removed all warnings as reported by gcc 6.2.0. 2016-11-27 13:33:42 +01:00
inv.h Some missing files 2009-05-15 14:51:36 +00:00
match.h Some missing files 2009-05-15 14:51:36 +00:00
syn.h Some missing files 2009-05-15 14:51:36 +00:00