2012-06-11 |
Mircea Kitsune | Merge branch 'master' into mirceakitsune/func_train_bei... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Jakob MG | Kill credits to whoever made a vehicle blow up and... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Jakob MG | Damage factors for nex, rifle, uzi & minstanex versus... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Jakob MG | Fix small bug in antial, possibly fixing vehicles telep... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Jakob MG | Merge branch 'master' of git://nl.git.xonotic.org/xonot... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Jakob MG | More robustly prevent http://dev.xonotic.org/issues... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Rudolf Polzer | change placeholder weapon name to "AOL CD Thrower" |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Jakob MG | Merge branch 'master' of git://nl.git.xonotic.org/xonot... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Jakob MG | Work arround http://dev.xonotic.org/issues/1237 The... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Rudolf Polzer | forcemodels: don't force server's idea if isdemo() |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Rudolf Polzer | sync dpdefs with DP |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Rudolf Polzer | clarify cvar_set() vs autocvars |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Rudolf Polzer | fix invalid use of autocvar (shouldn't change behaviour) |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Rudolf Polzer | document the expected response format of xonstat (curre... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jakob MG | cl_staywep_ -> cl_weapon_stay_ |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jakob MG | Merge remote-tracking branch 'origin/master' into tzork... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Rudolf Polzer | fix stupid typos :P |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Rudolf Polzer | a bit simpler |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Rudolf Polzer | simpler proof for correctness of Fire_AddDamage |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Mircea Kitsune | Merge branch 'master' into mirceakitsune/func_train_bei... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Rudolf Polzer | fix typo in comment (yes, really) |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Rudolf Polzer | explain :P |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Rudolf Polzer | Merge branch 'master' of git://de.git.xonotic.org/xonot... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Rudolf Polzer | equivalent rewrite of fireball code |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Mircea Kitsune | Add sys_frametime dependency for avelocity and properly... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Mircea Kitsune | Fix a comment that wasn't in the correct location |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Mircea Kitsune | Set .avelocity instead of .angles for bezier curves... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Mircea Kitsune | Always use SUB_CalcAngleMove, even when instant turning |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Mircea Kitsune | Don't offset with self.mins when the train is rotating... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Name angle floats more correctly |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Flip orientation the same way on bezier movement, it... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Properly flip up / down orientation. Inverting z origin... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Modify rotation origins with self.mins. This commit... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Fix inverted Z angle. I hope it's done the right way |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Get the correct formula for the still rotations. Just... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Add self.mins there too, still no fix |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Fix a bug in still rotation code, but that doesn't... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Fix curvetarget rename, and remove useless commented... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Rename .curve to .curvetarget as suggested by divVerent |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Rename bezier_turn to platmovetype_turn, because still... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Correct still turning formula. It should work properly... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Fix some important mistakes in the last commit |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Modify still turning code to accept rotation toward... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Make the curve control point a property of the ending... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rudolf Polzer | fix control point-less points |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rudolf Polzer | platmovetype fixes |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Oops, forgot to enable cubic movement after testing |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Don't tokenize self.platmovetype on each path_corner... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rudolf Polzer | set_platmovetype: more consistency |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Attempt to get overriding working, needs to be tested... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Mircea Kitsune | Turn self.platmovetype into a string so it can accept... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rudolf Polzer | replace sin/cos/acos based functions by cubic functions... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rudolf Polzer | Merge branch 'master' into mirceakitsune/func_train_bei... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rudolf Polzer | support functions: cubic speed function for "whatever... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Jakob MG | Simple tactical hud overlay for turrets when in a vehicle |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Jakob MG | make turrets obay cl_nogibs |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Jakob MG | cl_vehicles_hudscale & cl_vehicles_hudalpha to defualtX... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Jakob MG | Merge branch 'master' of git://de.git.xonotic.org/xonot... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Jakob MG | Dont dodge when dead |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Mircea Kitsune | Implement all new platform movetypes. Thanks go to... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rudolf Polzer | bulletconstant 0 now means only penentrate objects... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rudolf Polzer | special support for object density -1, which is always... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rudolf Polzer | ballistics: small fixes for hitting players who stand... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rudolf Polzer | cvar: g_projectiles_keep_owner (keep owner when project... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Fix something I forgot, sine movement is still broken. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Inverted cosine is actually called sine. I should be... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Implement inverted cosine movement |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Allow each path_corner to override the moving type... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Try another origin, which I think is more correct but... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Get rotation closer to the correct position, but for... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Use an origin code which is closer to the correct rotat... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Use the proper time offset for turning. The train still... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Trigger targets before checking the waiting and turning... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Don't risk executing the wait code again after having... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Rudolf Polzer | add lots of TSPEED_ constants and use them :P |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Don't use target2 for the curve point, use another... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Jakob MG | Merge remote branch 'origin/master' into tzork/csqc... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Jakob MG | Remove a mysterios EF_FLAME that did othing |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Invert z velocity so that the train aims properly |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Jakob MG | Merge remote branch 'origin/master' into tzork/csqc... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Jakob MG | <merlijn> when you switch to simple items in game,... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Use a second spawnflag to make the train turn (otherwis... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Make the train turn in the direction it's facing (still... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Rudolf Polzer | add a comment |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Mircea Kitsune | Try to make the train turn in the direction it's facing... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Rudolf Polzer | fix typo |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Rudolf Polzer | add ability to read/write weapon sets |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Actually, don't treat a path_corner without a control... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Subtract self.mins from the origin of the control point... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Don't spawn an empty entity for fallback origin, that... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Print the name of the correct beizer curve in debug... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Fix fallback origin |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Include the targetname of the problematic path_corner... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Fix fallback code and get it working |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Execute fallback code if a path_corner for a beizer... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Mircea Kitsune | Integrate beizer curve movement for func_train (not... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Rudolf Polzer | SUB_CalcMove: internal support for bezier paths |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Jakob MG | grml |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Jakob MG | Racer rockets new slightly predicts target, and have... |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Jakob MG | Merge remote branch 'origin/master' into tzork/csqc... |
commit | commitdiff | tree | snapshot |
next |