]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common/notifications.qh
Some more cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications.qh
2013-02-20 Samual LenksSome more cleanup
2013-02-18 Samual LenksThat should be an entity instead
2013-02-18 Samual LenksDisable a notification if it has errors
2013-02-17 Samual LenksActually, make that argument smaller... plus, lets...
2013-02-16 Samual LenksDon't need these either
2013-02-16 Samual LenksFix captimes
2013-02-16 Samual LenksFix missing ^ character for color code
2013-02-16 Samual LenksGet rid of NO_FL_ARG and strip out a lot of usage of...
2013-02-16 Samual Lenksmore fixinggggggg :D
2013-02-16 Samual LenksCentralize the argument list
2013-02-15 Samual Lenksit compiles now :D
2013-02-14 Samual LenksLots of stuff and things
2013-02-13 Samual LenksComment for future idea
2013-02-13 Samual LenksProcess notification arguments on init
2013-02-13 Samual LenksMore cleanup, plus re-implement HUD_Notify_Push properly
2013-02-13 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-02-12 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-02-12 Samual LenksA little more cleanup
2013-02-12 Samual LenksMove Local_Notification function over to use entities too
2013-02-12 Samual LenksSlight cleanup
2013-02-12 Samual LenksSwitch entirely to using entities to retrieve informati...
2013-02-11 Samual Lenksthings
2013-02-11 Samual LenksBrilliant idea: do color code replacements on init...
2013-02-11 Samual LenksFix handling of entities with MSG_WEAPON and MSG_DEATH...
2013-02-11 Samual LenksMore work on entity notifications
2013-02-11 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-02-11 Samual LenksBegin progressing over to using entities for the notifi...
2013-02-11 Samual LenksMove that to the makefile
2013-02-11 Samual LenksClean up a ton of code, plus create NOTIFICATIONS_DEBUG...
2013-02-10 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-02-10 Samual LenksFurther progress on vehicle deaths
2013-02-09 Samual LenksLets not make this a #warning actually...
2013-02-09 Samual Lenksworking on vehicle notifications
2013-02-09 Samual LenksUndef something, aaaand... use a #warning when using...
2013-02-09 Samual LenksFix an issue with weapon deaths where the subcalls...
2013-02-09 Samual LenksFix watermark coloring
2013-02-09 Samual LenksAdd better debug print for Read_Notification(), plus...
2013-02-09 Samual LenksVarious fixes/cleanups
2013-02-09 Samual LenksUpdate comment
2013-02-08 Samual LenksWell that was stupid.
2013-02-08 Samual LenksTransfer the switch into yet another macro
2013-02-08 Samual LenksMenu doesn't need notification init
2013-02-08 Samual LenksFixes for notification sanity checks
2013-02-08 Samual LenksI have edited this since December... kthxbai
2013-02-08 Samual LenksOne more
2013-02-08 Samual LenksUpdates to .qh files :D
2013-02-08 Samual LenksFixed the previous problem :D Plus this is optimized...
2013-02-08 Samual LenksDo some cleaning up... in the process: fix one thing...
2013-02-08 Samual LenksUse accumulate_function to check notifications for...
2013-02-08 Samual LenksAdd proper turret notifications
2013-02-08 Samual LenksGet rid of TEAM_SV_TO_CL and TEAM_CL_TO_SV aliases
2013-02-08 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-02-07 Samual LenksNest some switches, f*ck some b*tches... also: this...
2013-02-07 Samual LenksThis doesn't need to be a function
2013-02-07 Samual LenksMake the CCR() color replacement function common and...
2013-02-07 Samual LenksAdd cl_client.qc notifications mostly by Mario-- Still...
2013-02-05 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-02-05 Samual LenksFix'd
2013-02-04 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-02-04 Samual LenksBegin adding declarations for turret deaths... NOT...
2013-02-04 Samual LenksMake the specification comment more... "specific."
2013-02-04 Samual LenksHUD notify messages should always be ATTACKER -> VICTIM
2013-02-04 Samual LenksAdd killstreaks and centerprints to weapon notifications
2013-02-04 Samual LenksShut up Mario
2013-02-04 Samual LenksShit still ain't workin.
2013-02-03 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-01-31 Samual LenksWorking more on migration to csqc ent networking
2013-01-31 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-01-31 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-01-30 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-01-29 Samual LenksProperly split up notifications.qc into two files ...