Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-14 | Trying a different way of calculating time_since.extrapol | Paweł Redman | |
2017-08-14 | I think I forgot something. | Paweł Redman | |
2017-08-14 | Add more extrapolation debugging. | Paweł Redman | |
2017-08-14 | For fuck's sake. | Paweł Redman | |
2017-08-14 | That wasn't a sign error. | Paweł Redman | |
2017-08-14 | Fix a sign error in player extrapolation. | Paweł Redman | |
2017-08-14 | Fix a few errors in player extrapolation. | Paweł Redman | |
2017-08-14 | Implement player extrapolation. | Paweł Redman | |
If a player doesn't send client frames fast enough then there will be some server frames where they don't move. This is visible as 'warping' and is generally very undesirable. Extrapolation tries to fix the problem by filling in the missing data by continuing player's trajectory. | |||
2017-07-09 | fix a crash when !invisible is used | /dev/humancontroller | |
clientPersistent_t::connection can be NULL (and is prolongedly so after a map restart, because the PTRC functionality is broken) no idea why the code was referring to something in a clientRecord_t, it's probably just by stupidity | |||
2017-06-25 | furthermore, fix QVM compiling on all platforms (ACADEMICALLY_ACCLAIMED too, ↵ | narbatucker | |
and no typos this time) | |||
2017-06-25 | further (ACCADEMICALLY_ACCLAIMED) macOS build fixes | narbatucker | |
2017-05-23 | Fix bug that disallows buying Ckit | MaeJong | |
Inverted ckit and ackit entries in bg_weapons enum | |||
2017-05-22 | Display 0 as Schachtmeister judgement instead of N/A if admin has flag INCOGNITO | MaeJong | |
2017-05-22 | Remove GUID stub from listplayers and namelog | MaeJong | |
The GUID stub was useless, and a privacy/security leak | |||
2017-05-21 | Lower granger claw range slightly again | MaeJong | |
Looks stupid at 96 80 should be a good compromise (+16 from default, -16 from last commit) | |||
2017-05-21 | Fix goon BBOX values | MaeJong | |
Bad copypasta ! | |||
2017-05-21 | Reorder BG tables and rewrite BG_Find* functions. | Paweł Redman | |
This commit reorders entries in the weapon, building, class, and upgrade tables, so that the order matches the respective enums. This commit also rewrites most BG_Find* functions to take advantage of this and avoid linear searches. | |||
2017-05-21 | Remove all override code. | Paweł Redman | |
Overrides allowed changing some attributes of buildings and classes using configs (and without having to change the code itself). This commit removes this nonsensical system. | |||
2017-05-21 | Make buildable/class tables values identical to data-1.1.0 overrides | MaeJong | |
2017-05-18 | Improve version checking. | Paweł Redman | |
2017-05-18 | Basic implementation of !versions. | Paweł Redman | |
2017-05-16 | Fix message upon entering a server with g_scrimMode 1 | MaeJong | |
Well, that was some gay shit. | |||
2017-05-14 | Buff Granger's claw. | Paweł Redman | |
2017-05-14 | Adv. Basilisk healing aura & tyrant regen tweaks | MaeJong | |
Adv. Basi healing aura now boosts regen x1.5 instead of x2 (rounded up) Tyrant regen lowered from 9 to 8 | |||
2017-05-14 | Move tyrant healing aura to adv. basilisks | MaeJong | |
Healing aura stats remain the same Tyrant basic regen buffed from 7 to 9 | |||
2017-05-14 | Decrease tyrant hit range and width | MaeJong | |
This makes them the same values as for advanced dragoons | |||
2017-05-14 | Basilisk boosts the aliens it gases | MaeJong | |
Duration is defined in tremulous.h and defaults to 5000 (5 secs): LEVEL1_PCLOUD_BOOST_TIME "Tödliche, mein Führer." | |||
2017-05-14 | Helmet protects from basilisk gas, instead of light armour | MaeJong | |
sehr gut, Mengele, sehr gut | |||
2017-05-14 | Let Basilisk gas go through entities. | Paweł Redman | |
2017-05-14 | Fix Basilisk gas hitting through walls. | Paweł Redman | |
2017-05-08 | Change high admin chat colour to red | MaeJong | |
2017-05-08 | Prevent usage of IRC-like channels during scrims | MaeJong | |
Using /join 0-9 and then using those hidden channels with /0-9, you could easily ghost during scrims. | |||
2017-05-06 | Restart the map instead of reloading if current map == next map | MaeJong | |
Applies to both rotation and nextmap votes | |||
2017-05-04 | Implement cvars for SM2 autobahn & outdated client messages | MaeJong | |
Remove obsolete int g_updateClientNotice Add g_outdatedClientMessage & prompt only if it's non-empty Add g_schachtmeisterAutobahnMessage (existed, was unused) | |||
2017-05-03 | Fix undefined behavior in the high admin chat. | Paweł Redman | |
/ha and /say_hadmins were missing the permission check and using them as a non-high-admin would cause garbled text to be sent to high admins. | |||
2017-05-02 | Implement high admin chat | MaeJong | |
The channel is accessible to anyone who has the flag HIGHADMINCHAT, via /say_hadmins or /ha | |||
2017-04-26 | Implement g_nullifyTyrantKills. | Paweł Redman | |
2017-04-26 | Fix undefined behavior in !rshow. | Paweł Redman | |
2017-04-19 | Merge branch 'reports' | Paweł Redman | |
2017-04-19 | g_adminListMinLvl.integer, dumbass | MaeJong | |
2017-04-18 | Implement g_reportAdminListMinLvl | MaeJong | |
Specifies the minimum level needed for a player's name to be written in the "admins" field in reports. Defaults to 4 | |||
2017-04-18 | Better !namelog format. | Paweł Redman | |
2017-04-18 | Add a \nazi in rban auth check | MaeJong | |
2017-04-18 | Eradicate \nazis in rlist | MaeJong | |
2017-04-18 | Fix off-by-1 error in rshow | MaeJong | |
2017-04-18 | Fix a segfault in !rban. | Paweł Redman | |
2017-04-18 | Purify r/arc/list, add rshow to view reports/archives in detail | MaeJong | |
2017-04-18 | autoschacht access | /dev/humancontroller | |
2017-04-18 | use >= in conditions of the form (level.time - some_base_time) vs ↵ | /dev/humancontroller | |
some_time_length | |||
2017-04-18 | fix autobahn code a bit | /dev/humancontroller | |