2018-03-13 |
Freddy | minor cleanup for jumppads |
commit | commitdiff | tree | snapshot |
2018-03-13 |
Freddy | Rename variables to not overlap with builtin functions |
commit | commitdiff | tree | snapshot |
2018-03-12 |
Freddy | Cleanup for trigger_impulse |
commit | commitdiff | tree | snapshot |
2018-03-12 |
Freddy | trigger_hurt: minor cleanup |
commit | commitdiff | tree | snapshot |
2018-03-12 |
Freddy | trigger_heal: minor cleanup |
commit | commitdiff | tree | snapshot |
2018-03-12 |
Freddy | trigger_gravity: use .active instead of .state, remove... |
commit | commitdiff | tree | snapshot |
2018-03-12 |
Freddy | trigger_flipflop: minor cleanup |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Freddy | trigger_counter: replace magic number and document... |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Freddy | target_speaker: deprecate GLOBAL (BIT(2)) spawnflag... |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Freddy | target_spawn: replace magic number |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Freddy | Add a comment |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Freddy | trigger_changelevel: replace magic number, whitelist... |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Freddy | teleport_dest: replace magic numbers |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Freddy | misc_laser: .active instead of .state, replace magic... |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Freddy | Remove magic numbers in misc_follow |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Freddy | Whitelist some trigger entity fields |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Freddy | Fix sound for func_vectormamamam |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Freddy | func_vectormamamam: remove magic numbers and better... |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Freddy | Replace magic numbers in func_train |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Freddy | func_rotating: stop sound when deactivated, minor cleanup |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Freddy | func_rain and func_snow: back to weird field name to... |
commit | commitdiff | tree | snapshot |
2018-03-09 |
Freddy | func_rain and func_snow: fix density, remove magic... |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Freddy | Simplify func_sparks spawnfunc |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Freddy | func_pointparticles: use relays, replace magic numbers |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Freddy | Minor cleanup for func_plat |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Freddy | Conveyors: use .active instead of .state |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Freddy | Merge branch 'master' into DefaultUser/trigger_cleanup |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Mario | Merge branch 'martin-t/nottarg' into 'master' |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Mario | Maybe fix compilation unit |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Mario | Clear out a macro from trigger_common_read |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Freddy | Common file for trigger/func states, replace more magic... |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Freddy | Remove magic number state from func_breakable |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Freddy | func_breakable: replace spawnflag magic numbers |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Freddy | Move entity spawnflags to a common file |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Freddy | Update comment |
commit | commitdiff | tree | snapshot |
2018-03-06 |
terencehill | Fix compilation unit for real |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Mario | Disable it in code too |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Mario | Disable dropping buffs by default (overlaps with the... |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Freddy | Remove code duplication for func_door and func_door_rot... |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Freddy | door_secret: precache all sounds, fix problems with... |
commit | commitdiff | tree | snapshot |
2018-03-05 |
terencehill | Fix compilation unit |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Freddy | Don't use PLAT_CRUSH for doors (same as DOOR_DONT_LINK) |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Freddy | Move door_rotating_* functions into the proper file |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Mario | Also update prediction for crouching underwater |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Freddy | Doors: Use PLAT_CRUSH instead of 8 (already in use... |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Freddy | Replace magic numbers in door_rotating, fix sound preca... |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Freddy | Use BIT() macro in door.qh |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Rudolf Polzer | Transifex autosync |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Freddy | Fix Sub_CalcMove calls for already moving entities |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Freddy | Remove magic numbers from platforms (func_plat) |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Mario | Allow crouching underwater (some maps depend on it) |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Mario | Merge branch 'Mario/arc' |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Mario | Merge branch 'master' into Mario/arc |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Remove observers from monster attack target list and... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Bring back the FPS counter in the scoreboard |
commit | commitdiff | tree | snapshot |
2018-03-03 |
terencehill | "Last seen:" --> "Last match:" |
commit | commitdiff | tree | snapshot |
2018-03-03 |
terencehill | HUD panrel dialogs: shorten strings in items that enabl... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | But use saved angles in 3rd person mode (no idea) |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Don't use saved angles (seems to fix warpzones) |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Fix 3rd person beam and don't show muzzle effect if... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Use the actual shot tag when possible |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Rudolf Polzer | Transifex autosync |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Update effectinfo.inc too |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Give arc an impact effect, and attempt to update beam... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Fix weapon arena menu display |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Mario | Merge branch 'master' into Mario/arc |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Mirio | Update languages.txt |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Mario | Make more of the shotorg adjustments available to CSQC |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Rudolf Polzer | Transifex autosync |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Mario | Fix special command third parameter |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Mario | Clean up a movetype check in warpzone code |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Mario | Testing some adjustments to the Arc (visual and balance) |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Mario | Merge branch 'terencehill/menu_statslist_strings' into... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Rudolf Polzer | Transifex autosync |
commit | commitdiff | tree | snapshot |
2018-02-28 |
terencehill | Menu: don't allow customization of drag tolerance for... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
terencehill | Remove an unused function |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Mirio | Add Irish, Chinese-China and Korean to the menu |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Rudolf Polzer | Transifex autosync |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Mario | Make arc heat crosshair ring smooth |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Mario | Make warnings about unknown gametypes simple debug... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Rudolf Polzer | Transifex autosync |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Mario | Add a mutator hook to skip respawn time calculations... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Rudolf Polzer | Transifex autosync |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Mario | Remove the null weapon check from W_SetupShot and make... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
terencehill | Player stats in the menu: clean up translatable strings... 539/head |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Martin Taibr | check for string_null |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Mario | Move weaponorder_byimpulse to ClientState |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Martin Taibr | Merge branch 'terencehill/accuracy_shotgun' into 'master' |
commit | commitdiff | tree | snapshot |
2018-02-25 |
terencehill | Update hash |
commit | commitdiff | tree | snapshot |
2018-02-25 |
terencehill | Merge branch 'master' into terencehill/accuracy_shotgun |
commit | commitdiff | tree | snapshot |
2018-02-24 |
terencehill | Add align option to debug_text_3d |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Rudolf Polzer | Transifex autosync |
commit | commitdiff | tree | snapshot |
2018-02-23 |
terencehill | debug_text_3d_* macros: remove trailing semicolons... |
commit | commitdiff | tree | snapshot |
2018-02-23 |
terencehill | Merge branch 'martin-t/wip-debugging' into 'master' |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Martin Taibr | Stuff useful for debugging |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Mario | Allow servers to define custom help messages for votes |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Mario | Fix vhelp not allowing arguments |
commit | commitdiff | tree | snapshot |
2018-02-20 |
terencehill | Don't keep focus when hovering over non-focusable eleme... |
commit | commitdiff | tree | snapshot |
2018-02-20 |
terencehill | Display dumptree in the menu_cmd help message |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Martin Taibr | kill nottargeted field |
commit | commitdiff | tree | snapshot |
next |