]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/common/mapinfo.qc
after the previous change, I can safely make 2-digits seconds timer in race default
[divverent/nexuiz.git] / data / qcsrc / common / mapinfo.qc
2009-07-12 div0do not require "has weapons" in cts
2009-07-12 div0mapinfo: support #include in settemps
2009-07-12 div0use -1 as "unknown skill"
2009-07-12 div0bye bye "Race", hello "CTS" and "Race" (in mapinfo...
2009-07-09 div0ACLs
2009-07-09 div0g_mapinfo_* settings
2009-07-08 div0- add a "frustrating" flag to race maps in mapinfo...
2009-07-04 div0disable automatic DM entries for mapinfo in Nexball...
2009-06-18 div0new parameter "leadlimit", abort the game if someone...
2009-05-23 div0mapinfo: do an explicit heapsort for the mapinfo list...
2009-04-25 mrbougoNexball changes:
2009-04-23 div0remove all 2.4.2 compatibility code (do not merge this...
2009-04-22 mrbougoNexball goes official :D
2009-04-07 div0-dn-refueled
2009-03-24 div0- add a "forbidden" flag to mapinfo that's stronger...
2009-03-24 div0make the campaign cheatproof by ignoring the cvars...
2009-03-06 div0fix a function prototype
2009-03-06 div0add a "g_maplist_cleanup" command; fix reverse logic...
2009-02-02 div0enable fixed spawns again
2009-01-16 div0allow maps to load in DM if they support NO game type
2008-12-15 div0now that "cd loop" also looks outside the "cdtracks...
2008-11-27 div0mapinfo: don't write a "cdtrack" if the map has music...
2008-11-26 div0more assault fixes (timelimit)
2008-10-17 div0add a way to hide maps from the menu in mapinfo (campai...
2008-10-14 div0random does not ceil. Fixed.
2008-10-07 div0update world mins/maxs fro mapinfo; fix comment
2008-10-06 div0improve error message for size line
2008-10-03 div0warning fix; fix loading ons-reborn.mapinfo
2008-10-01 div0experimental team radar (try: cl_teamradar 1)
2008-10-01 div0get rid of .info files; make interpolation generic
2008-09-27 div0fix fraglimit for win mode 3
2008-09-21 div0fix fog handling a bit
2008-09-05 div0do not require items in Race
2008-08-23 div0ops, a syntax error
2008-08-23 div0automatically set a cdtrack in generated mapinfo files
2008-08-23 div0MapInfo:
2008-08-10 div0check g_pickup_items too
2008-08-09 div0new cvar g_race_teams
2008-08-08 div0"race" game mode (beginning)
2008-07-26 div0fix fraglimit from mapinfo for CTF
2008-07-15 div0fix more leaks
2008-07-10 div0CSQC scoreboard now knows about fonts
2008-07-07 div0works better when done right
2008-07-07 div0apply defaults for capture limit
2008-07-07 div0add support for capturelimit_override and capturelimit...
2008-05-25 div0add missing MapInfo_ClearTemps() call. Sorry, LordHavoc...
2008-05-08 div0new cvar: menu_mouse_absolute (alternate mouse mode...
2008-02-26 div0support comments in mapinfo files
2008-01-31 div0change placeholders to <TITLE>, <AUTHOR>, <DESCRIPTION...
2008-01-29 div0LMS does not need the "has weapons" map feature
2008-01-29 div0replace the HugeSetOfIntegers by another string buffer...
2008-01-28 div0possibly kill the tempstring warnings when saving games...
2008-01-24 div0fix bug in mapinfo cache that made it not do anything...
2008-01-24 div0MapInfo cache. Untested. Enjoy the bugs. Make your...
2008-01-18 div0use strcasecmp for map name comparisons
2008-01-18 div0map list can now search a map name while you type it
2008-01-14 div0oops, didn't want to commit THESE debug prints
2008-01-13 div0fix warnings with menu
2008-01-13 div0next improvement to mapinfo: Q3A SG/MG swap, mapinfo...
2008-01-04 div0remove unnecessary strcat
2008-01-03 div0add a missing settemp_restore
2007-11-22 div0search for map name right; fix runningman_1on1remix...
2007-11-21 div0new mapinfo syntax:
2007-11-17 div0slightly improve mapinfo generation
2007-11-17 div0handle aborting when a mapinfo has been generated in...
2007-11-17 div0fix divisions by zero
2007-11-17 div0oops... forgot to commit this
2007-11-16 div0add server browser, and somewhat broken font. When...
2007-11-16 div0game mode selection in menu... will do the listbox...
2007-11-16 div0+ MapInfo_SwitchGameType (for campaign)
2007-11-15 div0some fixes against extreme CPU load and not loading...
2007-11-15 div0automatically call MapInfo_Enumerate when needed...
2007-11-15 div0mapinfo system should work now; user friendly additions...
2007-11-15 div0added some primitives to the mapinfo system to be aware...
2007-11-15 div0add "features" (so a mutator combination can require...
2007-11-15 div0mapinfo: add a search function to find a map with a...
2007-11-15 div0tune mapinfo generation to better reflect requirements...
2007-11-15 div0Prepare a "building map information" screen in menu...
2007-11-15 div0Don Strunzone caught me. Forgot to strzone the filter...
2007-11-15 div0start of mapinfo system; beware: menu-div0test now...