]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
2011-12-13 SamualNow make everything else compile too
2011-12-13 SamualAlso move all of the other game command files from...
2011-12-13 SamualMore work with the declaration/.qh files and the common...
2011-12-13 SamualWrite some actual content for common.qc and common.qh
2011-12-13 SamualGive radarmap a separate .qh file as well
2011-12-13 SamualMove radarmap to command/ folder too
2011-12-13 SamualCreate separate .qh files for each of the other .qc...
2011-12-13 SamualMove all of the command files (clientcommands.qc, gamec...
2011-12-13 SamualCreate new command_common.qc file
2011-12-13 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-12 SamualNew strategy: make the crylink overpowered
2011-12-12 SamualLower damage of shotgun melee
2011-12-12 Rudolf PolzerMerge remote-tracking branch 'origin/terencehill/g_chan...
2011-12-12 Rudolf PolzerMerge remote-tracking branch 'origin/nifrek/hagar_own_t...
2011-12-12 Rudolf PolzerMerge remote-tracking branch 'origin/terencehill/m_togg...
2011-12-12 Samualno need for the workaround anymore :D
2011-12-12 Rudolf Polzerdon't hide invisibility in minstagib (fixes #876)
2011-12-12 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-11 Rudolf Polzersprintf1s in help
2011-12-11 SamualMinor fixes for some things
2011-12-11 SamualRemove settemp from client/gamecommand.qc -- there...
2011-12-11 SamualALSO add all of the client-to-server command aliases...
2011-12-11 SamualAdd all of the server command aliases to commands.cfg...
2011-12-11 SamualMake commands.cfg take advantage of the new ${* ?}...
2011-12-11 SamualFinish re-write of VoteCount() and ReadyCount() --...
2011-12-10 SamualMake it compilable
2011-12-10 SamualAdd todo
2011-12-10 SamualBegin re-write of VoteCount() function
2011-12-10 Rudolf Polzeradd duckwalk anims for all directions (optional, if...
2011-12-10 Rudolf Polzeradd a "selfstuff" clientcommand to embed stuff into...
2011-12-10 Rudolf Polzerbot_cmd aim: 3rd arg being 0 now does the same as 3rd...
2011-12-10 SamualMore alias updates, plus fix several bugs/add more...
2011-12-10 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-10 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-09 Rudolf Polzeradd another small demo file
2011-12-09 Rudolf Polzercurrent bloom settings are a failure. Revert to engine...
2011-12-09 Rudolf Polzeralso send server port number
2011-12-09 Rudolf Polzerclear antilag data when respawning (fixes #862)
2011-12-08 Rudolf Polzerupdate weaponpriority from latest real world stats
2011-12-08 Rudolf Polzerremove MinstaNex from keybinds.txt, it makes people...
2011-12-08 Rudolf Polzeradd aliases weapon_laser etc.
2011-12-08 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-08 SamualFill the commands.cfg file with all the clutter previou...
2011-12-08 SamualWhoops, forgot this
2011-12-08 SamualAdd commands.cfg file (needs a lot of work of course...
2011-12-07 Samualwho command is now almost fully functional :D
2011-12-06 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-12-06 Rudolf Polzertry a small fix in spawn distance check logic (untested)
2011-12-06 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-06 SamualBeginning of "who" command which lists extra detailed...
2011-12-06 Rudolf Polzeradd I to the spec
2011-12-06 Rudolf Polzeradd a note about matchid format
2011-12-06 Rudolf Polzersupport for duckwalkbackwards anim
2011-12-06 Rudolf Polzermake g_tdm_on_dm_maps also work for menu (needs clickin...
2011-12-06 Rudolf Polzer-deathmatch_force_teamplay; +g_tdm_on_dm_maps
2011-12-06 Rudolf PolzerMerge branch 'master' of /var/cache/git/xonotic/xonotic...
2011-12-06 Rudolf Polzeradd greek
2011-12-05 SamualFinished more refactoring of the rest of the game logic...
2011-12-05 SamualRemoved some older code which didn't belong anymore
2011-12-05 SamualRe-wrote parsing of commands
2011-12-05 Rudolf Polzeradd an alias g_forced_team_matchsetup (untested)
2011-12-05 Rudolf PolzerMerge remote-tracking branch 'origin/mirceakitsune...
2011-12-05 SamualFinally vcall command is coded, now all that's left...
2011-12-05 SamualAdd comment for old vote calling code
2011-12-05 SamualAdd status command (TODO: show more information with it)
2011-12-05 SamualLots and lots more work on votecommand stuff, many...
2011-12-04 Mircea KitsuneWhen removing sandbox objects, if the object being...
2011-12-04 Mircea KitsuneSandbox storage: Replace - with "" for empty properties...
2011-12-04 SamualMerge remote-tracking branch 'origin/master' into samua...
2011-12-04 Mircea KitsuneMerge branch 'master' into mirceakitsune/sandbox
2011-12-04 Rudolf Polzerfix grabbing in sandbox mode
2011-12-04 Mircea KitsuneAlso use crosshair_trace_plusvisibletriggers for tracin...
2011-12-04 Mircea KitsuneUse crosshair_trace_plusvisibletriggers instead of...
2011-12-04 Mircea KitsuneUse SOLID_NOT for attachments, which is safest
2011-12-04 Mircea KitsuneUse SOLID_TRIGGER instead of SOLID_NOT for attachments...
2011-12-04 Mircea KitsuneFix a bug with persisted solidity when attaching /...
2011-12-04 Mircea KitsuneAdd solidity to the sandbox menu
2011-12-04 Mircea KitsuneRename edit command from solid to solidity
2011-12-04 Mircea KitsuneMerge branch 'master' into mirceakitsune/sandbox
2011-12-04 Mircea KitsuneNow put my hack in place, making it possible to trace...
2011-12-04 Rudolf Polzerfix multiple bugs in sandbox code regarding sv_cheats
2011-12-04 SamualMerge remote branch 'origin/master' into samual/updatec...
2011-12-04 Mircea KitsuneFix typo in my last commit
2011-12-04 Mircea KitsuneAllow setting and persisting the solidity of objects...
2011-12-04 Rudolf PolzerMerge remote-tracking branch 'origin/mirceakitsune...
2011-12-04 Mircea KitsuneMerge branch 'master' into mirceakitsune/sandbox
2011-12-04 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-12-04 Rudolf Polzerfix weird projectile angles on impact
2011-12-04 Rudolf Polzeraudit usage of player_localentnum and spectatee_status...
2011-12-04 mand1ngaMerge remote-tracking branch 'origin/terencehill/hud_up...
2011-12-04 SamualWhoops :D
2011-12-04 SamualMostly functional now, just gotta add the rest of the...
2011-12-04 SamualMore commands
2011-12-03 Rudolf Polzermore stuff... look at teammate
2011-12-03 Rudolf Polzerg_spawn_near_teammate spawnpoint scoring mutator
2011-12-03 Rudolf Polzerremove an unused arg
2011-12-03 SamualList some new commands (their functions still need...
2011-12-03 Rudolf Polzerspawnpoint selection: restructure to be WAY more mutato...
2011-12-03 Rudolf Polzeradd a Spawn_Score mutator hook; simplify spawning
2011-12-03 SamualMerge remote-tracking branch 'origin/master' into samua...
next