projects
/
xonotic
/
xonotic-data.pk3dir.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/xonotic-data.pk3dir.git
2011-07-01
terencehill
The builtin centerprint in the server simply calls...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
terencehill
Use the id when centerprinting this warning msg, it...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
terencehill
It seems like I didn't remove completely centerprint_start
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
terencehill
Do not spam multiple msgs at once touching the flag...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
terencehill
Tiny cleanups
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
terencehill
Add the constant CENTERPRINT_SPACING
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
terencehill
Slow initial movement
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
terencehill
Properly move the next msg over the fading msg even...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
terencehill
hud_panel_centerprint_fadetime to customize the msg...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
terencehill
Don't send duration and countdown_num together with...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
terencehill
Since killindicator is shared use CPID_TEAMCHANGE when...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
terencehill
Fade out the current msg when an empty msg with the...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
terencehill
Merge branch 'master' into terencehill/centerprint_stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
terencehill
Optimize centerprint panel code: if there is nothing...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-27
terencehill
No need to reset drawfontscale after each drawn msg...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
terencehill
Put wrapped msgs at the correct position when hud_panel...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
terencehill
Do not wrap differently the msg while fading out
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
terencehill
Don't forget to reset drawscale!
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
terencehill
Trim trailing and leading newlines from every msg befor...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
terencehill
Also remove useless constant NEWLINES
commit
|
commitdiff
|
tree
|
snapshot
2011-06-26
terencehill
Cleanup: remove unneeded strcats, leading and trailing...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
terencehill
Default duration for active weapon msg in NIX mode
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
terencehill
Remove an outdated comment
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
terencehill
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
terencehill
Menu dialog for the centerprint panel
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
terencehill
Now that all the centerprint msgs are cleared entering...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
terencehill
Tweak centerprint msgs in hud config mode
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
terencehill
Better (shorter) spacing in between msgs and lines
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
terencehill
Properly apply the alpha to the text
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rudolf Polzer
change "did the impossible" suicide messages to "is...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-25
Rudolf Polzer
EXPERIMENTAL change: make projectiles able to hit yours...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rudolf Polzer
make new menuqc strings translatable
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rudolf Polzer
Merge remote branch 'origin/mirceakitsune/hud_postproce...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rudolf Polzer
it looks like eventchase is sufficiently stable, and...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
terencehill
Show correctly the messages when hud_panel_centerprint_...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
terencehill
Centerprint something when configuring the hud
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
terencehill
Put hud_panel_centerprint* cvars in all the cfgs
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
terencehill
Remove a comment
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rudolf Polzer
try to make all weapons fit in weapon priority list
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rudolf Polzer
add a missing SpectateUpdate call
commit
|
commitdiff
|
tree
|
snapshot
2011-06-24
Rudolf Polzer
Revert "Fix exit from vehicle warping you back to spot...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
terencehill
Remove unused field .welcomemessage_time
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Rudolf Polzer
fix potential crash of vehicle code (doesn't happen...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Rudolf Polzer
hit sounds for vehicles
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
terencehill
Min value 1 as default msg duration
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
terencehill
Duration -1 makes the centerprint msg last for ever...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
terencehill
Set the appropriated duration for each centerprinted...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Mircea Kitsune
Merge branch 'master' into mirceakitsune/hud_postprocessing
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
terencehill
Second merging step: remove HUD_DrawCenterPrint();...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
terencehill
Merge branch 'master' into terencehill/centerprint_stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jakob MG
Merge remote branch 'origin/tzork/turrets-csqc'
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jakob MG
make last commit acctually work
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jakob MG
Only let walker roam if TS_ROAM spawnflag is set
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jakob MG
Disable fancy path for ewheel too
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jakob MG
Diable fancy pathing for walker by default. Simply...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jakob MG
Trottle target re-validation to save a bit server prefo...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jakob MG
Smoke effects for damage turrets
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Jakob MG
Dynamic precache of turrets (to save memory)
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Rudolf Polzer
explain why jumpvelocity 260
commit
|
commitdiff
|
tree
|
snapshot
2011-06-22
Rudolf Polzer
fix "HELP ME, NEEDING HELP" bug ;)
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jakob MG
Make walker not roam if in a team game (assume thay...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
update german for new texts
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
fix blinking for helpme too
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
workaround for when a sprite is already attached: appen...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
now refactor WaypointSprite_SpawnFixed() calls too
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
same for WaypointSprite_AttachCarrier and WaypointSprit...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
Same for WaypointSprite_DeployPersonal()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jakob MG
Merge remote branch 'origin/master' into tzork/turrets...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
also add the extra args to WaypointSprite_DeployFixed
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
waypointsprites: always add color to WaypointSprite_Spawn()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
Merge remote-tracking branch 'origin/tzork/vehicles-2'
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jakob MG
Merge remote branch 'origin/master' into tzork/turrets...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Rudolf Polzer
waypointsprites: fix seeker and CTF waypoint display
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Jakob MG
Stop button2 from beeing zoom if you help a nex or...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Jakob MG
Get rid of serverside sound/partivle effects. this...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
terencehill
Client side countdown for kicking when idle
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
nifrek
Merge branch 'master' into nifrek/longjumpanim
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
nifrek
Merge branch 'master' into nifrek/longjumpanim
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
Merge branch 'master' into tzork/vehicles-2
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
Update German translation
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
terencehill
Client side countdowns when suiciding / changing team...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
terencehill
Fix yet another bug, "Active weapon: X" centerprint...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
terencehill
Now that "The Champion is X" msg is centerprinted only...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
add a fixme comment about crosshair dot drawing
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
only draw crosshair if at least at 0.001 scale and...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
Merge branch 'master' of git://de.git.xonotic.org/xonot...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
Merge remote branch 'origin/pooga/freezetagbots' after...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Paul Scott
A bug remains where sometimes a bot will try to free...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Paul Scott
Rudimentary freezetag bot ai working.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Paul Scott
Adding modified files that were forgotten.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Paul Scott
Starting to structure bot roles for freezetag gamemode.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
Merge remote branch 'origin/pooga/keepawaybots'
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
Merge remote branch 'origin/mirceakitsune/new_loading_s...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Rudolf Polzer
Merge remote branch 'origin/divVerent/newwaypointsprites'
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Jakob MG
Better turret aim
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Jakob MG
Merge remote branch 'origin/master' into tzork/turrets...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Jakob MG
pre-merge
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Jakob MG
Turrets now use DamageInfo
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Jakob MG
Fix effectsinfo. again.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-19
Jakob MG
Get rid of some stale code
commit
|
commitdiff
|
tree
|
snapshot
next