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 |
Mircea Kitsune | Invert z velocity so that the train aims properly |
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-19 |
Jakob MG | Clean up/optimize racer code a bit. Make it use a simpl... |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Rudolf Polzer | hud_panel_pressedkeys_attack (with placeholder images) |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rudolf Polzer | Merge branch 'master' of git://de.git.xonotic.org/xonot... |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rudolf Polzer | turn off decals on models in ultra |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Rudolf Polzer | fix typo |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Rudolf Polzer | fix more unused stuff |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Rudolf Polzer | fix a few unuseds |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Rudolf Polzer | rewrite of newtonian projectiles, now also with a funct... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Rudolf Polzer | simplify some linked list stuff |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Rudolf Polzer | remove unused locals |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Rudolf Polzer | fix some more weird stuff |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Rudolf Polzer | document the new fteqcc bug |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Rudolf Polzer | turn on Oassignments again - fteqcc is buggy either... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Rudolf Polzer | remove g_projectile_newton_style 3 and 4 due to lack... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rudolf Polzer | fix more uninitialized stuff and a few bugs, one regard... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rudolf Polzer | fix a few bugs the analyzer found |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rudolf Polzer | fix typo in turning off broken optimization |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rudolf Polzer | more uninitialized local use fixes |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rudolf Polzer | add some failcases... get rid of -Oassignments |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rudolf Polzer | fix some more uninitialized locals; disable a broken... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rudolf Polzer | fix a bunch of uninitialized stuff |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Rudolf Polzer | fix uses of uninitialized locals |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Rudolf Polzer | fix some more use of uninitialized locals; fix matchacl |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Rudolf Polzer | fix an uninitialized local |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Rudolf Polzer | simplify RadiusDamage: don't do all the tracing for... |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Rudolf Polzer | reindent RadiusDamage, it was a mess |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Rudolf Polzer | Merge branch 'master' of http://nl.git.xonotic.org... |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Rudolf Polzer | make damage through floor more exact (use a cvar for... |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Samual | Fix records reply |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Samual | Fix weapons in warmup/clan arena/last man standing |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Samual | Fix another self damage issue with clan arena |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Rudolf Polzer | detect headshots for minstanex again |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Rudolf Polzer | Ukrainian charset fixes by Harmata |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Rudolf Polzer | fix the Nexposee hacks in Item/Label |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Rudolf Polzer | fix build breakage |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Rudolf Polzer | print the IP address, not the name, when a banned clien... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Rudolf Polzer | enforce bans on first clientcommand too, not just on... |
commit | commitdiff | tree | snapshot |
next |