]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/common/mapinfo.qc
particles: volume weighting = negative count, absolute weighting = positive count
[divverent/nexuiz.git] / data / qcsrc / common / mapinfo.qc
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...