2017-03-10 |
Mario | Merge branch 'martin-t/spec' into 'master' |
commit | commitdiff | tree | snapshot |
2017-03-10 |
terencehill | Reload hardwired waypoint links after relinking all... |
commit | commitdiff | tree | snapshot |
2017-03-08 |
terencehill | Remove navigation_hasgoals field, use goalentity to... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Mario | Revert IL_REMOVE fix (breaks too much) |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Mario | Don't try removing something from an intrusive list... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
terencehill | Fix a subtle Key Hunt bug causing bots to not run to... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Rudolf Polzer | Transifex sync. |
commit | commitdiff | tree | snapshot |
2017-03-07 |
terencehill | havocbot_keyboard_movement is supposed to update .movem... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Mario | Fix HUD_WriteCvars hook a file parameter |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Mario | Add a hook to save custom HUD cvars from a mutator |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Mario | Update hash to match the new test map |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Mario | Use autocvars for the per-team player models/skins... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Mario | As a minor speedup, inline the set_movetype function... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Mario | Change the game test script to use stormkeep instead... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
terencehill | Use -1 instead of an insanely high timeout |
commit | commitdiff | tree | snapshot |
2017-03-07 |
terencehill | Small cleanup |
commit | commitdiff | tree | snapshot |
2017-03-07 |
terencehill | Fix nearest waypoint not updated for dropped flags... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
terencehill | Fix another case of bad pow to ** conversion |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Some more maths to tighten |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Hopefully satisfy the blind whiners |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Don't set HITTYPE_BOUNCE on the napalm fire damage... |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Tighten the maths around the new pow replacements |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Hopefully fix an oddity in compression |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Sneak in another feature (simple option to enable ammo... |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | pow(a, b) -> a ** b |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Fix compilation unit |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Allow mutators to add their own menu dialogs |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Make for_whom accessible to the CheckAllowedTeams mutat... |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Add a mutator hook to hide the team nagger (clears... |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Mario | Fix CTF flags secretly spamming squashed messages,... |
commit | commitdiff | tree | snapshot |
2017-03-05 |
Mario | Add support for setting target2 on a trigger to give... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Update hash again |
commit | commitdiff | tree | snapshot |
2017-03-04 |
terencehill | Add a comment explaining how to easily read bot table... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Fix arc not switching weapons properly when out of... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Use wr_checkammo1 to check if arc is out of ammo, and... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Make corpses sink slowly in slime and lava |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Update item's timer if its re-spawn time is quicker... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Give item respawn maths some bounds |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Don't count the mapinfo debug option as impure |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Try to make the maths more reliable in item respawning |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Revert alignment of bots.txt (it uses the \t character... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Only reset the killcount and alivetime of *players... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Fix buff initial cooldown lasting too long |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Update the state of the randomly chosen entity in teame... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Fix radar minimizing when other players re-spawn |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Update hash |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Mario | Disable a dead function in bot CTF code and fix bots... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
terencehill | Bot path finding: when possible (often) optimize path... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Mario | Fix support for the old .mdl and .mdl_dead monster... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Mario | Hack: only check one flag per team (fixes some oddities... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Mario | Resize the flag's hitbox depending on its scale (fixes... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Mario | Round down the midway score between the 2 flags if... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Mario | Add flag grouping |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Mario | Add a field to control the number of captures a flag... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Mario | Use the correct flag for capture scores (shouldn't... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Mario | Make vehicle auxiliary crosshairs spectatable |
commit | commitdiff | tree | snapshot |
2017-03-02 |
terencehill | Remove empty lines from common networked command list |
commit | commitdiff | tree | snapshot |
2017-03-02 |
terencehill | Fix bots recalculating every time the nearest waypoint... |
commit | commitdiff | tree | snapshot |
2017-03-02 |
terencehill | Fix bots ignoring dropped weapons |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Mario | Unzone and reset netname & model to null when removing... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Mario | If physics are overridden, reset the idle time (fixes... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Mario | Make sure personal data doesn't store health at 0 ... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
terencehill | Avoid wasting cpu time while a bot is frozen |
commit | commitdiff | tree | snapshot |
2017-02-28 |
terencehill | Fix bots occasionally getting stuck when one of them... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Mario | Give turret murders a placeholder death message (don... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Mario | As a more acceptable compromise, increase the max damag... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Mario | Decrease default max damagetext size to 14 (still 3... |
commit | commitdiff | tree | snapshot |
2017-02-27 |
terencehill | Fix bots not jumping to get out of lava and water |
commit | commitdiff | tree | snapshot |
2017-02-27 |
terencehill | Merge branch 'martin-t/damagetext' into 'master' |
commit | commitdiff | tree | snapshot |
2017-02-27 |
Mario | Don't force the switching if the weapon is the same... |
commit | commitdiff | tree | snapshot |
2017-02-27 |
Mario | Hopefully fix find counter |
commit | commitdiff | tree | snapshot |
2017-02-27 |
Mario | player_powerups isn't called when game_stopped is activ... |
commit | commitdiff | tree | snapshot |
2017-02-27 |
Mario | Use WEP_CVAR instead of a hacky stat for getting vortex... |
commit | commitdiff | tree | snapshot |
2017-02-26 |
Mario | Host name -> Hostname |
commit | commitdiff | tree | snapshot |
2017-02-26 |
Mario | Merge location_isok and beamsweep_badpoint (same functi... |
commit | commitdiff | tree | snapshot |
2017-02-26 |
Mario | Show the number of entities found with find command |
commit | commitdiff | tree | snapshot |
2017-02-26 |
Mario | Clear out an unnecessary switch |
commit | commitdiff | tree | snapshot |
2017-02-26 |
Mario | Add KingPimpCommander to the Art credits (artist behind... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Martin Taibr | show who's spectating who by default |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Taibr | Merge branch 'master' into martin-t/damagetext |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Mario | Clean up fusion reactor's target validation function... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Mario | Use StartItem on monster's dropped items instead of... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Taibr | my better shot at float comparisons |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Rudolf Polzer | transifex sync |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Martin Taibr | my best shot at float comprisons |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Mario | Clean up buff randomization a bit (less likely to get... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Mario | Hide a cvar from the purechanges list |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Martin Taibr | the conditions are identical, make them look identical |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Mario | Update hash |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Mario | Add an optional argument to the screenshot ent creation... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Mario | Use FILE_APPEND in screenshot ent creation command... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Mario | Unhardcode reference to mega erebus |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Mario | Merge branch 'morphed/newrl' into 'master' |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Mario | Merge branch 'Mario/weapon_animation_fix' into 'master' |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Mario | Prevent picking up buffs immediately after spawning |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Mario | mythis isn't a word |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Mario | If viewlocation has no ending target, consider it non... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Mario | Make sure conveyor isn't added to the drawables list... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Mario | Fix weapon attack animations getting cut short by the... 411/head |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Mario | Enable minigames by default, don't force players to... |
commit | commitdiff | tree | snapshot |
next |