]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/t_plats.qc
Merge branch 'master' into terencehill/music_player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_plats.qc
2013-01-29 Rudolf PolzerMerge remote-tracking branch 'origin/terencehill/reload...
2013-01-23 Rudolf PolzerMerge branch 'master' into divVerent/csad
2013-01-19 terencehillMerge branch 'master' into terencehill/ca_arena_freezet...
2013-01-07 MarioMerge branch 'master' into Mario/mutator_minstagib
2013-01-06 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2013-01-03 Rudolf Polzerfix some !string uses
2013-01-01 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-12-31 Rudolf Polzermake it compile with gmqcc; strict function types YEAH
2012-12-30 Samual LenksMerge remote-tracking branch 'origin/Mario/vote_mapchan...
2012-12-28 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-12-24 Rudolf Polzeraudit some .think use
2012-12-21 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-12-19 Rudolf PolzerMerge branch 'master' of http://nl.git.xonotic.org...
2012-12-19 Rudolf Polzerget rid of SUB_Null
2012-12-12 Samual LenksMerge remote-tracking branch 'origin/master' into teren...
2012-12-12 Samual LenksMerge remote-tracking branch 'origin/terencehill/cmd_fixes'
2012-12-12 Samual LenksMerge remote-tracking branch 'origin/terencehill/forced...
2012-12-04 Samual LenksMerge remote-tracking branch 'origin/master' into teren...
2012-12-02 Samual LenksMerge remote-tracking branch 'origin/mirceakitsune...
2012-10-24 Samual LenksMerge remote-tracking branch 'origin/master' into samua...
2012-10-11 Rudolf Polzerfix a small func_vectormamamamam bug (wrong origin)
2012-09-22 Jakob MGMerge branch 'master' of git://nl.git.xonotic.org/xonot...
2012-09-17 Mircea KitsuneMerge branch 'master' into mirceakitsune/player_cubemaps
2012-09-13 Rudolf Polzerrewrite LinkDoors to be a LOT more robust
2012-06-13 terencehillMerge branch 'master' into terencehill/directmenu_options
2012-06-13 terencehillMerge branch 'master' into terencehill/clear_button
2012-06-11 Mircea KitsuneMerge branch 'master' into mirceakitsune/func_train_bei...
2012-06-02 terencehillMerge branch 'master' into terencehill/screenshot_viewer
2012-05-29 Mircea KitsuneMerge branch 'master' into mirceakitsune/func_train_bei...
2012-05-25 Mircea KitsuneAlways use SUB_CalcAngleMove, even when instant turning
2012-05-25 Mircea KitsuneDon't offset with self.mins when the train is rotating...
2012-05-24 Mircea KitsuneName angle floats more correctly
2012-05-24 Mircea KitsuneFlip orientation the same way on bezier movement, it...
2012-05-24 Mircea KitsuneProperly flip up / down orientation. Inverting z origin...
2012-05-24 Mircea KitsuneModify rotation origins with self.mins. This commit...
2012-05-24 Mircea KitsuneFix inverted Z angle. I hope it's done the right way
2012-05-24 Mircea KitsuneGet the correct formula for the still rotations. Just...
2012-05-24 Mircea KitsuneAdd self.mins there too, still no fix
2012-05-24 Mircea KitsuneFix a bug in still rotation code, but that doesn't...
2012-05-24 Mircea KitsuneRename .curve to .curvetarget as suggested by divVerent
2012-05-24 Mircea KitsuneRename bezier_turn to platmovetype_turn, because still...
2012-05-24 Mircea KitsuneCorrect still turning formula. It should work properly...
2012-05-24 Mircea KitsuneFix some important mistakes in the last commit
2012-05-24 Mircea KitsuneModify still turning code to accept rotation toward...
2012-05-24 Mircea KitsuneMake the curve control point a property of the ending...
2012-05-24 Rudolf Polzerfix control point-less points
2012-05-24 Rudolf Polzerplatmovetype fixes
2012-05-24 Mircea KitsuneDon't tokenize self.platmovetype on each path_corner...
2012-05-24 Rudolf Polzerset_platmovetype: more consistency
2012-05-24 Mircea KitsuneAttempt to get overriding working, needs to be tested...
2012-05-24 Mircea KitsuneTurn self.platmovetype into a string so it can accept...
2012-05-24 Rudolf PolzerMerge branch 'master' into mirceakitsune/func_train_bei...
2012-05-22 Mircea KitsuneAllow each path_corner to override the moving type...
2012-05-22 Mircea KitsuneTry another origin, which I think is more correct but...
2012-05-22 Mircea KitsuneGet rotation closer to the correct position, but for...
2012-05-22 Mircea KitsuneUse an origin code which is closer to the correct rotat...
2012-05-22 Mircea KitsuneUse the proper time offset for turning. The train still...
2012-05-22 Mircea KitsuneTrigger targets before checking the waiting and turning...
2012-05-22 Mircea KitsuneDon't risk executing the wait code again after having...
2012-05-22 Rudolf Polzeradd lots of TSPEED_ constants and use them :P
2012-05-22 Mircea KitsuneDon't use target2 for the curve point, use another...
2012-05-22 Mircea KitsuneUse a second spawnflag to make the train turn (otherwis...
2012-05-22 Mircea KitsuneTry to make the train turn in the direction it's facing...
2012-05-21 Mircea KitsuneActually, don't treat a path_corner without a control...
2012-05-21 Mircea KitsuneSubtract self.mins from the origin of the control point...
2012-05-21 Mircea KitsuneDon't spawn an empty entity for fallback origin, that...
2012-05-21 Mircea KitsunePrint the name of the correct beizer curve in debug...
2012-05-21 Mircea KitsuneFix fallback origin
2012-05-21 Mircea KitsuneInclude the targetname of the problematic path_corner...
2012-05-21 Mircea KitsuneFix fallback code and get it working
2012-05-21 Mircea KitsuneExecute fallback code if a path_corner for a beizer...
2012-05-21 Mircea KitsuneIntegrate beizer curve movement for func_train (not...
2012-04-05 terencehillMerge branch 'master' into terencehill/freezetag_fixes
2012-03-31 Rudolf PolzerMerge branch 'master' into divVerent/weapons-field...
2012-03-27 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-03-14 terencehillMerge branch 'master' into terencehill/menu_focus_stuff
2012-03-14 terencehillMerge branch 'master' into terencehill/cursormode
2012-03-09 nyovMerge tag 'xonotic-v0.6.0' into nyov/dedicated-startups...
2012-03-07 Rudolf Polzerfix the previous fix
2012-03-07 Rudolf Polzertiny bugfix for conveyor code
2012-02-29 SamualMerge remote branch 'origin/terencehill/minstagib_outof...
2012-02-27 terencehillMerge branch 'master' into terencehill/color_picker_carets
2012-02-26 SamualMerge remote branch 'origin/terencehill/powerups_respaw...
2012-02-26 SamualMerge remote branch 'origin/terencehill/physics_panel_u...
2012-02-18 Rudolf PolzerMerge remote-tracking branch 'origin/divVerent/new...
2012-02-08 SamualMerge remote branch 'origin/master' into samual/mutator_ctf
2012-02-04 terencehillMerge branch 'master' into terencehill/screenshot_viewer
2012-01-31 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2012-01-29 terencehillMerge branch 'master' into terencehill/cursormode
2012-01-25 terencehillMerge branch 'master' into terencehill/clear_button
2012-01-14 Mircea KitsuneMerge branch 'master' into mirceakitsune/damage_effects
2012-01-14 Jakob MGMerge branch 'tzork/gm_nexball' of git://de.git.xonotic...
2012-01-14 Jakob MGMerge remote-tracking branch 'origin/master' into tzork...
2012-01-12 terencehillMerge branch 'master' into terencehill/arena_and_ca_fixes
2012-01-12 SamualMerge remote branch 'origin/master' into mirceakitsune...
2012-01-11 SamualMerge remote branch 'origin/master' into samual/menu_up...
2012-01-11 Rudolf Polzerfix func_plat
2012-01-11 terencehillMerge branch 'master' into terencehill/arena_and_ca_fixes
2012-01-10 SamualMerge remote branch 'origin/master' into samual/menu_up...
2012-01-09 Rudolf PolzerMerge remote-tracking branch 'origin/divVerent/allow...
next