2015-08-22 |
Matthias Krüger | gametypes: change/add gametype (ctf, dm, cts...) descri... |
commit | commitdiff | tree | snapshot |
2015-08-22 |
TimePath | Require semicolon or definition following `METHOD` |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Merge branch 'Mario/vehicles' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Fix a couple of leftovers from bad merges |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Merge branch 'master' into Mario/vehicles |
commit | commitdiff | tree | snapshot |
2015-08-21 |
TimePath | Hook cl_cmd instead of all commands |
commit | commitdiff | tree | snapshot |
2015-08-21 |
TimePath | CSQC_ConsoleCommand event hook |
commit | commitdiff | tree | snapshot |
2015-08-21 |
TimePath | Merge branches 'TimePath/weaponsys' and 'Mario/modpack' |
commit | commitdiff | tree | snapshot |
2015-08-21 |
TimePath | Merge branch 'TimePath/issues/1490' |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Merge branch 'Mario/is_macro' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Merge branch 'master' into TimePath/issues/1490 |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Merge branch 'master' into Mario/is_macro |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Merge branch 'Mario/send_effects' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Make TimePath happy |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Boolinterize |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Mario | Send effects to client, allows mismatching effectinfo.txt |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Rudolf Polzer | Merge branch 'maint' |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Rudolf Polzer | Merge branch 'maint' (early part) |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Rudolf Polzer | Transifex sync (maint only). xonotic-v0.8.1 |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Mario | Merge branch 'terencehill/quake_items_fix' into 'maint' |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Rudolf Polzer | Merge branch 'maint' |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Rudolf Polzer | Merge branch 'maint' (early part before Transifex) |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Rudolf Polzer | Transifex sync (maint stuff). |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Rudolf Polzer | Transifex sync. |
commit | commitdiff | tree | snapshot |
2015-08-19 |
terencehill | Fix Large Armor and Mega Health detection in Quake... |
commit | commitdiff | tree | snapshot |
2015-08-19 |
TimePath | Menu support |
commit | commitdiff | tree | snapshot |
2015-08-19 |
TimePath | Mutator registry |
commit | commitdiff | tree | snapshot |
2015-08-19 |
TimePath | Move mutator system to common |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Mario | This is not a commit |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Mario | Add IS_MACRO macro for matthiaskrgr |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Mario | Add IS_MONSTER, IS_TURRET & IS_VEHICLE macros |
commit | commitdiff | tree | snapshot |
2015-08-18 |
TimePath | Merge branch 'master' into Mario/modpack |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Mario | Merge branch 'TimePath/mutator_cleanup' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-15 |
Mario | Merge branch 'maint' of https://gitlab.com/xonotic... |
commit | commitdiff | tree | snapshot |
2015-08-15 |
Mario | Update notifications.cfg |
commit | commitdiff | tree | snapshot |
2015-08-15 |
Mario | Merge branch 'TimePath/div0monsters' into 'maint' |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Fix division by zero in sv_monsters.qc |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Convert remaining calls |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Convert more calls |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Convert more calls |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Work around `SZ_GetSpace: overflow` |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Convert more calls |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Convert more calls |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Convert some calls |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Enable mutator calls to take parameters |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Cleanup mutators |
commit | commitdiff | tree | snapshot |
2015-08-15 |
TimePath | Make clean gamecode expansion possible |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Use ATTRIB |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Remove redundant get_weaponinfo calls |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | s/WEP_(ID)/WEP_$1.m_id/ |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Migrate REGISTER_WEAPON to registry system |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Use explicit IMPLEMENTATION guard |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Update iterators |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Merge branches 'TimePath/oo', 'TimePath/buffsys', ... |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Objectify buffs |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Allow custom construction of registered objects |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Objectify gametypes |
commit | commitdiff | tree | snapshot |
2015-08-14 |
TimePath | Add CONSTRUCT for super-initialization |
commit | commitdiff | tree | snapshot |
2015-08-13 |
TimePath | Implement CONSTRUCTOR |
commit | commitdiff | tree | snapshot |
2015-08-13 |
TimePath | Cleanup OO macros |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Rudolf Polzer | Add an explanation, resolving a FIXME. |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Mario | We are now in code freeze. Any merge requests for issue... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Mario | Merge branch 'TimePath/nadesys' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-12 |
TimePath | Objectify nades |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Mario | Merge branch 'sev/luma_itemstime' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Mario | Merge branch 'TimePath/monstersys' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Mario | Merge branch 'terencehill/mutator_button_rename' into... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
TimePath | Refer to item flags from item definitions |
commit | commitdiff | tree | snapshot |
2015-08-12 |
TimePath | Add ammoPic attribute |
commit | commitdiff | tree | snapshot |
2015-08-12 |
TimePath | Re-use generic registry code for monsters |
commit | commitdiff | tree | snapshot |
2015-08-12 |
TimePath | Namespace registry functions |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Severin Meyer | Increase the alpha value of loading itemstime icons |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Severin Meyer | Add Luma itemstime icons and update Luma simple items |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Severin Meyer | Update buff and powerup icons to match the rest of... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Severin Meyer | For the itemstime panel, use existing strength and... |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Severin Meyer | Icons are inherited from the default HUD theme, therefo... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
terencehill | Mutators --> Mutators... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Mario | Merge branch 'terencehill/menu_listbox_changes' into... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
terencehill | Rename a variable |
commit | commitdiff | tree | snapshot |
2015-08-11 |
terencehill | Use the formula with exp, as it's more mathematically... |
commit | commitdiff | tree | snapshot |
2015-08-11 |
terencehill | Merge branch 'master' into terencehill/menu_listbox_changes |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Mario | Merge branch 'terencehill/itemstime' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Mario | Merge branch 'master' into terencehill/itemstime |
commit | commitdiff | tree | snapshot |
2015-08-11 |
TimePath | Extract registry functionality |
commit | commitdiff | tree | snapshot |
2015-08-11 |
TimePath | Simplify item definitions |
commit | commitdiff | tree | snapshot |
2015-08-11 |
TimePath | Adjust item definition syntax |
commit | commitdiff | tree | snapshot |
2015-08-10 |
terencehill | Center icon when item has no time |
commit | commitdiff | tree | snapshot |
2015-08-10 |
terencehill | seta hud_panel_itemstime_hidespawned "1" "if 1 hide... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Mario | Merge branch 'terencehill/kh_fix' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Mario | Merge branch 'terencehill/g_chat_nospectators_fix'... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Mario | Merge branch 'Mario/buff_updates' into 'master' |
commit | commitdiff | tree | snapshot |
2015-08-09 |
terencehill | Always draw the icon at full alpha when hud_panel_items... |
commit | commitdiff | tree | snapshot |
2015-08-09 |
terencehill | Apply the icon expanding effect when an item is availab... |
commit | commitdiff | tree | snapshot |
2015-08-09 |
terencehill | Fix condition for displaying g_chat_nospectators warnin... |
commit | commitdiff | tree | snapshot |
2015-08-08 |
Rudolf Polzer | Transifex Sync |
commit | commitdiff | tree | snapshot |
2015-08-07 |
terencehill | Fix not working notification about missing teams in... |
commit | commitdiff | tree | snapshot |
2015-08-07 |
terencehill | Initialize autocvar_hud_panel_itemstime_progressbar_max... |
commit | commitdiff | tree | snapshot |
2015-08-06 |
terencehill | Rename hud_panel_itemstime_showspawned to hud_panel_ite... |
commit | commitdiff | tree | snapshot |
2015-08-06 |
terencehill | Rename 2 functions |
commit | commitdiff | tree | snapshot |
2015-08-06 |
terencehill | Remove some code that now is useless |
commit | commitdiff | tree | snapshot |
next |