2012-01-05 |
Mircea Kitsune | Further improve some of the plasma damage particles |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Mircea Kitsune | Merge branch 'master' into mirceakitsune/damage_effects |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Mircea Kitsune | More code optimizations and code comments |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Rudolf Polzer | rename to check-cvars |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Rudolf Polzer | remove 4 unused cvars |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Rudolf Polzer | Merge remote-tracking branch 'origin/terencehill/hud_sk... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Rudolf Polzer | Merge remote-tracking branch 'origin/nifrek/duckanims' |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Mircea Kitsune | Don't show fire and some plasma damage effects underwater |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Mircea Kitsune | Larger changes and improvements to the damage particles... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Fix blood-dependent damage effects |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Slightly lower light intensities |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | More tweaks to the impact particles |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Simpler way of defining the entity number of the player |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Allow cvar to specify whether effects should show only... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Change how damage effects are applied to non-player... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Fix a bug causing damage effects to not show for alt... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Kill damage effects when the player gets gibbed or... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Make damage effects last longer |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Now that damage effects are limb based, make particles... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Improve the tag counting macro |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Use a different and smarter way to go through the bones... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Samual | Merge remote branch 'origin/samual/updatecommands' |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Samual | Final preparations/cleanup/fixes before merge |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Samual | Merge remote branch 'origin/master' into samual/updatec... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Attach the damage effect entity to the bone and use... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Remove forgotten ReadByte (part of previous commit) |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Remove the old way of showing damage effects on gibs... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Allow multiple damage effects on the same player, but... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Skip damage effects for entities that have un model... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Go through all bones on the player model, and select... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | First part of bone-based damage effects: The origin... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Remove debug print now that species are working |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Get the correct species value. This fixes the last... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Use the correct damage value in damage effects. Edge... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Fix an epic failure in my code. This finally gets the... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Revert last commit, it was a mistake. The client alread... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Send an ent_DamageInfo for each player in the radius... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Also send ent_DamageInfo for hitscan weapons when they... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Rudolf Polzer | don't overemphasize direct hits |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Merge branch 'master' into mirceakitsune/damage_effects |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Some tweaks, and preparations for a fix |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Rudolf Polzer | Merge branch 'master' of git://nl.git.xonotic.org/xonot... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Rudolf Polzer | damageextraradius for svqc too |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Rudolf Polzer | add a field .damageextraradius to DamageInfo entities... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Damage_DamageInfo is already sent for hitscan weapons... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Send species properly from the server? |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Samual | Merge remote-tracking branch 'origin/master' into samua... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Send ent_DamageInfo for hitscan damage too. Why wasn... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Mircea Kitsune | Get damage effects working without using a separate... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Mircea Kitsune | Merge branch 'master' into mirceakitsune/damage_effects |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Samual | Fixes for sv_fraginfo |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rudolf Polzer | cl_forcemyplayer* |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rudolf Polzer | put the colors in rainbow order on the menu |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rudolf Polzer | make white whiter |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rudolf Polzer | fix palette lump file |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rudolf Polzer | try to fix some camouflagish colors |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rudolf Polzer | Merge branch 'master' of /var/cache/git/xonotic/xonotic... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Rudolf Polzer | increase the default curl speed a little again |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Samual | Merge remote branch 'origin/master' into samual/updatec... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | more tooltip friendly description |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Samual | Merge remote branch 'origin/master' into samual/updatec... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | to the menu |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Samual | Merge remote branch 'origin/master' into samual/updatec... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | document the cvar |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | sv_forceplayercolors |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | renumber notification types to annoy mi..., I mean... |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | cleanup headshot handling |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | stop removing the world, I still need it |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | simplify antilag handling again :) |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | antilag_takeback: better handling for the present |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | ntilag: fix division by zero after antilag reset |
commit | commitdiff | tree | snapshot |
2012-01-01 |
Rudolf Polzer | minor fixes for csqcplayers |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Samual | Merge remote branch 'origin/master' into samual/updatec... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | support EF_DYNAMICMODELLIGHT in csqcmodel |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | dpdefs updates |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | fix a spam bug |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | try getting rid of the CSQCMODEL_EF_INVISIBLE hack... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | clear drawmask if alpha < 0 (better fps) |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | Merge branch 'master' of /var/cache/git/xonotic/xonotic... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | support negative alpha |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Jakob MG | Merge branch 'master' of git://de.git.xonotic.org/xonot... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Jakob MG | Stop turrets from using teleporters. More explicitly... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | Merge branch 'master' of /var/cache/git/xonotic/xonotic... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Rudolf Polzer | try to fix vehicle chase cam (untested) |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Jakob MG | Fix http://dev.xonotic.org/issues/944 Likely things... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Samual | Merge remote branch 'origin/master' into samual/updatec... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Samual | Greatly update commands.cfg..... updatecommands SHOULD... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Samual | More aliases for commands.cfg |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Samual | whoops, forgot this |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Samual | Update the reply code |
commit | commitdiff | tree | snapshot |
2011-12-31 |
Samual | More cleanup/fixes |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Samual | Whoops, forgot the actual getreplies files :P |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Samual | Many many many fixes and usage updates for generic... |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Rudolf Polzer | some dpdefs fixes |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Rudolf Polzer | fix colormap of clones/corpses |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Rudolf Polzer | fix bugs with conveyor and some items |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Rudolf Polzer | conveyor: make it more clever for regular ents too |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Rudolf Polzer | fix trigger_conveyor, before only func_conveyor worked |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Samual | Fix some things with timeout |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Samual | Merge remote branch 'origin/master' into samual/updatec... |
commit | commitdiff | tree | snapshot |
next |