]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
Fix many various things, including *ACTUALLY* fixing GetIndexedEntity
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2011-12-30 SamualFix many various things, including *ACTUALLY* fixing...
2011-12-30 SamualAdd proper usage support for bans plus also show total...
2011-12-30 SamualAttempt to fix GetIndexedEntity
2011-12-30 SamualFix sprint
2011-12-30 SamualUpdate sendcvar
2011-12-29 SamualUpdate more usage stuffz...
2011-12-29 SamualMore updates to usage for cmd.qc (now it's finished?)
2011-12-29 SamualFinish todo's for vote.qc
2011-12-29 SamualFinish re-writing ban command system, and now the hunt...
2011-12-29 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-29 SamualRemove useless comments
2011-12-29 Rudolf Polzerremove an useless trace
2011-12-29 Rudolf Polzernow allow it to be targeted too
2011-12-29 Rudolf Polzerfunc_conveyor (very simple, not totally good yet)
2011-12-29 Rudolf Polzerremove g_ctf_win_mode
2011-12-29 Rudolf Polzerunify game type name strings
2011-12-29 Rudolf Polzerremove GAME_ globals, they're stupid now
2011-12-29 Rudolf Polzermenu: fix mapinfo initialization
2011-12-29 Rudolf Polzerfix a typo
2011-12-29 Rudolf Polzereven less game type ref lists
2011-12-29 Rudolf Polzerremove lots of game type listings
2011-12-29 Rudolf Polzerfix alignment
2011-12-29 Rudolf Polzerfix a warning
2011-12-29 Rudolf Polzermapinfo: large changes to help with future self-registe...
2011-12-29 SamualFix prints for usage
2011-12-29 SamualRename command/ipban.qc to command/banning.qc
2011-12-29 SamualRe-write ban command system
2011-12-29 SamualMake voting use it too
2011-12-29 SamualGetIndexedEntity(argc, start_index) -- allows for playe...
2011-12-29 SamualFix some usage messages
2011-12-29 SamualAdd "removefromlist" command to strip something from...
2011-12-29 SamualFix some things in generic.qc
2011-12-29 SamualCompatibility with 0.5 for voting, plus fix player...
2011-12-28 SamualUpdate commands.cfg with new command listing from the...
2011-12-28 SamualAdd a generic command to dump all commands from a progr...
2011-12-28 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-28 SamualMassive revamp of help system code
2011-12-28 merlijnMerge remote-tracking branch 'origin/cbrutail/translati...
2011-12-28 SamualMove markup to its own file
2011-12-28 SamualMake it compilable :D
2011-12-28 SamualFinish writing new generic.qc file -- probably still...
2011-12-28 Samualwhoops, forgot to commit rpn files :P
2011-12-28 SamualGetProgramCommandPrefix() -- allows me to have enhanced...
2011-12-28 SamualBegin total re-write of generic command system
2011-12-27 Rudolf Polzerfix typo
2011-12-27 SamualFix timeouts
2011-12-27 Rudolf Polzermore crosshair bugfixes; show the 6 new ones
2011-12-27 SamualMake a separate command for settemp_restore
2011-12-27 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-27 Rudolf Polzercrosshair: finer divisions
2011-12-27 Rudolf Polzerfix crosshair selection to show REAL size
2011-12-27 SamualFinish up work on timeout system, now has much cleaner...
2011-12-27 SamualAlmost done re-writting timeout/timein stuff
2011-12-27 SamualFix vote yes to stop it from spamming nonsense :P
2011-12-27 Rudolf Polzersettemp: simplify a bit more
2011-12-27 SamualAdd todo here so I know to add the message later
2011-12-27 Rudolf Polzerrewrite settemp system to handle "quit" right
2011-12-27 Rudolf Polzerfix missing CSQC player updates when sv_maxidle is set
2011-12-27 Rudolf Polzerfix some issues with spectating
2011-12-27 SamualWhoops, forgot to add those brackets back
2011-12-27 SamualAttempt to fix scoreboard issue with hiding ping field
2011-12-27 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-26 SamualMore usage fixes and comments
2011-12-26 SamualTake care of the rest of the TODO's in sv_cmd.qc and...
2011-12-26 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-26 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-12-26 Rudolf Polzergetr rid of the low-fps handling, it doesn't work anyway
2011-12-26 SamualMore usage updates
2011-12-26 SamualAdd another alias, plus make some of the warnings more...
2011-12-26 SamualMuch more work towards finishing the commands (taking...
2011-12-26 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-26 SamualTwo new aliases for fbskins, plus fix whitespace in...
2011-12-25 Rudolf Polzeradd missing newline
2011-12-25 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-25 Rudolf Polzersv_timeout_* and g_spawnshieldtime are now pure
2011-12-25 SamualMight as well do this instead
2011-12-25 SamualUse divVerent's suggestions -- now works fine
2011-12-25 Rudolf Polzerdon't show icon for aeslevel 0
2011-12-25 Rudolf Polzershow player stats status in the menu
2011-12-24 Rudolf PolzerRevert "extract serverflags from the stat" because...
2011-12-24 Rudolf Polzerextract serverflags from the stat
2011-12-24 Rudolf Polzerno, send serverflags instead
2011-12-24 Rudolf Polzerexplicitly ask for bits 0 len 24 when checking STAT_ITE...
2011-12-24 Rudolf Polzergetstati has up to 3 args
2011-12-24 Rudolf Polzerreport to the server browser whether a player stats...
2011-12-24 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-24 SamualRemove debug print
2011-12-24 SamualFixes for GetFilteredEntity, plus finish "tell" command...
2011-12-24 SamualWorking on tell command
2011-12-24 Rudolf Polzerfix dir name
2011-12-24 SamualRemove useless work with who command
2011-12-24 SamualDon't check if it's the server console, it MUST be...
2011-12-24 SamualNew feature: sv_vote_no_stops_vote: Basically, if the...
2011-12-24 SamualACTUALLY fix voting
2011-12-24 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-24 Rudolf Polzeruse cleanname, not netname, for bot names in stats
2011-12-24 Rudolf Polzermake sure player stats IDs try to be unique. Do not...
2011-12-24 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-12-24 Rudolf Polzerproiperly fade corpses
2011-12-24 Samualdebug print for voting for maps
next