GreYFoXGTi
|
5bc075afe3
|
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
|
2010-09-30 23:51:07 +03:00 |
|
GreYFoXGTi
|
2f08f74318
|
Fixed Projectiles Snapping
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-30 23:49:23 +03:00 |
|
GreYFoXGTi
|
8fe9d49cc3
|
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
|
2010-09-30 23:36:53 +03:00 |
|
GreYFoXGTi
|
896634a061
|
Total Cleanup
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-30 23:28:06 +03:00 |
|
GreYFoXGTi
|
b3747deb60
|
fixed ninja thanks to btd
|
2010-09-30 22:31:26 +03:00 |
|
GreYFoXGTi
|
1a5b3f5a24
|
Ninja sound was commented... i don't know why
Fixed last commit
|
2010-09-29 23:54:02 +03:00 |
|
GreYFoXGTi
|
e38bb14041
|
Super Should be visible to all now
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-29 04:58:21 +03:00 |
|
GreYFoXGTi
|
9fde901705
|
Removed multipliers and changed initial layer size
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-27 14:44:57 +03:00 |
|
GreYFoXGTi
|
31892f7475
|
of course delete[] makes problems for me with 2D array even when i loop on 1D 1st .... so here's my alternative
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-27 07:34:45 +03:00 |
|
GreYFoXGTi
|
5a6a508204
|
Teleport Randomness now works
in the past if you have many tele out tiles only 1 was working
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-27 06:15:56 +03:00 |
|
GreYFoXGTi
|
53d7df9e35
|
Added Position Protection For Position relative tiles
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-26 07:34:23 +03:00 |
|
GreYFoXGTi
|
2b56fbe5a6
|
small fix
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-26 07:16:51 +03:00 |
|
GreYFoXGTi
|
65fa246352
|
Implemented Max Indices ( If needed in the future )
Removed Old Unused Functions
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-26 05:54:37 +03:00 |
|
GreYFoXGTi
|
13c5970479
|
It's impossible to miss a tile.
in the past when you missed 2 tiles because you are too fast, the 1st tile only were detected the the rest discarded, now none will be discarded
|
2010-09-26 05:36:45 +03:00 |
|
GreYFoXGTi
|
347870c1da
|
Working on GetMapIndex
|
2010-09-26 05:25:05 +03:00 |
|
GreYFoXGTi
|
8bff412118
|
New Doors System
|
2010-09-26 04:19:08 +03:00 |
|
GreYFoXGTi
|
e9083caa1d
|
some little stuff
|
2010-09-25 18:55:36 +03:00 |
|
btd
|
2c364dbefb
|
Fix hammer hit. Closes #43
|
2010-09-24 21:10:18 +04:00 |
|
GreYFoXGTi
|
7f6db8212e
|
Merge branch 'master' of http://github.com/btd/DDRace
Conflicts:
src/game/server/entities/dragger.cpp
src/game/server/entities/dragger.h
|
2010-09-22 22:41:15 +03:00 |
|
GreYFoXGTi
|
fda610aef3
|
MaxSpeed is now somewhat relative to m_Vel but not accurate
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 22:29:01 +03:00 |
|
btd
|
99f5a1d767
|
Fix projecttile
|
2010-09-22 23:01:09 +04:00 |
|
GreYFoXGTi
|
a02bceafed
|
Added Max Speed
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 20:43:23 +03:00 |
|
btd
|
a00e8a76b1
|
Draggers seems works
|
2010-09-22 21:36:13 +04:00 |
|
GreYFoXGTi
|
c7f897a144
|
Fixed Resetting position just because in a stopper and going to the opposite direction
|
2010-09-22 18:17:23 +03:00 |
|
GreYFoXGTi
|
6fe9daf1b6
|
Refactored Some Function Names
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 18:07:45 +03:00 |
|
GreYFoXGTi
|
b1ff25da4c
|
Fixed Dragger + Stopper FTW
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 17:25:32 +03:00 |
|
GreYFoXGTi
|
f915cb1854
|
Commented some forgotten dbg_msg
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 16:33:26 +03:00 |
|
GreYFoXGTi
|
7f325ed21c
|
Changed Speedup collision checks to benefit from high speed check
added checks for index < 0
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 15:17:00 +03:00 |
|
GreYFoXGTi
|
d7f5d85362
|
Made Necessary Changes to IsTeleport for it to to Benefit from GetMapIndex loops to avoid goig through at high speeds
|
2010-09-22 15:03:59 +03:00 |
|
btd
|
71dd366a49
|
No need in it
|
2010-09-22 14:49:48 +04:00 |
|
btd
|
fede6df973
|
No need in it
|
2010-09-22 14:49:19 +04:00 |
|
btd
|
5db7748af4
|
Fix ddraggers
|
2010-09-22 14:43:59 +04:00 |
|
GreYFoXGTi
|
394013374a
|
made position reset with stoppers only when a tee gets past them in 1 tick
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 13:33:56 +03:00 |
|
GreYFoXGTi
|
e1b072acb6
|
revert dragger
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 03:04:14 +03:00 |
|
GreYFoXGTi
|
806046fe76
|
Merge branch 'master' of http://github.com/btd/DDRace
Conflicts:
src/game/server/entities/dragger.cpp
src/game/server/gamecontext.cpp
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 03:02:49 +03:00 |
|
btd
|
2af441b703
|
Finish super team, fix bug with killing, DDraggers not finished
|
2010-09-21 23:09:11 +04:00 |
|
GreYFoXGTi
|
2058ad4ea7
|
Annoying dbg_msgs :D
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-19 22:00:29 +03:00 |
|
GreYFoXGTi
|
8f48989f73
|
Fixed Dragger + Stopper Bug
Fisico ReDrew some entities
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-19 12:01:54 +03:00 |
|
GreYFoXGTi
|
d9af926f6f
|
FiX
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-17 22:22:28 +03:00 |
|
GreYFoXGTi
|
a0329fece4
|
Added /Fly for super Players only to make them choose if they want to fly
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-17 14:35:53 +03:00 |
|
GreYFoXGTi
|
42d3829304
|
If you are Super You can Fly!!
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-17 14:26:06 +03:00 |
|
GreYFoXGTi
|
427fedb79b
|
Starting to fix Doors
hitted is not a word :p
forgot to change from bool to int
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-16 23:33:16 +03:00 |
|
GreYFoXGTi
|
410156446b
|
removed debug messages, fixed walking on air on ground bug :D
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-16 23:01:00 +03:00 |
|
GreYFoXGTi
|
d20f9f49e5
|
Fixed Stoppers. Closes #27.
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-16 21:48:32 +03:00 |
|
btd
|
d195d5c7bc
|
Fixes for super player. Still dont work collision
|
2010-09-15 00:36:48 +04:00 |
|
btd
|
c4fa5c6128
|
Ugly command invis_me ^_^ seems very funny
|
2010-09-14 20:56:28 +04:00 |
|
btd
|
3cd72cfb87
|
Move Sending info to GameContext. Now Teams is finished. Need to test it all
|
2010-09-14 20:32:17 +04:00 |
|
btd
|
0221f68d35
|
Disable /show_others (for DDRace-Client instead use menu). Fix sending all teams information to new joiners
|
2010-09-14 15:38:46 +04:00 |
|
btd
|
0e063cbc07
|
Fix hammer hit ShowOthers and ShowOthers when it unabled
|
2010-09-12 22:11:25 +04:00 |
|
btd
|
c117f48741
|
Remove rubbish
|
2010-09-12 00:46:30 +04:00 |
|