oy
ccaec79567
made it possible to automatically swap teams between rounds
2011-12-30 22:47:26 +01:00
oy
11cc0e78d7
removed chat spam for the team commands
2011-12-30 22:30:28 +01:00
oy
ed4158e837
fixed last commit
2011-12-30 22:17:51 +01:00
BeaR
afb1d5e201
Swap and Shuffle Teams
2011-12-30 21:52:01 +01:00
GreYFoX
7d462b565d
Fixed the bugs i know of with the last few commits
2011-12-30 16:51:08 +02:00
oy
353f5cc8d6
fixed that the flag grab sound is played several times in a server side demo. Closes #901
2011-12-29 13:56:24 +01:00
GreYFoX
2baa440866
Happy New Year, all tees are now born happy, Version v1.11
2011-12-29 14:39:51 +02:00
GreYFoX
9af4f1e172
Added race started check
2011-12-29 14:35:14 +02:00
GreYFoX
799f4de2b3
Added the following settings to Close #123 .
...
sv_time_in_broadcast, 1, 0, 1, CFGFLAG_SERVER, "Whether to display time in broadcast every interval or not by default, later the choice can be changed by players via chat commands"
sv_time_in_broadcast_interval, 1, 0, 60, CFGFLAG_SERVER, "How often to update the broadcast time"
sv_time_in_gametimer, 0, 0, 1, CFGFLAG_SERVER, "Whether to display time in the round/game timer or not by default, later the choice can be changed by players via chat commands"
Added the following Chat commands to give the player the choice over their settings:
"saytime", "", CFGFLAG_CHAT|CFGFLAG_SERVER, ConSayTime, this, "Privately messages you your current time in this current running race"
"saytimeall", "", CFGFLAG_CHAT|CFGFLAG_SERVER, ConSayTimeAll, this, "Publicly messages everyone your current time in this current running race"
"time", "", CFGFLAG_CHAT|CFGFLAG_SERVER, ConTime, this, "Privately shows you your current time in this current running race in the broadcast message"
"broadcasttime", "?s", CFGFLAG_CHAT|CFGFLAG_SERVER, ConSetBroadcastTime, this, "Personal Setting of showing time in the broadcast, broadcasttime s, where s = on for on, off for off, toggle for toggle and nothing to show current status"
"servergametime", "?s", CFGFLAG_CHAT|CFGFLAG_SERVER, ConSetServerGameTime, this, "Personal Setting of showing time in the round/game timer, servergametime s, where s = on for on off for off, toggle for toggle and nothing to show current status"
Fixed Chat Command "eyeemote" and made it a set + toggle instead of just toggle for better bin techneques
Moved some vars from CCharacter to CPlayer to keep their status evern after death but not after disconnect.
So now players have the choice to see which timer they wanna see if any.
Note: These changes are all untested Stay away from this update on your main server until they are tested, i don't even know if they will compile propperly
2011-12-29 14:17:34 +02:00
GreYFoX
ff6b9609f3
sv_nameless_score default 0 Whether nameless tee has a score or not. Closes #100 .
2011-12-29 11:39:01 +02:00
GreYFoX
66c321c547
Added sv_eye_emote_change_delay default to 1 to Close #94 .
2011-12-27 12:20:12 +02:00
GreYFoX
8b09813288
old useless todo
2011-12-26 11:56:12 +02:00
GreYFoX
e96da00103
Fixed Some Todos in the code
2011-12-26 11:15:43 +02:00
GreYFoX
cdab951296
Increasing the Readability on primitive editors of DDRace Specific files (All files that does not exist in oy/teeworlds)
2011-12-25 15:51:47 +02:00
GreYFoX
bfed5bad1a
Added License INfo to missing files and updated the old ones
2011-12-25 15:33:05 +02:00
GreYFoX
4da271df56
Deleted a useless state and added onTeamStateChanged Event
2011-12-25 15:19:03 +02:00
GreYFoX
8a7c0df1d5
Mini performance improvement
2011-12-25 15:00:47 +02:00
GreYFoX
28cd7afa24
You srsly REALLY can't join teams that fast!
2011-12-25 13:20:10 +02:00
Shereef Marzouk
1871207bfe
Version and Credits
2011-12-14 17:05:48 +02:00
Shereef Marzouk
c496bf3c4e
Merge branch 'master' of https://github.com/oy/teeworlds into DDRace
...
Conflicts:
bam.lua
scripts/make_release.py
2011-12-14 17:01:47 +02:00
oy
99f04a7f87
let the server check if the input aims the center. Closes #889
2011-12-10 18:21:12 +01:00
GreYFoX
1446d0980b
Merge branch 'master' of git://github.com/oy/teeworlds into DDRace
...
* Version 1.098a
Conflicts:
bam.lua
src/game/client/gameclient.h
src/game/mapitems.h
2011-12-05 11:32:01 +02:00
oy
8e0ce38e29
fixed sv_max_client usage
2011-12-04 16:51:33 +01:00
XXLTomate
9a59dd4158
victims at force_vote; cmd description updated
2011-11-08 22:08:37 +01:00
GreYFoX
323e63453b
fixed team cheat. Closes #103
2011-11-08 15:21:03 +02:00
GreYFoX
df0798a673
Fixed pickup sounds. Closes #111
2011-11-08 14:15:31 +02:00
GreYFoX
09232125b4
Ability to disable emotes. Closes #115
2011-11-08 14:09:42 +02:00
GreYFoX
d6845f0502
Vote enforcer as command executer
...
Force pause doesn't need the client id to be positive
Fixed force pause parameter reading
partially helps #124
2011-11-08 13:56:08 +02:00
XXLTomate
137a447065
Victims without callback(s)
2011-11-08 12:30:54 +02:00
Ravomavain
24fc16543c
Fix chat commands being too verbose if console_output_level is set on config file. Close #116
2011-10-31 19:16:43 +01:00
XXLTomate
771293a922
Fixing muteID
2011-10-12 21:31:33 +02:00
Shereef Marzouk
b5f8738acd
Merge pull request #118 from XXLTomate/ddracePullSqlFix
...
fixing sql score by @Laxa
unrevised untested @XXLTomate thanks but please test and maintain i didn't even see the changed code
2011-10-12 10:29:12 -07:00
XXLTomate
a2cec1b990
fixing sql score by @Laxa
2011-10-12 19:17:48 +02:00
GreYFoX
1837c76a07
fixed a crash
2011-09-08 01:02:09 +02:00
GreYFoX
d9f973b8da
SQL Fix
2011-09-08 00:51:55 +02:00
GreYFoX
9f16db0969
Fixed tuning reset
2011-09-05 13:55:47 +02:00
Sergey
b326fc245f
Count change_map in sv_vote_map_delay too.
2011-09-04 22:24:40 +02:00
GreYFoX
df5a63948a
Fixed warning: src/game/server/teams.cpp:206: suggest parentheses around && within ||
2011-09-03 01:10:08 +02:00
Ravomavain
7b8575f755
There is a variable for that, use it! :p
2011-09-03 01:08:37 +02:00
Ravomavain
04981004d5
Improve Checkpoint-teleporters: if no matching destination is found for the current checkpoint, check previous ones
2011-09-03 01:08:37 +02:00
GreYFoX
fe5e9f4ad7
Removed redundant command from console
2011-09-03 00:28:56 +02:00
GreYFoX
abfd5555b0
DDRace tuning vars reset every map, but default Teeworlds tuning vars don't
2011-09-02 20:37:03 +02:00
GreYFoX
8c103b8c13
* Added a new tile to facilitate solo parts ( works with teams )
...
* Can now put tiles with the same indexes as in tele or switch layer i game layer but it will drawn to the correct image
* Adjusted Masking to account for Solo players
2011-09-02 20:04:18 +02:00
Ravomavain
5b44fae0ce
Remove unneeded variables
2011-09-02 12:05:14 +02:00
Ravomavain
b24b67518a
Allow chat commands to be used in remote console
2011-09-02 12:05:14 +02:00
GreYFoX
5035506825
Fixed team collision and 0.6 trunk, 1.094a
2011-09-01 20:29:08 +02:00
GreYFoX
d960765552
fixed warning: src/game/server/entities/laser.cpp:93: 'f' may be used uninitialized in this function
2011-09-01 02:14:05 +02:00
GreYFoX
f845f271ad
Fixed warning: src/game/server/ddracechat.cpp:267: unused variable 'pSelf'
2011-09-01 00:30:37 +02:00
GreYFoX
b7e3bbb824
added fix for #82 by BeaR
2011-08-31 23:36:41 +02:00
Ravomavain
7d1a392f03
Fix chat command and close #81
2011-08-31 22:58:48 +02:00
GreYFoX
ff696bad6c
Mac Loves Cyclic Includes
2011-08-31 13:56:04 +02:00
GreYFoX
3ad8284716
Fixed #77 . top5
2011-08-31 12:30:18 +02:00
GreYFoX
7e24be5d83
Version 1.091a
2011-08-31 12:10:15 +02:00
GreYFoX
bf5374adbf
Reverted a change
2011-08-31 02:48:58 +02:00
GreYFoX
f2e34075b8
Fixed the /cmd crash Fixes #76
...
deleted the chat console on destruction
2011-08-31 02:39:08 +02:00
eeeee
cfde5a20ec
allow usage of eyeemotes in freeze
2011-08-31 02:36:47 +02:00
GreYFoX
03bd3823ec
Fixed SQL Compilation
2011-08-27 23:32:40 +02:00
GreYFoX
4ca0681689
Added chat commands for only chat and available to all users
...
Thanks @heinrich5991 for this idea of a separate console object to handle it
2011-08-27 17:11:39 +02:00
eeeee
2d4c965c7e
prevent excess draggers snapping to save loads of traffic
2011-08-27 14:09:06 +02:00
eeeee
9f8ba5cf45
it was possible to avoid being kicked by afk stuff by opening chat
2011-08-27 14:09:06 +02:00
GreYFoX
9fe96f6b04
Test Commands check and feedback on command not executed
2011-08-26 23:24:46 +02:00
GreYFoX
94c0088c1b
Set the AccessLevel at login
2011-08-26 20:23:47 +02:00
GreYFoX
b75a26eed9
Fixed the console
2011-08-26 20:03:30 +02:00
Ravomavain
e8229f537f
Fix loading of old maps
2011-08-26 16:34:25 +02:00
Ravomavain
15d0a40825
Add user level access and use this level for /cmds if player is not authed.
2011-08-26 16:28:14 +02:00
Ravomavain
5912395554
Clarify this if statement.
2011-08-26 16:28:14 +02:00
GreYFoX
5b27758650
Removed level stuff
...
Removed client ID stuff
Removed console stuff
Resolved merge conflicts
Upgraded Banmaster
Cleaned up
2011-08-13 02:11:06 +02:00
GreYFoX
35d16bd58c
Merge branch 'master' of git://github.com/oy/teeworlds into DDRace0611
...
Conflicts:
src/engine/console.h
src/engine/server.h
src/engine/server/server.cpp
src/engine/shared/config_variables.h
src/engine/shared/console.cpp
src/engine/shared/console.h
src/engine/shared/network_server.cpp
src/game/client/components/console.cpp
src/game/client/components/console.h
src/game/client/components/menus_browser.cpp
src/game/client/gameclient.cpp
src/game/editor/editor.cpp
src/game/editor/editor.h
src/game/editor/io.cpp
src/game/editor/layer_tiles.cpp
src/game/editor/popups.cpp
src/game/gamecore.cpp
src/game/mapitems.h
src/game/server/entities/character.cpp
src/game/server/entities/laser.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontroller.cpp
src/game/server/gamecontroller.h
src/game/server/gamemodes/ctf.cpp
src/game/server/player.cpp
src/game/variables.h
2011-08-13 02:01:40 +02:00
oy
709c05bb37
improved description for restart command. Closes #796
2011-08-05 19:52:32 +02:00
Shereef Marzouk
8877cf2293
Refactored some pointers
2011-08-02 12:35:14 +02:00
Johannes Loher
e2664c1b00
Added server sided automatic demo recording
2011-07-30 18:23:59 +02:00
oy
7db6d1e056
fixed problem with player collision. Closes #722
2011-07-30 18:08:24 +02:00
GreYFoX
74462d4611
enumerated laser types, made it possible to choose which weapon to disable using switch layer delay variable
2011-07-25 22:16:20 +02:00
GreYFoX
831aea796e
Saving hitting status on pause
2011-07-25 21:15:51 +02:00
Choupom
b7aa8af7aa
thats why magic values sux
2011-07-23 18:42:51 +02:00
GreYFoX
344944c9d4
--b * 2
2011-07-22 16:23:03 +02:00
GreYFoX
d965eb7453
utter noobness
2011-07-22 16:15:39 +02:00
GreYFoX
cdbbf9e74b
Removed a useless line
...
ps. commiting from the car while driving via iPhone xD
2011-07-22 16:02:56 +02:00
GreYFoX
dd015c33c0
Fixing the sound for the laser when a player DCs after shooting it
2011-07-22 15:03:15 +02:00
GreYFoX
8f927a6033
Fixed a crash
2011-07-22 14:52:28 +02:00
GreYFoX
2964919bf2
Some logic fixes
2011-07-22 14:29:27 +02:00
GreYFoX
b0420e66ee
used Teams() instead of ((CGameControllerDDRace*)GameServer()->m_pController)->m_Teams
2011-07-22 00:01:12 +02:00
GreYFoX
3d07ffdbdd
Added the Missing Single Tee No Hitting Logic
2011-07-21 03:13:59 +02:00
GreYFoX
959b11b13d
Admin protection closes #59
2011-07-20 03:18:03 +02:00
GreYFoX
1dfd2882d2
Added Hit as a tile
...
Entities are in the previous commit
2011-07-19 23:33:12 +02:00
oy
571dff6216
made rcon auto completion serverside. Closes #97
2011-07-14 22:07:21 +02:00
Romain Labolle
a6dc6f34b6
Display a message when an admin forces a vote. Closes #759
2011-07-11 11:28:04 +02:00
oy
ab1f7d6f95
clamped information flow when moving as spectator in free-view. Closes #551
2011-07-05 22:58:54 +02:00
oy
b153003b0b
fixed dm wincheck
2011-07-04 18:30:24 +02:00
oy
08b6ffd52c
fixed possible server stressing
2011-06-27 17:20:46 +02:00
Johannes Loher
f80c46e24d
fixed so you can use whatever time you want on set_team and so that it uses minutes
2011-06-27 17:07:51 +02:00
Johannes Loher
14f98a9ded
Added possibility to deny changing of team after a set_team for a certain amount of time. Added server setting to do this automatically for spec votes. fixes #640 .
2011-06-27 17:07:23 +02:00
nsinreal
66a8000620
Fixed ninja: always set last active weapon after ninja's end
2011-06-27 16:28:49 +02:00
oy
c10c7d9ac3
improved sudden death in ctf. Closes #617
2011-06-19 17:32:00 +02:00
oy
957b81af07
made it possible to restrict player information in spectator mode
2011-06-19 11:28:39 +02:00
oy
4dc79a9ec1
fixed spawn bug. Closes #634
2011-06-15 01:03:14 +02:00
Choupom
c1ebda73e3
fixed #687 Bug with the ctf score when the round starts, fixed so you can't grab the flag if the game is over
2011-06-11 18:34:05 +02:00
Choupom
558b110504
fixed #633 Correct sound effects in following spectactor mode
2011-06-11 18:33:30 +02:00
oy
348806d993
abort "move to spectator"-vote when the player disconnects
2011-06-09 22:31:55 +02:00
oy
2cc10fd6f0
fixed that the player keeps action when activating chat. Closes #719
2011-06-09 22:30:03 +02:00
GreYFoX
9c4b1c9892
fixed a crash, closes #56
2011-06-07 17:21:47 +02:00
GreYFoX
457fee998d
Refactored a variable
2011-06-07 17:05:19 +02:00
GreYFoX
e6189d05c4
On name change relaod scores, fixes %55
2011-06-07 17:05:07 +02:00
Romain Labolle
3f2dc36151
Fixing Force-pause:
...
* sv_vote_pause_time : maximum 15s, default 10s
* Removing sv_vote_pause_auto (so afk stay in pause)
* force_pause require config level
* force_unpause set force-pause timer to 0
2011-06-07 16:49:36 +02:00
Romain Labolle
bb971bdcf0
Adding vote to force-pause players (instead of just moving them to spectators).
...
* Add the following config variables :
* sv_vote_pause: Allow voting to pause players (instead of moving to spectators) (default: 1)
* sv_vote_pause_time: The time (in seconds) players have to wait in pause when paused by vote (default: 60)
* sv_vote_pause_auto: Automatically unpaused players after the force-pause delay or not (default: 0)
* Add the following functions :
* force_pause v?i : Force v to pause for i seconds
* force_unpause v : Force v to unpause
2011-06-07 16:48:49 +02:00
Romain Labolle
0ae0b0bb83
Adding pause specific message when players use /pause (instead of joined the game/spectators).
2011-06-07 16:48:48 +02:00
Romain Labolle
c17d3cdeda
Reworking teams to allow pausing in team
...
* Adding wrappers functions to modify character or pause data if player are in game or paused.
* Moved OnFinish() function to teams.cpp so it can also be called on paused players.
* Pause is now enabled for team players.
* Adding bool CPlayer::IsPlaying() function that return true if the player is either in game or in pause. (false if spectator/dead).
2011-06-07 16:48:48 +02:00
GreYFoX
413bf4a39e
Credits and version 1.08a
2011-06-07 16:48:01 +02:00
GreYFoX
c3df972fe3
Optimized checkpoint code
2011-06-05 13:56:04 +02:00
GreYFoX
c1962bff25
Removed sv_broadcAst
...
this commit is funny cause it was made from my iPhone and it only took 8 minutes
2011-06-03 21:55:57 +02:00
GreYFoX
bee10fda8f
Merge branch 'master' of git://github.com/oy/teeworlds
...
Conflicts:
src/game/server/gamecontext.cpp
2011-06-02 19:13:40 +02:00
Choupom
deff0ce7c4
fixed netevent struct names
2011-06-02 17:40:08 +02:00
Choupom
1a02017094
fixed some strings
2011-06-02 17:39:05 +02:00
Romain Labolle
38f1db1c4f
Adding a checkpoint system for teleporters :
...
* Player go through a Checkpoint tile (29 in tele layer)
* He fall in a Check-Teleporter tile (31 in tele layer)
* Player is teleported to the check-TO (30 in tele layer) that have the same number as the last Checkpoint.
Thus players are teleported to the last checkpoint he passed, regardless of whether he made the map in the right direction or not.
Tele tileset may need some improvement.
Closes Pull Request #52
2011-06-01 17:03:04 +02:00
Romain Labolle
813f689957
Tune reset clean up ( fix #50 )
...
* Removing old unused DDRaceTunesReset() function.
* Adding ResetTuning() function to reset tunes.
* Adding ResetTuning() and some settings reset (sv_hit/sv_endless_drag/sv_old_laser) to CGameContext::OnInit() which is loaded on each map load.
GreYFoX:
Repositioned the new Functions
2011-06-01 16:43:20 +02:00
GreYFoX
a232cdc90a
Unified SetTeam Time with Pause time fixing a CRTITCAL cheat reported by TbMa P.S. He is NOT a Rogue ;-), Thanks very much Mr.TbMa
2011-06-01 16:12:35 +02:00
Romain Labolle
5fad119b5f
nethash.c moved to nethash.cpp fix GreYFox/DDRace#48
2011-05-09 23:59:58 +02:00
GreYFoX
2ab15cc752
fixed 1 line merge mistake. fixes #45
2011-05-09 18:45:35 +02:00
GreYFoX
ee97bfcad3
fixed last merge
2011-05-09 18:40:14 +02:00
GreYFoX
cc63cf2553
Merge branch 'master' of git://github.com/oy/teeworlds
...
Conflicts:
src/engine/external/pnglite/pnglite.c
src/engine/external/pnglite/pnglite.h
src/engine/shared/config_variables.h
src/game/client/components/menus_browser.cpp
src/game/server/entities/character.cpp
src/game/server/entities/laser.cpp
src/game/server/gamecontext.cpp
src/game/server/player.cpp
src/game/version.h
2011-05-09 18:36:13 +02:00
eeeee
a58996b6bf
return from afk handling code immediately if player got kicked, as player struct is zeroed out
...
closes #47
2011-05-09 18:22:05 +02:00
oy
8d5badc260
skip player input if the chat is active to prevent abusing the linked emoticon. Closes #678
2011-05-05 02:13:32 +02:00
oy
15e1d4f1d6
distinguish [chat] and [teamchat] in console messages. Closes #643
2011-05-05 02:08:39 +02:00
oy
5fbf6d0bfd
fixed compiler warnings. Closes #679
2011-05-05 01:43:27 +02:00
Choupom
4dfcfc6913
fixed a variable name
2011-05-03 18:46:18 +02:00
GreYFoX
aba78d9e2e
Fixed and refactored 2nd afk warning thanks to @ravomavain for noticing it
2011-04-23 19:59:25 +02:00
GreYFoX
fae976c98b
Sending Scores in negative to clients. closes #36
2011-04-20 22:40:56 +02:00
Romain Labolle
f4ca6d9ad5
Some Clean up: closes #28
...
* m_VoteEnforcer variable is never used.
* pController variable is not used in OnMessage scoop.
* CNetObj_ClientInfo have now only 4 m_Name ints, so change it to 4 in ghost.cpp
2011-04-20 18:07:38 +02:00
GreYFoX
9221bce3f4
Rechecked and fixed the afk kicking system. fixes #27
2011-04-20 16:34:03 +02:00
GreYFoX
9e5336a13d
fixed plasma snapping
2011-04-20 16:05:05 +02:00
GreYFoX
0584f2b7a2
Added Plasma Gun tweaking
...
made the default 3 plasmas per second more cpu friendly
2011-04-20 15:59:40 +02:00
GreYFoX
dca0057bc1
Fixed a possible crash
2011-04-19 21:44:02 +02:00
GreYFoX
83318d0583
Refactored some stuff in CLight and fixed CLight::Snap
2011-04-19 15:34:59 +02:00
GreYFoX
f5d38a84f9
formatting
2011-04-19 15:15:40 +02:00
GreYFoX
2fff744724
fixed laser snapping
2011-04-19 15:15:21 +02:00
GreYFoX
95408a8fd8
fixed a crash on toooooooo many draggers
2011-04-18 00:05:56 +02:00
GreYFoX
561ce64666
Renamed cheats to testing commands sv_test_cmds
...
Since these are testing commands, anyone can use them and only on their selves no login needed
Revised some rcon commands
cleanup some unwanted codes
2011-04-15 06:04:21 +02:00
GreYFoX
14e4557dfc
Made EMOTICON_WTF eye action EMOTE_SURPRISE
2011-04-15 04:38:48 +02:00
GreYFoX
9397c4a55f
some make release changes for adding sql server files
...
Servers are no longer build with SQL by default.
fixed compilation on Mac OS X 10.5
2011-04-15 04:32:53 +02:00
GreYFoX
c5d992dc2c
nothing
2011-04-14 04:42:09 +02:00
GreYFoX
7c6d405e2a
Fixed vote abortion by admin login
2011-04-14 04:26:13 +02:00
GreYFoX
c37bad0be8
fixed a crash
2011-04-14 04:00:22 +02:00
GreYFoX
dc886b7b2e
New emoticons eye actions
2011-04-14 01:36:51 +02:00
GreYFoX
0df6d0541f
Merge branch 'master' of git://github.com/oy/teeworlds into HEAD
...
Conflicts:
bam.lua
src/engine/console.h
src/engine/server.h
src/engine/server/server.cpp
src/engine/shared/config.h
src/engine/shared/config_variables.h
src/engine/shared/console.cpp
src/engine/shared/console.h
src/game/client/components/binds.cpp
src/game/client/components/chat.h
src/game/client/components/console.cpp
src/game/client/components/console.h
src/game/client/components/controls.cpp
src/game/client/components/emoticon.h
src/game/client/components/maplayers.cpp
src/game/client/components/menus.h
src/game/client/components/scoreboard.h
src/game/client/components/spectator.h
src/game/client/components/voting.h
src/game/client/gameclient.cpp
src/game/client/gameclient.h
src/game/client/render.h
src/game/collision.cpp
src/game/editor/ed_layer_tiles.cpp
src/game/gamecore.cpp
src/game/gamecore.h
src/game/layers.cpp
src/game/layers.h
src/game/mapitems.h
src/game/server/entities/character.cpp
src/game/server/entities/laser.cpp
src/game/server/entities/laser.h
src/game/server/entities/pickup.cpp
src/game/server/entities/pickup.h
src/game/server/entities/projectile.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontroller.cpp
src/game/server/gamecontroller.h
src/game/server/gameworld.cpp
src/game/server/gameworld.h
src/game/server/player.cpp
src/game/variables.h
2011-04-14 01:27:49 +02:00
GreYFoX
f7892d3f00
Administrator privacy, re-enabled disabled functions
2011-04-14 00:53:33 +02:00
heinrich5991
c83c7b1a19
reworked IConsole::PrintResponse to IResult::Print (and obviously CConsole::PrintResponse to CResult::Print)
2011-04-14 00:34:10 +02:00
oy
06115dd49d
added "Whitespace and line Endings cleanup" by GreYFoX
2011-04-13 20:37:12 +02:00
GreYFoX
dd70b687ed
Better ICons + Mac Icons
...
Disabled Emotional tees until reworked
2011-04-13 01:34:39 +02:00
GreYFoX
4a46168631
Temporarily removed crash features til it's fixed, made version 1.071a
...
changed some names for the build bot to work
2011-04-12 03:52:01 +02:00
GreYFoX
0ee65685be
Fixed Crazy shotgun bullets
2011-04-12 00:28:00 +02:00
GreYFoX
03095b5ecf
Nothing
2011-04-12 00:27:52 +02:00
GreYFoX
b4f05a6772
removed comments from voting - no longer needed
2011-04-10 15:32:56 +02:00
GreYFoX
b2c67df7e7
fixed hammer hit
2011-04-10 15:07:36 +02:00
GreYFoX
32a85dabe3
Fixed some merge mistakes, NOTE: This will be be buggy to say the least
2011-04-09 23:01:10 +02:00
GreYFoX
f7f6058a92
Merged Oy, Cleaned up, removed some useless features and code parts
...
Added Icon by landil
alot more...
2011-04-09 22:32:17 +02:00
SushiTee
dce5222f78
removed unused function
2011-04-07 19:52:44 +02:00
oy
9b97eb282a
prevent that you can add votes with an empty description
2011-04-05 20:06:41 +02:00
oy
0046825953
fixed server crash on remove vote
2011-04-04 16:58:53 +02:00
oy
d7b6c3543b
fixed a compiler warning. Closes #565
2011-04-01 17:46:20 +02:00
heinrich5991
b6fa69cedb
the server shows the disconnect reason of clients now
2011-04-01 00:05:35 +02:00
oy
32876b9ba7
changed the output level of a console message
2011-03-31 21:46:01 +02:00
oy
f9288eb5b1
fixed that spectators go to free view if the followed player joins spectators and prevent that you can follow spectators
2011-03-28 23:45:47 +02:00
oy
34a9ca20a7
added ipv6 support from the old lua branch
2011-03-28 20:11:28 +02:00
oy
d4f2b8de87
fixed skin colour of spectators
2011-03-27 11:52:16 +02:00
oy
722644008f
added a respawn delay command for tdm
2011-03-26 22:38:05 +01:00
oy
5b328e5484
added a limit for the number of votes that can be added to the server and send options as lists when a client joins. Closes #459
2011-03-26 22:06:29 +01:00
oy
fbeace5272
cleaned up some voting code
2011-03-26 17:44:34 +01:00
oy
b8f144ba81
added a vote that allows to move a player to spectators. Closes #58
2011-03-26 16:56:59 +01:00
oy
0e207fba6f
fixed problem with force_vote command
2011-03-26 16:24:12 +01:00
oy
6ece07ee74
added force_vote command
2011-03-25 12:06:45 +01:00
oy
359b806e95
added remove_vote command. Closes #47
2011-03-25 11:49:35 +01:00
oy
a4580d451f
added reasons to vote in general and show reason in vote hud. Closes #219
2011-03-25 10:26:59 +01:00
oy
8ad3def65e
added aliases for votes. Closes #144
2011-03-25 09:49:21 +01:00
GreYFoX
741de082fc
fixed linux compilation
2011-03-22 21:56:52 +02:00
GreYFoX
61dcc7b848
Re-Added noother's afk kick
...
Disabled vanilla afk kick by default
enumerated variables.h
2011-03-22 21:49:12 +02:00
GreYFoX
1172a79693
fixed compilation
2011-03-22 21:15:15 +02:00
Sebastian Wojtowicz
500605cbee
Server utf8 Conversion
2011-03-22 21:04:27 +02:00
oy
96808a1145
made it possible to just show the number of player slots of a server (instead of client ones). Closes #68
2011-03-20 15:33:49 +01:00
GreYFoX
5b4d7a4658
Refactored + fixed sv_hit 0 + laser through others
2011-03-19 22:21:42 +02:00
GreYFoX
ed5c9c1d92
sv_show_other the ability to use the command showothers
2011-03-19 11:22:03 +02:00
GreYFoX
974f429957
Added git revision to several places
2011-03-18 01:21:07 +02:00
GreYFoX
45f3cf042a
Fixed a login with cheats
...
Renamed a constant
2011-03-18 00:17:01 +02:00
GreYFoX
c74cda68e0
Fixed tuned server behavior
2011-03-17 19:20:44 +02:00
GreYFoX
0cbcdd027a
Removed Helper made Moderators able to moderate only
...
Enumerated levels
http://ddrace.info/forum/showthread.php?t=528
or modify the server and change the game type to something other than DDRace thank you
2011-03-16 16:27:30 +02:00
GreYFoX
16c074741f
To have Cheats you must set a password and sv_register 0
...
http://ddrace.info/forum/showthread.php?t=528
or modify the server and change the game type to something other than DDRace thank you
2011-03-16 15:41:26 +02:00
GreYFoX
cccfb09e32
Reverted Team to it's old state without leader or Strict until it's reworked
2011-03-16 15:14:25 +02:00
GreYFoX
2dc557d77b
Fixed Rifle and Shotgun not affecting tees after Passing through owner when sv_old_laser = 1
2011-03-16 13:59:36 +02:00
GreYFoX
ca447b7aa4
http://bugs.mysql.com/bug.php?id=50046
2011-03-16 13:59:17 +02:00
oy
30d9c9f4d9
made network support clan name and country code for players
2011-03-15 11:23:49 +01:00
oy
27e5a6af0d
made clients sending startinfo a requirement to prevent empty player infos
2011-03-15 09:58:57 +01:00
oy
83e83947cf
give ninja players the momentum they had before slicing, after slicing. Closes #120
2011-03-13 19:00:00 +01:00
oy
b834426548
fixed several problems with spectator view in game and demo player. Closes #83
2011-03-12 18:07:57 +01:00
oy
1f10c1e8bf
fixed problem with ctf if there're no flags
2011-03-10 10:14:41 +01:00
oy
ee2f625754
added extended spectator mode. Closes #28
2011-03-10 10:08:14 +01:00
oy
0640acb27e
added a command to set a minimum player limit that is needed to start a kick vote
2011-03-04 17:35:50 +01:00
oy
9811c2396b
made network clip flags. Closes #131
2011-03-04 17:08:10 +01:00
oy
4bede550be
only update the ping if the scoreboard is active. Closes #27
2011-03-01 18:31:20 +01:00
GreYFoX
709f0cd0f9
Removed Spam checks from ConRank
...
Moved CGameContext::ProcessSpamProtection(int ClientID) away from vanilla functions
Made Muted text shown to sender
Corrected a + to *
Added FileScore ShowRank to Spam protection
changed SendChatTarget to SendChat in SQLScore and added it into the Spam protection
2011-02-27 10:07:57 +02:00
EliteKuchen
55144629dc
wrong names
2011-02-26 20:49:29 +02:00
heinrich5991
652443f068
fixed rewritten mutes
2011-02-26 20:45:02 +02:00
GreYFoX
355dd98bfa
lol i missed this
2011-02-26 15:48:15 +02:00
heinrich5991
3d0aab503f
rewritten mutes
2011-02-23 23:45:31 +02:00
GreYFoX
90d93ba7b2
Client showothers
2011-02-23 22:22:05 +02:00
GreYFoX
bef7a1fbbd
Emote normal
...
lol
2011-02-23 21:53:15 +02:00
GreYFoX
b3da5344c1
Fixed banning Higher level players
...
Fixed abort vote on login
removed ComparePlayers (useless i think)
Refactored last_mapvote
2011-02-23 16:27:11 +02:00
GreYFoX
9e54b25740
Fixed 2 Teams bugs
...
Added comments so that remembering what CGameTeams::SetForceCharacterTeam does won't be hard
Raised the version so that bug tracking is easier
2011-02-23 14:14:56 +02:00
GreYFoX
6d181a2daa
Fixed a merge mistake
2011-02-23 09:43:05 +02:00
GreYFoX
48b29bebd4
Possibly Fixed a Teams bug
2011-02-23 08:18:38 +02:00
Romain Labolle
0209ef4126
The first parameter of set_team is the victim (cf. line 1190)
2011-02-23 08:02:55 +02:00
GreYFoX
e6643607f4
Reset Team from Super to normal on death
2011-02-23 07:31:39 +02:00
Romain Labolle
7ac12219ea
move/move_raw/up/down/left/right commands may apply on Victim not on player who typed the command
2011-02-21 21:40:13 +02:00
oy
45eee0c8c2
fixed spawning on crappy maps
2011-02-21 12:35:14 +01:00
GreYFoXGTi
4e9e60524e
Fixed last commit
2011-02-21 00:41:15 +02:00
GreYFoXGTi
2e1094f15d
Welcome Trust o_0 Aeeeh ?!
2011-02-20 20:17:38 +02:00
Sebastian Wojtowicz
c3739e0e4d
fixed a bug that prevented records to be saved in files
2011-02-20 19:11:04 +02:00
Sebastian Wojtowicz
968762b144
Fixed a casting error
2011-02-19 20:10:03 +02:00
Sebastian Wojtowicz
84196b1ef3
some little cleanup
...
If /times is entered with no params it now shows last 5 times of server in general
2011-02-19 19:53:15 +02:00
GreYFoXGTi
417b18963f
windows compiling
2011-02-16 19:56:20 +02:00
GreYFoXGTi
793ea4a499
Don't holdup spawning if tees are there
...
fixed cl_ddrace_scoreboard
2011-02-16 19:04:41 +02:00
oy
d939b84125
removed no longer needed progression browse info
2011-02-16 12:31:47 +01:00
GreYFoXGTi
cd998a2a93
sv_reset_pickups 1 to remove weapons on start tiles
2011-02-16 13:08:14 +02:00
GreYFoXGTi
335a8f69c2
Morning Cleanup
2011-02-16 10:21:23 +02:00
Sebastian Wojtowicz
6963a233a4
Added a new command /last5times (for sql scores only)
...
Added index to name in race sql table, so search is faster
2011-02-15 02:27:20 +02:00
Sebastian Wojtowicz
60de0da1c3
Added timestamp into MySQL ranking, and function to have ago time web2.0 like printed on asking for /rank
2011-02-15 02:27:19 +02:00
GreYFoXGTi
604ae5286f
Several Fixes and some more on the way
2011-02-14 23:34:46 +02:00
GreYFoXGTi
d68e853ca7
StickyTeams, TeamStrict Logic and fixed some team bugs
2011-02-14 20:44:02 +02:00
GreYFoXGTi
29c9bf531d
Fixed merge errors
2011-02-14 09:43:44 +02:00
GreYFoXGTi
40a218b5ee
Fixed Braces in /yes and /no
2011-02-13 22:21:17 +02:00
Romain Labolle
806a1babc1
Mute may not affect chat commands (like /pause)
2011-02-13 19:48:54 +02:00
GreYFoXGTi
718d697707
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/game/collision.cpp
src/game/collision.h
src/game/gamecore.cpp
src/game/server/gamecontext.cpp
2011-02-13 19:36:53 +02:00
GreYFoXGTi
f83132448d
Merged Oy, Isolated Freeze from Deep Freeze
2011-02-13 19:32:06 +02:00
oy
3c7adc6a7f
fixed nethash
2011-02-13 13:06:19 +01:00
GreYFoXGTi
68a1a29db8
Reverted 1 Letter Refactoring or Edited it to a full name.
2011-02-13 12:57:10 +01:00
Choupom
7bfbe24a1c
added flag return message on death tile collision
2011-02-13 12:24:19 +01:00
GreYFoXGTi
cd574d10a7
Added sv_vote_majority, 1 like vanilla, 0 Consider number of yes against Number of Yes + No
2011-02-12 22:31:42 +02:00
GreYFoXGTi
1b2703aaba
Refactoring & fixed WEAPONSPEC_GUN in content.py
2011-02-12 21:18:41 +01:00
oy
3f05289328
fixed a possible problem with occupied spawn points and cleaned up spawn code a bit
2011-02-10 12:05:55 +01:00
GreYFoXGTi
beec56aee0
prevented a useless SendchatTarget
...
added some missing code
2011-02-10 02:50:18 +02:00
GreYFoXGTi
c1ebccd8a2
Fixed infinite Loop
...
Don't tell Oy to add this, he will just say we don't support mods
2011-02-09 01:03:42 +02:00
GreYFoXGTi
c735384b52
If you Edit the Source Don't use the game mode DDRace
2011-02-08 18:35:48 +02:00
GreYFoXGTi
55c368b679
Formatting
...
Raised version for statistical analysis
2011-02-08 14:52:23 +02:00
GreYFoXGTi
ae06076d10
Mute By Fisted
2011-02-08 14:44:59 +02:00
GreYFoXGTi
e5bff28375
Fixed a Stopper bug
...
1 still remains
2011-02-07 04:22:13 +02:00
GreYFoXGTi
6c3698469b
Fixed some bugs
...
fixed a mistake
Official Noobness
2011-02-06 20:38:24 +02:00
GreYFoXGTi
acea19e9b5
Console::PrintResponse instead of SendChatTarget
...
Thanks Julian->Assange for pointing it out
2011-02-05 06:56:21 +02:00
GreYFoXGTi
89889fa1d1
Fixed double jump sound
...
how did i miss this!
2011-02-05 06:33:11 +02:00
GreYFoXGTi
f901fc65fa
Removed DeepFreeze Messages
...
Removed some curl brackets
2011-02-05 06:18:32 +02:00
GreYFoXGTi
693ad89c00
DeepFreeze = EMOTE_PAIN, freeze stays EMOTE_BLINK (eyes closed)
2011-02-05 04:28:05 +02:00
GreYFoXGTi
2c36457b94
Fixed warnings
2011-02-05 03:33:53 +02:00
GreYFoXGTi
30f010593c
Teams with leaders
...
this maybe buggy but i will fix the bugs when they are reported
2011-02-04 18:49:37 +02:00
GreYFoXGTi
ff839af9ba
Fixed a collision error
2011-02-04 18:49:36 +02:00
fisted
addbf8e3d6
automatic mute on spam
2011-02-03 14:39:00 +01:00
fisted
00f47c18c4
player muting by ip
2011-02-03 13:02:32 +01:00
GreYFoXGTi
9d98ce7e72
Version 1.03a
2011-01-30 23:51:14 +02:00
GreYFoXGTi
3223a9d4c5
Few Improvements
2011-01-30 20:07:02 +02:00
GreYFoXGTi
5961edf6ce
Better Performance, Fixed a mistake and added check for next tiles (Left, Right, Bottom and Above).
2011-01-30 01:58:47 +02:00
GreYFoXGTi
57c8739bb9
Show join a team message without spam
2011-01-29 16:31:50 +02:00
GreYFoXGTi
832bad08e6
Cleanup and Added All Left Masks
2011-01-29 16:18:36 +02:00
GreYFoXGTi
b2e96bf9eb
formatting and refactoring
2011-01-26 23:09:54 +02:00
DemonulPierdut/-/Julian /[Assange/]
c98be07e2a
fixed my spam team thing :P
2011-01-26 23:03:38 +02:00
GreYFoXGTi
b59e130037
DeathMask
2011-01-26 23:03:20 +02:00
GreYFoXGTi
4e32aee417
Commented some dbg_msgs
...
may need them in the future
2011-01-26 22:59:55 +02:00
GreYFoXGTi
3356455007
Fixed double hook sounds
2011-01-26 22:57:23 +02:00
SushiTee
d7057ef9e1
fixed server compiling in mac (sql is not working though)
2011-01-26 14:45:44 +02:00
GreYFoXGTi
5b51295185
Added Deep freeze/unfreeze to switch layer so that it can be controlled with switches
...
fixed the freeze command
Added Freeze Tile to switch layer to set freeze tile custom delay
Added sv_freeze_delay to control default freeze time delay
2011-01-25 12:05:53 +02:00
GreYFoXGTi
4e36d2f069
Merge branch 'greyfox' of https://github.com/JulianAssange/DDRaceExtra
2011-01-24 21:25:17 +02:00
GreYFoXGTi
f1a8b6b7ad
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/engine/shared/config.h
src/engine/shared/config_variables.h
src/game/client/gameclient.cpp
src/game/server/entities/character.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontext.h
2011-01-24 14:06:55 +02:00
DemonulPierdut/-/Julian /[Assange/]
2f45abdc40
fixed the sv_team 1 message.. lol it never told u too join a team :D
2011-01-24 22:36:05 +11:00
DemonulPierdut/-/Julian /[Assange/]
8ff2b1a95f
for some reason hooking wasnt masked propley.
2011-01-24 06:23:04 +11:00
DemonulPierdut/-/Julian /[Assange/]
422b6c7c0d
added more team mask's.. The sounds were fucking annoying lol
2011-01-24 05:56:20 +11:00
oy
83fc81092f
fixed position of the hammer damage effect. Closes #448
2011-01-23 17:58:28 +01:00
heinrich5991
43b67aaa57
added server command to clear the votes. this fixes #47 partially
2011-01-23 17:53:53 +01:00
GreYFoXGTi
e0bb8731a7
minor changes
2011-01-21 19:59:52 +02:00
GreYFoXGTi
0a08e1ca06
blocked voting invalid votes, by Floff aka LemonFace
2011-01-21 15:40:39 +02:00
GreYFoXGTi
1f302ea22a
Made doors check for Collision or NoLaser
...
* Renamed a Function
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2011-01-21 15:18:50 +02:00
GreYFoXGTi
1276bebfe1
Fixed Speedup Tiles ( made them skip-able )
2011-01-21 11:53:58 +02:00
GreYFoXGTi
a1fc979867
fixed grammar mistake, thanks fisted
2011-01-20 22:30:22 +02:00
Floff Floffsson
8c32c01653
added unmute + some minor fix
2011-01-20 22:27:54 +02:00
GreYFoXGTi
9891ab8a10
Added timer to reduce join-spam when loading a new map by Floff aka LemonFace
...
removed an extra line
2011-01-20 22:25:09 +02:00
GreYFoXGTi
7d6c546fcb
DDRace entities no longer uses NETOBJTYPE but instead CGameWorld::ENTTYPE
2011-01-20 22:01:21 +02:00
GreYFoXGTi
2151883b43
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/game/gamecore.cpp
src/game/server/entities/character.cpp
src/game/server/entities/laser.cpp
src/game/server/entities/pickup.cpp
src/game/server/entities/projectile.cpp
src/game/server/entity.h
src/game/server/gamecontext.cpp
src/game/server/player.cpp
src/game/variables.h
2011-01-20 16:10:32 +02:00
oy
7c67a1334c
fixed a typo
2011-01-20 01:35:21 +01:00
oy
1701241636
added hammerhit simplification by fisted. Closes #443
2011-01-19 22:41:44 +01:00
oy
19a9462fe8
removed double entity list in gameworld and cleaned up connected stuff
2011-01-19 18:27:50 +01:00
oy
1359db5476
prevent that removing an entity aborts traversing the entity list in gameworld
2011-01-19 15:31:42 +01:00
oy
68faba809c
made dbg dummies work again
2011-01-18 19:09:53 +01:00
oy
99e9d4910a
fixed that team mates are regarded when evaluating the spawn position. Closes #426
2011-01-17 15:55:23 +01:00
Floff Floffsson
2edeeadce0
Team messages fixed
2011-01-17 14:59:28 +01:00
Floff Floffsson
3e530ac02d
SetClientAuthed() moved
2011-01-17 14:59:12 +01:00
oy
40f6740742
fixed few spelling mistakes and disabled an unused command
2011-01-17 12:56:49 +01:00
Floff Floffsson
645f31141d
deepfreeze tiles
2011-01-17 00:38:24 +02:00
GreYFoXGTi
9c66a2d54c
Endless Hook Tile for ingameplay by Floff aka LemonFace
2011-01-17 00:13:21 +02:00
GreYFoXGTi
2ec0e0eec4
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/engine/shared/console.cpp
src/game/client/components/hud.cpp
src/game/client/components/scoreboard.cpp
src/game/server/entities/character.cpp
src/game/server/entities/projectile.cpp
2011-01-12 11:08:17 +02:00
Patafix
a9f7f3a3ea
just formatting
2011-01-09 23:29:56 +01:00
oy
df47aedbfe
reset flags and projectiles when leaving the game layer too much. Closes #385
2011-01-08 11:34:19 +01:00
fisted
2a4bb8e631
fixed /emote reset
2011-01-07 23:26:28 +01:00
GreYFoXGTi
395c87a7ad
woops
2011-01-07 20:37:21 +02:00
GreYFoXGTi
6889adc0bb
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
.gitignore
src/game/client/gameclient.cpp
src/game/editor/ed_editor.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontext.h & Cleaned it up
2011-01-06 23:32:19 +02:00
GreYFoXGTi
802dc7a73d
Revert "dunno who added this or why!", i seem to have confused Spectator/In-Game with teams system
...
used team constants
This reverts commit 27c3f06f27
.
2011-01-06 15:49:05 +02:00
oy
1306b62ce2
added command to move all players to a team. Closes #384
2011-01-06 13:37:28 +01:00
GreYFoXGTi
21994e017f
fixed warnings
2011-01-06 14:21:44 +02:00
GreYFoXGTi
af160c8401
Can't pause while you are in a team
2011-01-06 07:58:37 +02:00
GreYFoXGTi
22aa8940a7
Code Style of some files converted from K&R to BSD/Allman
2011-01-06 07:30:19 +02:00
GreYFoXGTi
b909829b61
Fixed team state sending, it was illogical
2011-01-06 07:22:08 +02:00
GreYFoXGTi
babe838cab
Added /ShowOthers
2011-01-06 07:08:12 +02:00
GreYFoXGTi
ddc5dd7ab3
Cleaned up & Re-arranged stuff
2011-01-06 05:46:10 +02:00
GreYFoXGTi
c5648311ed
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
data/languages/german.txt
src/game/client/components/scoreboard.cpp
src/game/editor/ed_layer_tiles.cpp
src/game/server/entities/character.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontroller.cpp
src/game/variables.h
2011-01-04 22:37:09 +02:00
oy
a72848e780
added constants for teams by Choupom
2011-01-03 12:50:38 +01:00
GreYFoXGTi
27c3f06f27
dunno who added this or why!
2010-12-24 17:02:02 +02:00
GreYFoXGTi
8f9520b09a
test
2010-12-23 07:57:26 +02:00
GreYFoXGTi
5e841fcfae
Merge branch 'master' of http://github.com/heinrich5991/DDRace
2010-12-19 15:22:31 +02:00
heinrich5991
bf62514088
added some DDRace flags for the server browser (server-sided), client-sided still needed
2010-12-19 14:11:14 +01:00
GreYFoXGTi
63961ecf1a
fixed mute evasion + kick
2010-12-19 07:25:01 +02:00
GreYFoXGTi
08a2f47ee8
Added Ability to Restart the race in a team after you have finished <br/>
...
<b>Testers: Please check if this can be abused</b>
2010-12-19 05:48:16 +02:00
GreYFoXGTi
fc323326ec
fixed mute evasion
2010-12-17 13:05:55 +02:00
GreYFoXGTi
0bbdabae97
Merge branch 'master' of https://github.com/noother/DDRace
2010-12-17 01:20:41 +02:00
GreYFoXGTi
a4fa4d2fee
Credits update.
2010-12-17 01:20:26 +02:00
floff
4008a1dc95
spectator votes configurable
2010-12-16 10:06:24 +01:00
floff
4a93c28eb8
added configurable time between pauses, to reduce spam
2010-12-16 10:05:20 +01:00
GreYFoXGTi
e803f30f52
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/game/server/entities/character.cpp
src/game/server/entities/flag.cpp
src/game/server/player.cpp
src/game/variables.h
2010-12-16 06:06:23 +02:00
oy
0121f27311
fixed server crash on too many snap items. Closes #317
2010-12-16 03:29:08 +01:00
GreYFoXGTi
bed657d805
Merge branch 'master' into DDRace
2010-12-12 04:32:40 +02:00
oy
b4c007778c
fixed that IntersectCharacter picks the character which is closest to the start point and within the radius
2010-12-12 01:55:36 +01:00
GreYFoXGTi
cebbecf632
Some Code Improvements and Compiler warnings
2010-12-07 19:44:23 +02:00
GreYFoXGTi
122c7954d9
Announcement Randomness
2010-12-06 04:27:35 +02:00
GreYFoXGTi
881fd901a6
added Vote comments starting with # and also made announcement comments start with #
2010-12-06 00:38:29 +02:00
GreYFoXGTi
2d581789e1
Merge branch 'master' of github.com:Speedy-Consoles/DDRace into DDRace
...
Conflicts:
src/game/ddracecommands.h
2010-12-06 00:28:15 +02:00
GreYFoXGTi
f9c3f83903
Removed command broadtime since the time is not in the broadcast anymore
2010-12-05 20:29:38 +02:00
noother
e990c94dad
fixed sql injection & added a proper escaper that works like
...
addslashes() in php
2010-12-05 08:18:54 +02:00
GreYFoXGTi
dd849d3915
Merge branch 'master' of http://github.com/heinrich5991/DDRace into DDRace
2010-12-04 23:54:06 +02:00
GreYFoXGTi
bb23e58285
by reading this you have wasted 2 seconds you are not getting back
...
if you looked inside this commit then you have wasted 6 seconds that you are never getting back as well :p
2010-12-04 23:51:03 +02:00
heinrich5991
311d92cf47
removed response message after typing "kill" in chat
2010-12-04 20:52:23 +01:00
GreYFoXGTi
0a0e1df557
i think i fixed the crash
2010-12-04 18:51:14 +02:00
GreYFoXGTi
72c86a112b
Cleaned it up a bit
2010-12-04 18:35:41 +02:00
GreYFoXGTi
a838ad9da6
server_release on windows has no sql by default because my sql on the server_release version of windows doesn't work, but it does on server_debug
2010-12-04 16:31:54 +02:00
Speedy Consoles
b790b5f1bc
Merge branch 'master' of http://github.com/GreYFoXGTi/DDRace
2010-12-04 13:54:36 +01:00
GreYFoXGTi
9803a74664
so now windows mysql is fucked up and i don't know why
2010-12-04 03:12:30 +02:00
GreYFoXGTi
e61d7d1786
Windows mysql connector has a bug even in the latest version with boost no strings over 15 chars
2010-12-04 02:02:50 +02:00
GreYFoXGTi
83cea23373
Reworked some stuff
2010-12-03 14:58:38 +02:00
GreYFoXGTi
fb5a264e9e
Allowing speedup tile skipping
2010-12-02 23:05:10 +02:00
GreYFoXGTi
8542181d9a
Added include recommended by SushiTee to fix the following mac compiling Errors
...
#1 c++ src/game/server/gamecontext.cpp
In file included from src/base/tl/range.h:6,
from src/base/tl/algorithm.h:6,
from src/base/tl/sorted_array.h:6,
from src/game/server/score/file_score.h:6,
from src/game/server/gamecontext.cpp:18:
src/base/tl/base.h:8: error: expected `)' before ‘(’ token
bam: 'objs/game/server/gamecontext.o' error 256
2010-12-02 20:51:21 +02:00
GreYFoXGTi
388ca1288f
Fixed Tile Parsing Error and Added dbg Messages to show map tiles
2010-12-02 01:33:02 +02:00
GreYFoXGTi
af6f96bc7e
Added Tile for the new Map Config
2010-12-02 00:45:36 +02:00
GreYFoXGTi
0a29aae473
added old Laser Behavior Configuration
2010-12-02 00:07:33 +02:00
GreYFoXGTi
c149b17617
FinishTime Difference
2010-11-30 05:04:21 +02:00
GreYFoXGTi
af44a79b03
New Broadcast/Timer System
2010-11-30 04:24:15 +02:00
GreYFoXGTi
b4fd1aaca9
Fixed Announcement System
2010-11-29 05:39:47 +02:00
GreYFoXGTi
94d5351108
Just to be sure this doesn't make an infinite loop
2010-11-29 05:25:27 +02:00
GreYFoXGTi
7f24d0f144
Fixed ID 0 Bug
2010-11-26 20:01:55 +02:00
GreYFoXGTi
5db203a1ed
Mute Evasion
2010-11-26 18:57:18 +02:00
GreYFoXGTi
4f777211a5
Merge branch 'master' of http://github.com/heinrich5991/DDRace
2010-11-25 00:22:02 +02:00
heinrich5991
5204bbe6b7
fixed rcon command "set_team"
2010-11-24 23:17:56 +01:00
heinrich5991
73ca31d168
changed rcon command "cmdlist" nearly completly
2010-11-24 22:09:31 +01:00
GreYFoXGTi
a2896fd660
Commit by Allisone (Trust)
...
* Fixed CSqlScore::ShowRankThread so /rank works properly
* Fixed CSqlScore::Init so CREATE TABLE ends with character set utf8
* Added in CSqlScore more verbose SQLException messages
* Removed all statements that would prevent including and loading the CSqlScore class
* Changed bam.lua so on OSX the mysql lib folder gets linked and the include folders get included
* Changed bam.lua so macosx min version 10.5 and sdk 10.6 are required
* Cleaned CSqlScore and replaced new function calls with equal but backward compatible code
2010-11-24 01:50:02 +02:00
GreYFoXGTi
a3d29d5447
Merge branch 'master' of http://github.com/heinrich5991/DDRace
2010-11-23 03:57:48 +02:00
heinrich5991
077b8bd84d
fixed sv_vote_percentage
2010-11-22 22:30:50 +01:00
GreYFoXGTi
4737588827
New Delayed Switches
2010-11-22 23:10:12 +02:00
GreYFoXGTi
eed83bd7cb
Added Announcement
2010-11-22 13:00:43 +02:00
GreYFoXGTi
f1781c0eb4
lol
2010-11-22 11:13:04 +02:00
GreYFoXGTi
b8fe169419
Added Mac Fixes by Allisone (Trust)
2010-11-22 11:09:27 +02:00
GreYFoXGTi
3ceebe2ef4
Forgot to make the map.cfg level 4
2010-11-22 10:32:00 +02:00
GreYFoXGTi
4f3d086b92
Fixed /pause making u return as a Team 0 Player
2010-11-22 09:21:02 +02:00
GreYFoXGTi
a80ac35cb9
Fixed http://ddrace.info/forum/showthread.php?261-DDrace-Trunk-Alpha-Crash-caused-by-teams
2010-11-22 08:59:40 +02:00
GreYFoXGTi
5d9ee1736e
made the code so it would have less conflicts in the future and Merged branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
data/languages/dutch.txt
data/languages/french.txt
data/languages/german.txt
data/languages/russian.txt
src/game/server/entities/flag.cpp
src/game/server/entities/flag.h
src/game/server/gamecontext.cpp
src/game/server/gamemodes/ctf.cpp
src/game/server/gamemodes/ctf.h
src/game/server/gamemodes/dm.cpp
src/game/server/gamemodes/dm.h
src/game/server/gamemodes/mod.cpp
src/game/server/gamemodes/tdm.cpp
src/game/server/gamemodes/tdm.h
2010-11-22 00:26:00 +02:00
Choupom
c64d3817cf
fixed so we can't add a vote option multiple times by oy
2010-11-20 21:41:18 +01:00
Sworddragon
fc9211c777
Updated copyrights
2010-11-20 21:26:06 +01:00
GreYFoXGTi
d414579247
Added ### after *** to indicate a /me message, and avoid messages that look like the server sent it
2010-11-19 18:57:53 +02:00
GreYFoXGTi
ac341b5390
fixed mac compilation
2010-11-18 01:19:44 +02:00
GreYFoXGTi
a109e1150d
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/engine/shared/config_variables.h
src/game/client/components/console.cpp
src/game/client/gameclient.cpp
src/game/editor/ed_editor.h
src/game/server/gamecontext.cpp
2010-11-18 01:10:59 +02:00
oy
994a44f6e1
simplified change_map command so that it switches to the next map in the maprotation when called without param
2010-11-17 12:50:01 +01:00
GreYFoXGTi
ae591407c9
Merge branch 'master' of http://github.com/oy/teeworlds
2010-11-17 13:11:40 +02:00
oy
0d1178107e
fixed typo in a kick message
2010-11-17 00:44:04 +01:00
GreYFoXGTi
b6a4b2b7ba
Merge branch 'master' of http://github.com/oy/teeworlds
2010-11-16 22:11:24 +02:00
oy
e46cb02089
Made inactivity check ignore authed players. Closes #273
2010-11-16 18:08:19 +01:00
GreYFoXGTi
4cbcbae508
Fixed sv_vote_percentage
2010-11-16 16:59:17 +02:00
GreYFoXGTi
0c6767dd9d
Added option to have DDRace Compiled without SQL
2010-11-16 15:44:16 +02:00
GreYFoXGTi
5ee8796381
Removed sql from mac, people who need sql compile the Mac branch
...
the boost stuff made my working dir very messy and searching through it takes more time
2010-11-16 15:26:19 +02:00
GreYFoXGTi
c6f0bf7500
how did that happen
2010-11-14 17:59:28 +02:00
GreYFoXGTi
6f75b661b0
Total Noobness
2010-11-14 17:51:04 +02:00
GreYFoXGTi
bf4ed7515c
Forgot to parse the tiles from the Switch layer ^^
2010-11-14 16:00:33 +02:00
GreYFoXGTi
bb0d4a5671
Some Fixes
2010-11-14 13:14:18 +02:00
GreYFoXGTi
ca54f1d7c7
for got this one
2010-11-14 12:19:41 +02:00
GreYFoXGTi
d49eb12120
CLight Flickering
2010-11-14 12:16:27 +02:00
GreYFoXGTi
f60817b5c0
Different Flicker for Crazy Bullets
2010-11-14 12:13:11 +02:00
GreYFoXGTi
4486a7abed
Added Alive Check
2010-11-14 12:08:21 +02:00
GreYFoXGTi
3c1c045722
Added Flicker effect to NON-Active Entities
2010-11-14 12:01:42 +02:00
GreYFoXGTi
bf0b4183cc
Fixed bullet wall stuck when de activated and collides with a tee
2010-11-14 11:36:00 +02:00
GreYFoXGTi
79226352af
revert teleport useless change
2010-11-14 11:04:13 +02:00
GreYFoXGTi
5ec06369c5
fixed last pull commit
2010-11-14 03:32:23 +02:00
GreYFoXGTi
670e90c7e3
Merge branch 'master' of http://github.com/btd/DDRace
...
Conflicts:
src/game/server/entities/door.cpp
2010-11-14 03:32:00 +02:00
GreYFoXGTi
071fb6a5a3
new Switch System //TODO Rendering Rotation
2010-11-14 02:39:04 +02:00
btd
002cf9792f
Fix project tile
2010-11-13 18:41:43 +03:00
btd
e3fb77f444
Merge branch 'master' of github.com:btd/DDRace
2010-11-13 18:31:25 +03:00
btd
2c44c94c4e
Move console staff
2010-11-13 18:31:13 +03:00
btd
9b5235650d
Fix mistake
2010-11-13 01:41:43 +03:00
btd
325aa980e9
Fix door issue. Fix explosion-team issue. Fix null pointer bug. Fix predicion bug. Fix crash when character killed and snap in this moment
2010-11-13 00:54:33 +03:00
btd
7fcd245611
Fixes
2010-11-13 00:50:51 +03:00
GreYFoXGTi
30680ddd79
MAX_NAME_LENGTH
2010-11-12 19:23:53 +02:00
Allisone
961a0c8cf0
Repaired MySQL Insert and increased player name length for db from 16 to 64
2010-11-12 17:44:37 +01:00
heinrich5991
c54b824a45
fixed 'cmdlist' rcon command for joining clients
2010-11-11 23:22:09 +01:00
btd
cd59d111a8
Fix explosion issue. Dont pull, not tested. Can pull if test both commits=)
2010-11-11 12:12:03 +03:00
btd
748065dbcf
Fix door issue. Not tested, dont pull
2010-11-11 11:44:39 +03:00
heinrich5991
40eade2021
removed me commands callback handler in header
2010-11-10 22:50:28 +01:00
heinrich5991
e078d537c2
moved spam protection and re-added it for /rank and /me; some smaller fixes
2010-11-10 22:42:29 +01:00
GreYFoXGTi
17cb8a6ffb
Merge branch 'develop' of http://github.com/heinrich5991/DDRace
...
Conflicts:
src/game/server/gamecontext.cpp
2010-11-09 17:30:30 +02:00
GreYFoXGTi
50b16e7821
added high sensitivity for Begin and End tiles
2010-11-09 02:51:49 +02:00
GreYFoXGTi
27864ec70d
Merge branch 'master' of http://github.com/heinrich5991/DDRace
2010-11-09 00:24:42 +02:00
GreYFoXGTi
86675f7dd7
Able to amend the mute to something less
2010-11-08 11:29:09 +02:00
heinrich5991
50b8d93d6d
finished system to generalize rcon commands, sorry for last commit's description
2010-11-07 17:35:11 +01:00
heinrich5991
470e2773ba
added system to generalize rcon commands
2010-11-07 17:08:09 +01:00
heinrich5991
678c94b344
removed the senseless parameters of CGameContext::CheatsAvailable
2010-11-07 13:21:25 +01:00
heinrich5991
b9875cefd8
fixed a bit ugly code
2010-11-07 12:03:26 +01:00
btd
5f6e35b418
Finish sv_team
2010-11-07 01:54:35 +03:00
GreYFoXGTi
12dffd5edc
Merge branch 'master' of http://github.com/heinrich5991/DDRace
2010-11-06 22:13:01 +02:00
btd
ec2387f0e9
Spectator can see all events
2010-11-06 19:54:59 +03:00
heinrich5991
dcb0b0ee1d
fixed "you were worse" message after finishing the first time, prevented that you get this message if your time is equal to your record
2010-11-06 09:38:39 +01:00
btd
a156d15bd1
Merge branch 'master' of git://github.com/GreYFoXGTi/DDRace
2010-11-05 14:57:15 +03:00
btd
081c5d8bc2
Fix score board and small perfomance improvments
2010-11-05 14:56:44 +03:00
GreYFoXGTi
96e67724f1
Merge branch 'rm_clientdummies' of https://github.com/heinrich5991/DDRace
...
Conflicts:
src/game/server/gamecontext.cpp
moved and edited src/game/ddracecommands.h
2010-11-05 01:59:37 +02:00
GreYFoXGTi
6735dce1af
Applied Patch by Mo(2) Hammer-fly out of the freeze
2010-11-05 01:52:37 +02:00
GreYFoXGTi
9feef5638e
Merge branch 'master' of http://github.com/btd/DDRace
2010-11-04 21:18:55 +02:00
btd
4e5ffed2b5
Cheaters have no timer now
2010-11-04 22:06:47 +03:00
btd
32d80c22d1
score board
2010-11-04 21:33:51 +03:00
GreYFoXGTi
32429ebe31
/me is a number of word, parameter = r not s
2010-11-04 20:24:13 +02:00
GreYFoXGTi
970822f0f0
bad time, better luck next time
2010-11-04 20:20:45 +02:00
GreYFoXGTi
3756c98715
Total IP Scoring Annihilation ( doesn't make sense ), please test this, also delete the old records
2010-11-04 20:10:51 +02:00
GreYFoXGTi
8ac101d60e
revised all usages of sv_hide_score in the code
2010-11-04 19:32:54 +02:00
GreYFoXGTi
5efc7d0d9b
Fixed Crash on no TELEOUT matching TELEIN tile
2010-11-04 13:49:38 +02:00
GreYFoXGTi
0c2c4e1af7
fixed last commit } missing
2010-11-04 11:19:07 +02:00
GreYFoXGTi
0c7a1afc94
if(Force == 255 && MaxSpeed) act as a speed setter
2010-11-04 11:05:12 +02:00
heinrich5991
60d7639c9b
moved ddrace-specific rcon cmds from 'game/server/gamecontext.cpp' to 'game/server/ddracecommands.h' in order to remove renundancy with client-side server dummies for tab-completion
2010-11-02 17:07:45 +01:00
GreYFoXGTi
1d4e9214e6
Merge branch 'master' of http://github.com/heinrich5991/DDRace
2010-11-01 23:54:36 +02:00
GreYFoXGTi
6b4d717a69
4 is fine
2010-11-01 23:53:23 +02:00
heinrich5991
d2e24f0318
added rcon commands 'move' and 'move_raw', re-implemented 'up', 'down', 'left', 'right'
2010-11-01 21:09:44 +01:00
heinrich5991
c9dd108e09
added CGameContext::MoveCharacter, fixed CGameContext::ModifyWeapons
2010-11-01 20:44:36 +01:00
GreYFoXGTi
46d66aa06e
Merge branch 'master' of http://github.com/heinrich5991/DDRace
2010-11-01 20:07:57 +02:00
heinrich5991
7167cb827c
re-implemented rcon weapon functions with the new function CGameContext::ModifyWeapons
2010-11-01 18:22:40 +01:00
heinrich5991
9a38340c57
added CGameContext::ModifyWeapons in order to generalize rcon<-> weapon system
2010-11-01 18:07:09 +01:00
GreYFoXGTi
96eeec6a39
Entities: Fisico
2010-11-01 17:29:09 +02:00
GreYFoXGTi
a89da52480
credits update
2010-11-01 16:52:58 +02:00
noother
44592bb247
Since the mapnames are included in the mysql table names, tables with
...
special chars couldn't get created. Fixed by replacing all special chars
with underscores.
2010-11-01 16:42:30 +02:00
GreYFoXGTi
1620e071d9
Removed a Tile and ensured stopper server side
2010-11-01 16:21:05 +02:00
GreYFoXGTi
b6ef98284d
Precaution
2010-11-01 14:12:59 +02:00
GreYFoXGTi
1db2f13365
Supposedly fixed a shotgun + stopper bug ( need to test )
2010-11-01 14:08:48 +02:00
GreYFoXGTi
beb5712a79
i thought i added those like 10 years ago
2010-11-01 13:00:37 +02:00
GreYFoXGTi
6ebac7a214
forgot to delete this dbg_msg
2010-11-01 12:19:01 +02:00
GreYFoXGTi
e43bcd80db
Rotation
...
FTW
2010-11-01 03:51:17 +02:00
btd
f42adf79ef
...
2010-11-01 00:17:36 +03:00
btd
62ef58329d
Return DDRace stuff. No need in mistic compatibility
2010-10-31 23:50:40 +03:00
GreYFoXGTi
bc2b8cdad2
Currently Max Speed Can't be less than 5
2010-10-31 19:33:45 +02:00
Speedy Consoles
5f568aadb8
beauty matters
2010-10-31 17:42:37 +01:00
Speedy Consoles
7f26212ce2
forgot speeders without max speed
2010-10-31 17:37:30 +01:00
Speedy Consoles
47baea0e62
replaced zeros with very small floats
2010-10-31 17:25:12 +01:00
Speedy Consoles
118cdd924d
another try to make the speeders work
2010-10-31 16:36:04 +01:00
GreYFoXGTi
4a2a900b6e
Trigonometry
...
if not going in the pure speed of the max speed, go with them purified direction into the max speed clamped to max speed, if you don't understand then disregard the previous xD
2010-10-31 00:24:42 +02:00
GreYFoXGTi
85df8a047d
Fixed btd's last commit and ensured RaceClient Support(tested)
2010-10-30 21:44:46 +02:00
GreYFoXGTi
210ea685b5
Fixed Front layer Checkpoints
2010-10-30 20:49:42 +02:00
GreYFoXGTi
8640930779
Merge branch 'master' of http://github.com/btd/DDRace
2010-10-30 20:23:28 +02:00
GreYFoXGTi
8d88f5d541
Partially Revert "Refactoring" to keep DDRace compatible with SushiTee's Stuff
...
This partially reverts commit 505a5b4172
.
2010-10-30 20:17:59 +02:00
GreYFoXGTi
02c68dea79
Foxed Speeders Thanks Mo(2) For reporting it
2010-10-30 20:02:04 +02:00
btd
86365bedcd
Add Race stuff but fully reworked. Still only need to make score board
2010-10-30 18:22:35 +04:00
GreYFoXGTi
505a5b4172
Refactoring
2010-10-29 23:29:07 +02:00
GreYFoXGTi
d102267139
Moved stuff around
2010-10-27 12:14:26 +02:00
btd
8a3102233f
Plasma for ddrace client
2010-10-26 23:53:55 +04:00
btd
b8dd4a32ca
Merge https://github.com/GreYFoXGTi/DDRace into others
2010-10-26 23:35:55 +04:00
GreYFoXGTi
4d204d642f
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/engine/console.h
src/engine/shared/console.cpp
src/engine/shared/console.h
2010-10-26 00:25:36 +02:00
oy
8ca6a28088
parse line on addvote and skip invalid ones
2010-10-25 18:30:35 +02:00
btd
a62decbc91
Show others for ddrace clients.
...
Need to fix entities now.
Signed-off-by: btd <bardadymchik@gmail.com>
2010-10-24 14:47:25 +04:00
btd
61092f7baa
Begin show_others
...
Signed-off-by: btd <bardadymchik@gmail.com>
2010-10-23 23:26:10 +04:00
btd
2bda9dc0c6
Added connection timeout and fix super team in gun. Thanks Mo(2) for report.
2010-10-23 22:11:42 +04:00
btd
d4d519c3ef
Fix teams show_others
2010-10-23 16:15:29 +04:00
GreYFoXGTi
339c93652e
fixed kick vote bug
...
thanks egoBlend.{626} => EIMER reported
2010-10-20 18:07:44 +02:00
GreYFoXGTi
a277c7672c
Declared Alpha Testing Stage
2010-10-19 02:03:59 +02:00
GreYFoXGTi
8575edcf63
Re-Arranged Some Names due to in activity
2010-10-19 01:53:00 +02:00
GreYFoXGTi
8ff56340f5
Added Laser sound
2010-10-18 21:10:21 +02:00
heinrich5991
4d6370d890
fixed last commit, removed debug messages
2010-10-18 20:52:29 +02:00
GreYFoXGTi
17408123f5
Some bug fixes
2010-10-18 20:46:00 +02:00
GreYFoXGTi
f9ebb2dd6b
lol
2010-10-18 10:48:16 +02:00
GreYFoXGTi
04d3ae8173
forgot to add these to make max speed less powerful than normal force
2010-10-18 10:40:49 +02:00
GreYFoXGTi
ee3f642fd5
i think i finally fixed the damn speeders with max speed
2010-10-18 00:40:04 +02:00
GreYFoXGTi
59406c83d3
fixed speeders. Closes #89 .
...
I know I am funny.
2010-10-17 22:08:11 +02:00
GreYFoXGTi
7f437f7245
Merge branch 'master' of http://github.com/heinrich5991/DDRace
...
Conflicts:
src/game/server/gamecontext.cpp
2010-10-16 22:02:34 +02:00
GreYFoXGTi
ddf2883cb2
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/engine/client/client.cpp
src/engine/server/server.cpp
src/engine/shared/console.cpp
src/game/server/gamecontext.cpp
2010-10-16 21:59:59 +02:00
heinrich5991
14c0f77c45
added config command "clear votes"
2010-10-14 12:11:17 +02:00
heinrich5991
0cd8390036
Revert "better spam protection. Closes #82 . Feedback Please"
...
This reverts commit daac101024
.
2010-10-14 08:42:29 +02:00
oy
fa768449e2
fixed issue with reason on forcevotekick
2010-10-13 20:31:21 +02:00
GreYFoXGTi
daac101024
better spam protection. Closes #82 . Feedback Please
2010-10-12 16:13:56 +02:00
GreYFoXGTi
d1129b7fce
*whistling*, the obvious cover up.
2010-10-12 11:48:45 +02:00
GreYFoXGTi
e9523454f1
Enhanced CMDList but still this causes too weak connection (out of buffer) need to think of a better way
2010-10-12 10:44:24 +02:00
GreYFoXGTi
5cf469fa11
Re-Added Command CMDList
2010-10-12 10:25:48 +02:00
GreYFoXGTi
dc12d59a00
registered server dummy commands for tab completion in the client
2010-10-12 10:02:46 +02:00
GreYFoXGTi
84ff10ca48
Changed rcon system a bit like the old one
2010-10-12 09:31:47 +02:00
GreYFoXGTi
602c697717
made broadcast update only when needed
2010-10-11 21:27:35 +02:00
GreYFoXGTi
8df6703224
Fixed Player Scores not being sent in the player snap
2010-10-11 20:53:56 +02:00
GreYFoXGTi
ce03f911d8
lol :)
2010-10-11 20:19:13 +02:00
GreYFoXGTi
c1b7012dee
the offspring of sleepless commits
2010-10-11 19:43:29 +02:00
GreYFoXGTi
01158b0ce1
Merge branch 'master' of http://github.com/heinrich5991/DDRace
2010-10-11 19:41:52 +02:00
GreYFoXGTi
a129e59d7c
Fixed Voting
2010-10-11 13:10:39 +02:00
heinrich5991
43cf69596e
"admins can call any vote" fixed
2010-10-11 11:18:44 +02:00
heinrich5991
085601eced
all old chat commands re-added, admins can call any vote, fixed compare_players, logout level setted to 0
2010-10-11 10:37:33 +02:00
GreYFoXGTi
d8e6cfcbdd
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
data/languages/french.txt
src/engine/client/client.cpp
src/engine/server/server.cpp
src/game/server/gamecontext.cpp
2010-10-11 03:56:58 +02:00
GreYFoXGTi
954785f75e
Can't Leave Spectator's Team if you have done /pause. CLoses #86 .
2010-10-11 02:49:20 +02:00
GreYFoXGTi
20bd0567d2
nothing important
2010-10-11 02:42:23 +02:00
GreYFoXGTi
040ba467bf
Changed The lowest level to -1 ( has chat but no rcon )
...
made rcon for level 0 open by default users can use logout or login/auth or in normal consol rcon_auth to raise their level
2010-10-11 02:39:08 +02:00
GreYFoXGTi
e934634f4c
Should fix death tiles
2010-10-11 01:46:13 +02:00
oy
b65a26fe93
fixed last commits
2010-10-11 01:06:44 +02:00
GreYFoXGTi
332fb1de09
chat commands redirect to rcon and vice versa by heinrich5991
2010-10-11 00:40:07 +02:00
Choupom
61201fea13
added reason to kick a player in the callvote tab
2010-10-11 00:31:21 +02:00
GreYFoXGTi
ef139eb73a
Cleanup (Putting stuff back vanilla like)
2010-10-10 16:11:11 +02:00
GreYFoXGTi
e7ab496262
Deleted old afk timer by noother, because it's replaced by a Vanilla feature
...
Note: we may need to tweak the vanilla features to suite DDRace needs in the future
2010-10-10 14:36:56 +02:00
GreYFoXGTi
40d2068c70
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/game/editor/ed_editor.cpp
src/game/editor/ed_editor.h
src/game/editor/ed_layer_tiles.cpp
src/game/server/gamecontroller.cpp
src/game/server/player.cpp
src/game/variables.h
2010-10-10 14:36:02 +02:00
oy
cd95f1869e
added inactive player kicking. Closes #51
2010-10-09 19:14:42 +02:00
GreYFoXGTi
b4699315f3
mm:ss
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-09 00:07:44 +02:00
GreYFoXGTi
90a0ba17f0
Fix change_map. Closes #73 .
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-08 22:12:12 +02:00
btd
3e97ff2863
Closes #58
2010-10-09 00:07:36 +04:00
GreYFoXGTi
99f044bf88
added kill delay config with default 3
2010-10-08 18:56:56 +02:00
GreYFoXGTi
bd32632da2
added configurable suicide penalty with default 0, Closes #61 .
2010-10-08 18:52:26 +02:00
GreYFoXGTi
9f7fc48ad7
Fixed Speeders. Closes #79 .
2010-10-08 16:45:14 +02:00
GreYFoXGTi
a2ddb2d700
Fixed Tick not handling tiles
2010-10-08 15:33:42 +02:00
GreYFoXGTi
a1a2a6aa75
Modified Broadcast Message out of Race
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-07 16:32:11 +02:00
GreYFoXGTi
48b205fac4
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
2010-10-07 15:34:11 +02:00
GreYFoXGTi
5f0cf76e4f
Revert "Reworked laser rotation. Opens #59."
...
This reverts commit be122406ef
.
2010-10-07 15:28:29 +02:00
GreYFoXGTi
cf08ccb597
Fixed Doors + Switches creation, Closes #77 .
...
DDRace.cpp and gamecontext.cpp cleanup, old comments that are not needed
2010-10-07 15:22:03 +02:00
GreYFoXGTi
76f1dff55e
Merge branch 'master' of http://github.com/btd/DDRace
2010-10-07 14:31:50 +02:00
btd
fb93343873
Make work chat all and chat team both
2010-10-07 16:10:49 +04:00
GreYFoXGTi
c836c7f1f7
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
2010-10-07 04:02:49 +02:00
GreYFoXGTi
ee6cb26e90
Can;t Super again if you are super
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-07 04:02:24 +02:00
GreYFoXGTi
d5b758d9c7
Fixed a MaxSpeed Speeder Bug
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-07 01:12:31 +02:00
GreYFoXGTi
59bd0f1c87
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
2010-10-06 22:48:24 +02:00
btd
c4b6094ebb
Make team chat working properly.
...
If you in team 0 your messages for all if not in team 0 your messages only for team members
2010-10-07 00:35:19 +04:00
btd
d91690b619
Fix plasma
2010-10-05 00:39:23 +04:00
btd
94cd8159a3
Fix kill tile
2010-10-05 00:11:10 +04:00
btd
538efe273b
Clean Tele Layer initialization and holding.
2010-10-04 23:17:56 +04:00
btd
3f7c5c4413
Fix crashing on Mo(2) map, Thanks him
2010-10-04 22:51:16 +04:00
btd
cdc2cfe220
Fix destructor
2010-10-04 22:43:25 +04:00
btd
6969851ca3
Clean up Doors and Teleport initialization.
2010-10-04 22:37:39 +04:00
btd
b1cadd2d4d
See this carefully
2010-10-04 11:59:16 +04:00
btd
b07cc717d4
Fix plasmas
2010-10-04 11:45:10 +04:00
btd
ecd5f296ef
This is good to make so. Maybe this is not bad. Now when you join to any team your cannot use hack with finish status.
2010-10-02 15:54:43 +04:00
GreYFoXGTi
dff5a70b91
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
...
Conflicts:
src/game/editor/ed_editor.cpp
src/game/server/entities/character.cpp
src/game/server/entities/projectile.cpp
2010-10-02 03:32:44 +02:00
GreYFoXGTi
5bdb8090af
Fixed Projectile Team mask
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-02 03:25:42 +02:00
GreYFoXGTi
dd500710b5
Reworked Character snap
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-02 03:06:15 +02:00
GreYFoXGTi
badfdcb968
you need to be super to be able to unsuper
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-02 02:07:59 +02:00
GreYFoXGTi
d20b7360b8
unsuper me now returns you to the previous team
...
forgot some dbgmsg
2010-10-02 02:06:42 +02:00
GreYFoXGTi
301a9d6953
Enhanced GetMapIndices preformance
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-02 01:40:01 +02:00
GreYFoXGTi
8fc790a4c3
lol.... fixed evil teleporters
2010-10-02 00:52:22 +02:00
GreYFoXGTi
0763a62601
fixed unsafe /team
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-02 00:45:11 +02:00
GreYFoXGTi
be122406ef
Reworked laser rotation. Closes #59 .
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-02 00:00:41 +02:00
GreYFoXGTi
34d6f06e9f
Updated the time string
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-01 00:40:32 +02:00
GreYFoXGTi
0f95fb3578
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
2010-10-01 00:32:48 +02:00
GreYFoXGTi
324424f7da
Added Server Best and Personal best to broadcast when not in race
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-10-01 00:30:54 +02:00
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
81eec1e6b8
Fix Crash Noob Mistake -.-"
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-28 17:54:50 +03:00
GreYFoXGTi
2a966fda05
Fixed crash on Reloading a map that has no telelayer
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-27 22:50:30 +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
beb2b2802d
no need for those to be public
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-27 07:39:01 +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
526e36f8a0
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/game/client/components/menus.h
src/game/client/gameclient.cpp
src/game/editor/ed_editor.cpp
src/game/variables.h
2010-09-27 06:32:14 +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
ac36e562a5
Made Personal Best/Vanilla Score Updated on game enter
2010-09-27 00:31:33 +03:00
GreYFoXGTi
0f9ec23884
Improved score output
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-26 19:07:39 +03:00
btd
e039cf6f35
Fix loading client score. Thanks GreYFoX
2010-09-26 18:36:28 +03:00
GreYFoXGTi
7ecae53f6c
Some People just don't know when they have to sleep xD
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-26 17:30:43 +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
btd
af843600e7
Add reset in Server OnInit. If i am right this solve issues with collision
2010-09-24 17:37:13 +04:00
btd
24b4c7ac71
Fix not alive team joining. Closes #45
2010-09-24 10:06:16 +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
e56b75090c
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/game/server/player.cpp
2010-09-22 11:46:18 +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
GreYFoXGTi
f0a4ae847b
i always forget linux needs this
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-22 02:16:03 +03:00
oy
12233ecdaf
fixed that ctf gametype doesn't work if the map has more than 1 flag per team. Closes #124
2010-09-22 01:07:11 +02:00
oy
68ed9154ae
don't add player that aren't ingame to the snapshot and don't let them autospawn. Closes #125
2010-09-22 01:00:33 +02:00
btd
2af441b703
Finish super team, fix bug with killing, DDraggers not finished
2010-09-21 23:09:11 +04:00
GreYFoXGTi
b32f9d4184
Revereted the reconnect feature because after testing it, i found out that currently it is not so useful, and i don't have time to make it work for dynamic ips atm
...
so revert it for now maybe later i will fix it
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-19 22:13:28 +03: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
0c0e48ffb5
Fixed vote
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 22:40:37 +03:00
GreYFoXGTi
d9af926f6f
FiX
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 22:22:28 +03:00
GreYFoXGTi
5a9c1d0dc1
Optimizations and Fixes
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 20:58:49 +03:00
GreYFoXGTi
f657cb05a5
Enhanced Console Prints and dbg_msgs
2010-09-17 17:37:03 +03:00
GreYFoXGTi
1eb4441d14
Removed auth and added logout, helper, moder and admin
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 17:23:07 +03:00
GreYFoXGTi
b73ce9b42f
Implemented auth id 0
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 16:47:31 +03:00
GreYFoXGTi
e5bdd8a279
fixed time bug in pause and reconnect
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 15:21:12 +03:00
GreYFoXGTi
82403b81f0
Added sv_vote_percentage
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 14:44:30 +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
b7d5a3f7d2
Improved Reconnection Reload
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 12:58:54 +03:00
GreYFoXGTi
e061d84f20
Added Ability to Reconnect in the same place as your disconnect
...
Decided by sv_max_dc_restore
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 12:34:13 +03:00
GreYFoXGTi
4f22df654e
Fixed /pause crash in spectator with out using /pause 1st.
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 09:05:27 +03:00
GreYFoXGTi
ba65baea2c
ignored empty /me
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 05:02:09 +03:00
GreYFoXGTi
86720a99e7
Merge branch 'master' of http://github.com/Speedy-Consoles/DDRace . Closes #40 .
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 04:15:37 +03:00
Speedy Consoles
80164be172
fixed a description of chat commands
2010-09-17 03:13:47 +02:00
GreYFoXGTi
eca172c8b5
removed unused includes
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 04:09:10 +03:00
GreYFoXGTi
f0819384e8
added /me
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 03:59:43 +03:00
Speedy Consoles
fcb82f1221
changed server commands description and order
2010-09-17 00:58:54 +02:00
Speedy Consoles
0b972b3015
Merge branch 'master' of http://github.com/GreYFoXGTi/DDRace
2010-09-17 00:45:28 +02:00
Speedy Consoles
0b9d6b8465
reworked command description
2010-09-17 00:40:44 +02:00
GreYFoXGTi
f4123cbf06
Removed sv_spamprotection and replaced it with more specific commands
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 01:38:39 +03:00
GreYFoXGTi
cf1d6d5785
Added sv_info_change_delay
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 01:26:17 +03:00
GreYFoXGTi
3c605e0e7e
Fixed ConSetTeam
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 00:57:50 +03:00
GreYFoXGTi
0b5a4382bc
Changed cid1 to Victim, more appropriate
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 00:27:44 +03:00
GreYFoXGTi
f69dddaaf5
Refactoring and Allman Code Style
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 00:26:03 +03:00
GreYFoXGTi
dc64ebba46
Improved Commands
...
some refactoring
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-17 00:22:00 +03:00
GreYFoXGTi
c17371d2e4
Added command uninvis_me
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-16 23:44:59 +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
545171fe91
Added variable sv_emoticon_delay, Closes #37 .
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-16 23:20: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
GreYFoXGTi
8e066517ad
Merge branch 'master' of http://github.com/btd/DDRace
...
Conflicts:
src/game/server/gamecontext.cpp
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-15 05:57:34 +03:00
btd
d195d5c7bc
Fixes for super player. Still dont work collision
2010-09-15 00:36:48 +04:00
btd
a75ab04d21
Add Team for super players. They can collide with all players. Not tested
2010-09-14 22:28:50 +04:00
btd
12202f0e08
Kill character if he was not in team 0 but want to join team 0
2010-09-14 21:05:18 +04:00
btd
3a5dca96bc
More safe
2010-09-14 20:58:18 +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
GreYFoXGTi
fa379a806a
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/engine/server/server.cpp
src/game/client/components/scoreboard.cpp
src/game/server/gamecontext.cpp
src/game/server/player.cpp
2010-09-13 07:49:01 +03:00
btd
83e384892c
Fix silly mistake
2010-09-12 23:09:19 +04:00
btd
0e063cbc07
Fix hammer hit ShowOthers and ShowOthers when it unabled
2010-09-12 22:11:25 +04:00
Choupom
901427809f
fixed so "reset tunning due to pure server" appears after "x changed to y"
2010-09-12 16:58:10 +02:00
oy
64c9b5c4ab
added quotes around player names in the other server messages too and changed it to ' for consistency
2010-09-12 13:34:30 +02:00
oy
16657faf55
end vote on 50% no
2010-09-12 12:51:07 +02:00
btd
c117f48741
Remove rubbish
2010-09-12 00:46:30 +04:00
btd
edbef086c1
git add src/*git add src/*! Fix character collision bug with additional protocol message, begin to finish ShowOthers
2010-09-12 00:45:56 +04:00
btd
7ed685ee11
Merge
2010-09-11 13:42:35 +04:00
btd
bbe66c5f20
Revert last not working fix
2010-09-11 13:31:36 +04:00
GreYFoXGTi
72e05efc53
Added Evil Teleporter,
...
Added Speed Setters to speedup layer
Added Unfreeze Plasma
Supposedly Fixed Crazy Shotgun (needs Testing)
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-11 02:01:15 +02:00
GreYFoXGTi
c7a38950c5
Reported vote enforcing in chat, Closes #25 .
...
Note: cant use chat from CServer so i won't do the kick/ban report.
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-09 22:20:15 +02:00
GreYFoXGTi
4984d1b64b
fixed some mistakes, Closes #23 .
...
finished some todos.
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-09 20:52:17 +02:00
GreYFoXGTi
d67a2893ea
Merge branch 'master' of http://github.com/Speedy-Consoles/DDRace
2010-09-09 20:14:54 +02:00
Speedy Consoles
73ef7ef2c6
reworked the chat commands
2010-09-09 15:32:14 +02:00
GreYFoXGTi
363cc10d28
/* ..
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-09 15:25:23 +02:00
GreYFoXGTi
1119432e60
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into teams2
2010-09-09 05:37:45 +02:00
GreYFoXGTi
0b1b949a3c
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/game/server/entities/flag.cpp
src/game/server/entities/flag.h
src/game/server/gamemodes/ctf.cpp
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-09 05:37:08 +02:00
GreYFoXGTi
ddb4c2e370
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into teams2
...
Conflicts:
src/game/server/entities/character.cpp
src/game/server/entities/projectile.cpp
src/game/server/gamecontext.cpp
src/game/server/gamemodes/DDRace.h
src/engine/shared/config_variables.h
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-08 22:22:08 +02:00
btd
fec294caee
Fix linux compilation. Revert last changes. Add /show_other option (in menu now working)
2010-09-08 20:22:11 +04:00
Choupom
532ea85aeb
separated CFlag from ctf
2010-09-07 20:02:46 +02:00
GreYFoXGTi
02d643b599
updated some stuff
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:51:14 +02:00
GreYFoXGTi
d62b2917ca
Changed /Emote commands
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:51:04 +02:00
GreYFoXGTi
f19bcdfa50
Modified Checkpoint behavior
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:50:53 +02:00
GreYFoXGTi
3df855df00
Moved Switch layer Initialization from CGameContext to GameControllerDDRace
...
i Quote btd "gamecontext as a global rubbish" xD
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:48:20 +02:00
GreYFoXGTi
1fe93f4592
Reworked the Crazy Shotgun, and fixed a bug ( still needs testing )
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:47:10 +02:00
GreYFoXGTi
b808d636d5
Revert "Doors can no longer close on Tees"
...
i quote Tsin Said "Total Cheat" xD
This reverts commit 0f1d20c5d4
.
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:36:48 +02:00
GreYFoXGTi
0f1d20c5d4
Doors can no longer close on Tees
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:35:30 +02:00
GreYFoXGTi
08040f5487
Added an Option to Disable Eye Emotes
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 07:15:24 +02:00
GreYFoXGTi
91d65a5e69
Added /kill
...
but i couldn't make the clients have a suicide penalty for some trivial reason since i am ill.. -.-"
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 06:45:35 +02:00
GreYFoXGTi
290c453a83
Removed useless config variables
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 06:45:35 +02:00
GreYFoXGTi
ea6e41036d
Fixed Stoppers being ignored when on another tile
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 06:45:35 +02:00
GreYFoXGTi
ebb5636fa3
/pause no longer pauses you time by default
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 06:42:42 +02:00
GreYFoXGTi
fe20420666
Better Stoppers System
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-09-07 06:41:56 +02:00
oy
3857096a20
Put quotes around player names in leave message.
2010-09-07 01:18:06 +02:00
Fujnky
69adb4800e
Put quotes around player names in server messages.
2010-09-07 01:11:20 +02:00
btd
5a916948b0
This is better
2010-09-01 14:22:15 +04:00
btd
fb2149115c
Fix EvalTick in CDoor
2010-09-01 13:50:42 +04:00
btd
4eadf3029b
Finish doors. Door hits all characters, check on activating team and send in snapshot only needed information
2010-09-01 12:52:59 +04:00
btd
2214a3cd0a
Now lights affects on all hitted characters as doors
2010-08-31 21:32:25 +04:00
btd
3264c57306
Fix crash with explosion. Gun hit closest character from every team
2010-08-31 21:14:33 +04:00
GreYFoXGTi
ab3f4b6a15
made return type bool
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-31 15:22:54 +02:00
GreYFoXGTi
4dcf0d8d3b
found an easier and better way :) with much much less processing
...
tested and working well
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-31 15:19:01 +02:00
btd
7c6b80304c
Fix server crash when character collide with other projectTiles
2010-08-31 16:29:03 +04:00
btd
e396813e32
Add new method which find all characters on line. Fix bug of doors, need to test
2010-08-31 15:01:46 +04:00
GreYFoXGTi
3c0cfb73a4
the bug still exists idk why, stopping ddrace going to work -.-"
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-31 10:26:47 +02:00
GreYFoXGTi
e363e7170c
ooopps
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-31 09:51:07 +02:00
GreYFoXGTi
558b03c9e3
The calculation is accurate i still don't know why this happens
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-31 09:47:41 +02:00
GreYFoXGTi
bd90c006e2
The bug still exists but i thought why keep checking for more tees in laser/door wait for 1 tee 1st
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-31 08:43:44 +02:00
GreYFoXGTi
15542a6c20
Fixed doors and lasers not affect more than 1 player, but there is something wrong, i need sleep, this sometimes compiles and runs perfectly and some times it compiles but runs buggy, need to correct CLight::HitCharacter and CDoor::HitCharacter
...
also did some refactoring
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-31 08:25:21 +02:00
btd
f46b7a58a9
Forgot again(
2010-08-30 19:08:16 +04:00
btd
6b9bbc2d0c
Forgot to save
2010-08-30 16:49:04 +04:00
btd
98a0a8f776
Fix projecttile and laser
2010-08-30 16:46:13 +04:00
btd
86cd59b907
Separate teams data, now i hope collision only in teams. Need to test, i cannot do this at work :'(
2010-08-30 16:13:43 +04:00
GreYFoXGTi
51586d0e05
Reworked and Added more stoppers
...
added filled entities which can be used to detect if a map has something that is not shown in editor or map_hack if you replace entities.png or entities_clear.png respectively
updated the Test.map to test the new tiles
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-30 06:45:09 +02:00
GreYFoXGTi
c7b05e97a1
Changed the client icon to an icon i designed from the logos Landil made //Thanks Landil again :)
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-30 04:37:46 +02:00
btd
e611357dd5
I need to think how make it better
2010-08-29 16:28:21 +04:00
btd
b0d8bfca03
Merge
2010-08-29 14:44:15 +04:00
btd
06773a004c
Comments
2010-08-29 11:59:16 +04:00
GreYFoXGTi
517a22800d
fixed door count which caused crashes
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-29 09:08:31 +02:00
GreYFoXGTi
dd63ab26a9
Some optimizations and Removed Collision and No Hook from Front Layer to avoid vanilla client prediction errors
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-29 05:46:09 +02:00
GreYFoXGTi
22fc13c692
Fixed crazy shotgun bullets explosion collision when sv_hit = 0
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-29 04:24:43 +02:00
GreYFoXGTi
b895547979
Fixed sv_hit 0 affecting game weapons on character
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-29 04:00:21 +02:00
GreYFoXGTi
3497dd18d7
Made Plasma Exp+Freeze do explosions even when directly hitting a tee
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-29 03:35:14 +02:00
GreYFoXGTi
277ce3b77e
Made stop tiles stop you earlier and fixed bug with stoppers + draggers
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-29 02:05:45 +02:00
btd
faf743b02a
Merge branch 'master' of git://github.com/GreYFoXGTi/DDRace into teams
2010-08-29 01:05:02 +04:00
btd
366e175983
Logic and scores seems done. Next will be collision
2010-08-29 00:53:42 +04:00
GreYFoXGTi
8426442936
Separated Freezing Plasma gun from Explosive Plasma gun and added one with both
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 22:32:16 +02:00
GreYFoXGTi
c6803b405f
Removed Old Door System
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 21:38:13 +02:00
GreYFoXGTi
eab7ad207b
Added Check for map options tile
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 21:34:21 +02:00
GreYFoXGTi
7f0fa6d6b1
Added Switch Layer and it Finally works like it should
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-28 18:24:56 +02:00
btd
fa6a79b309
Continue teams
2010-08-28 17:47:52 +04:00
btd
f769741f8f
Merge
2010-08-28 16:14:36 +04:00
GreYFoXGTi
206f7376d4
Fixed small mistake that was already fixed in the lost commit
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-27 19:39:44 +02:00
btd
397d8634c7
Fix
2010-08-27 18:37:14 +04:00
btd
b67de28a0c
Revert conversion float=> char*=>int
2010-08-27 18:28:01 +04:00
GreYFoXGTi
b0bf68c3d3
added chat command /time to show or hide time until next spawn
...
added chat command /broadcast to show or hide broadcast until next spawn
added rcon shot,shotgun_me,grenade,grenade_me,laser,laser_me
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-27 09:09:47 +02:00
GreYFoXGTi
1c491666fa
Weapons are all automatic for Super
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-27 05:45:51 +02:00
GreYFoXGTi
029ea6ee9e
made a checkpoint accessible only once during a race
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-26 20:28:41 +02:00
GreYFoXGTi
c5a8160e4d
Updated Git Ignore and reset FreezeTick
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-26 20:14:14 +02:00
GreYFoXGTi
181d55f125
Merge branch 'master' of http://github.com/btd/DDRace
2010-08-26 19:57:49 +02:00
GreYFoXGTi
883e0f2222
Trying to fix the crazy shotgun bullets -.-"
2010-08-26 19:55:22 +02:00
btd
510a47a158
Fix Server Best and no needed float -> char* -> int cast
2010-08-26 21:55:04 +04:00
btd
31d6ed6292
Sql Store
2010-08-26 17:27:36 +04:00
GreYFoXGTi
51b16803d7
Merge branch 'master' of http://github.com/btd/DDRace
2010-08-25 19:16:08 +02:00
GreYFoXGTi
7f8fb7a5a7
Merging the client manually into the server
...
but i can't get the client to accept the console class of the server -.-" yet..
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-25 17:31:49 +02:00
btd
091a1125a3
Uncomment things in file_score. Add config variables
2010-08-25 18:33:21 +04:00
oy
41afca6db2
added output level for console print function, categorised the debug messages and merged them into the new functionality. Closes #8
2010-08-25 01:17:02 +02:00
oy
8cb15be7c0
added fixes for compiler errors and warnings by sworddragon
2010-08-24 23:44:33 +02:00
btd
e04f83b710
D:/Portable Apps/PortableGit-1.7.1-preview20100612/rank, top5. Also need sql store and external records (maybe better to set path?
2010-08-24 21:31:32 +04:00
GreYFoXGTi
03bb17e580
fixed ninja not being remembered after freeze
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-24 17:13:26 +02:00
GreYFoXGTi
f7aa9c4c2b
ReWorked the Freeze System
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-24 16:32:46 +02:00
GreYFoXGTi
f6f7699ef1
btd Fixed compiling
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-24 14:46:44 +02:00
GreYFoXGTi
5794680e3c
Revert "Added missing files"
...
This reverts commit 572f705a12
.
2010-08-24 03:45:29 +02:00
GreYFoXGTi
572f705a12
Added missing files
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-24 03:41:07 +02:00
GreYFoXGTi
0325c59aa9
Merge branch 'master' of http://github.com/btd/DDRace
2010-08-24 03:38:33 +02:00
GreYFoXGTi
ed575f9b0c
Fixed 2x and 1.5x boosters
...
Removed Unused Vars
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-24 03:30:22 +02:00
GreYFoXGTi
8000f91ec7
Fixed The Crazy Shotguns and added dbg message if detected out of bounds
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-24 01:21:35 +02:00
GreYFoXGTi
51c6af1303
SvShotgunBulletSound
...
also added protection to shotgun stucks, needs to be tested when a random crazy shotgun bullet gets stuck
loaded the score file before saving to avoid corruption
added freeze and unfreeze in rcon
added protection in some rcon commands
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-23 23:40:23 +02:00
btd
6fabca9e10
Add checkpoints. Client undestand that it is a DDRace server fully. Need to rework /top5 /rank. Clean rubbish. I want to sleep(
2010-08-23 23:37:27 +04:00
GreYFoXGTi
05f8edb880
Stop at top tiles now give jumps back
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-23 02:09:34 +02:00
GreYFoXGTi
8b67e70dfb
Fixed /pause not saving the time
...
made sv_pauseable on by default
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-23 01:59:54 +02:00
GreYFoXGTi
76c6bc7e2f
Added option to make super hook endless
...
removed RACE_PAUSE
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-23 01:40:05 +02:00
GreYFoXGTi
3cb59795a6
Added Protection against cheating to usage of /pause
...
fixed /pause ammo when freezed
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-23 00:46:39 +02:00
GreYFoXGTi
66750a3220
Weapon pickup Sound Spam Disabled
...
/Pause Fixed but disabled pause with ninja
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-23 00:04:26 +02:00
GreYFoXGTi
03af9d75bc
Added The sad Emotion to EMOTEPAIN
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 22:30:17 +02:00
GreYFoXGTi
e82d0b34f2
oops
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 21:36:44 +02:00
GreYFoXGTi
2c0529657f
Merge branch 'master' of http://github.com/btd/DDRace
2010-08-22 21:33:02 +02:00
GreYFoXGTi
c4d60e93ba
NOt needed as you can bind your own emote now
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 21:32:41 +02:00
btd
0e1c80e0d4
Merge
2010-08-22 17:36:41 +04:00
btd
844f3116fe
D:/Portable Apps/PortableGit-1.7.1-preview20100612/pause works. Need to delete RACE_PAUSE. And check that character resurect correctly
2010-08-22 17:17:57 +04:00
GreYFoXGTi
f2a94d37ea
Fixed Ninja When lost in strike to freeze
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 15:12:30 +02:00
GreYFoXGTi
045daea3f9
Changed mood name
...
Emotion eye reaction
and spawn proximity check to < 3
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 14:32:52 +02:00
btd
7b05afa76d
Begin
2010-08-22 14:17:07 +04:00
GreYFoXGTi
0f9c791ce3
Pointed out the new method of /pause
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 08:24:29 +02:00
GreYFoXGTi
e3dffbb741
Making the Mod Cooler ( Pimp My Mod ) xD
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 06:28:14 +02:00
GreYFoXGTi
dc7d3f8275
Removed Tiles that wouldn't work correctly
2010-08-22 01:15:20 +02:00
GreYFoXGTi
2cdd2d4421
Added some tiles
...
tried to make the others work but i get stuck!
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-22 00:57:42 +02:00
GreYFoXGTi
5c880c88a4
All tiles should work in the Front Layer as in Game layer
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 21:48:47 +02:00
GreYFoXGTi
91198ee376
i really need to sleep xD
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 21:14:57 +02:00
GreYFoXGTi
341746441e
why do i always forget to press crtl+s
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 20:26:39 +02:00
GreYFoXGTi
0c93fe13fe
forgot dragger::drag
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 20:24:35 +02:00
GreYFoXGTi
dce24aa01d
need Sleep T.T
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 19:46:54 +02:00
GreYFoXGTi
3580547297
Fixed NoWall Draggers
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 19:32:42 +02:00
GreYFoXGTi
19e379afdf
Updated GetTile for FrontLayer
...
Added dbg_msg check
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 19:25:10 +02:00
GreYFoXGTi
5a2af8f3ff
re worked timer commands fixes issue #11
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 05:19:47 +02:00
GreYFoXGTi
e7721811dd
Added Fluxid's HookThrough
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 04:20:01 +02:00
GreYFoXGTi
57712d885f
dbg_msg for entity debug
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-21 02:10:54 +02:00
GreYFoXGTi
6bb5fcf316
Implementing the FrontLayer
...
Also trimmed the trailings
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-20 23:48:33 +02:00
GreYFoXGTi
8450116185
Merge branch 'master' of http://github.com/btd/DDRace
2010-08-20 20:19:24 +02:00
btd
d22052d800
Small improvements
2010-08-20 22:03:51 +04:00
GreYFoXGTi
5cfcee99f9
STL noobness
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-20 19:58:48 +02:00
btd
7e3c10e399
Merge branch 'master' of http://github.com/GreYFoXGTi/DDRace-Server
2010-08-20 21:55:14 +04:00
GreYFoXGTi
26f152e656
Copy&Paste Noobness
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-20 19:51:06 +02:00
GreYFoXGTi
05d81bc49a
fixed seg fault on /top5 //thanks nevi
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
2010-08-20 19:45:25 +02:00
btd
4c52429172
Fix not safe getting character
2010-08-20 21:06:49 +04:00
GreYFoXGTi
edd58fba7d
fixed hammer_me
2010-08-20 16:57:42 +02:00
oy
cabecb7fa9
added output level for console print function, categorised the debug messages and merged them into the new functionality. Closes #8
2010-08-18 00:06:00 +02:00
oy
abc84ac0b0
added fixes for compiler errors and warnings by sworddragon
2010-08-16 02:21:18 +02:00
unknown
a91d7cfd1f
Merge branch 'master' of http://github.com/btd/DDRace
2010-08-15 18:47:13 +03:00
btd
bbd48810ad
Merge branch 'master' of http://github.com/oy/teeworlds
2010-08-15 19:20:39 +04:00
GreYFoXGTi
185db5fb72
Just a test commit of the FrontLayer
...
i only commited this cause i am not at home and i wanna work on this externally :D
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-08-15 17:42:40 +03:00
oy
0e36b772d4
fixed line endings in some files
2010-08-15 15:34:55 +02:00
btd
1a559c5d03
More checks in timer
2010-08-14 15:36:12 +04:00
btd
512597f729
Add crazy shotguns. Need to test
2010-08-14 14:46:54 +04:00
btd
619f7cb268
Small fix
2010-08-14 13:45:19 +04:00
btd
dfa60a65d2
Merge branch 'master' of http://github.com/GreYFoXGTi/DDRace-Server
2010-08-14 13:40:40 +04:00
btd
a8a74f558a
Trigger and door now work
2010-08-12 22:07:35 +04:00
GreYFoXGTi
c9ac55f2cd
Merge branch 'master' of http://github.com/btd/DDRace
2010-08-12 20:08:20 +03:00
GreYFoXGTi
9d30803854
code optimization
...
added stoppers
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-08-12 17:31:38 +03:00
GreYFoXGTi
3a36be3f58
forgot to edit these
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-08-12 16:54:43 +03:00
oy
f494d344a9
removed some not longer needed stuff
2010-08-12 15:44:11 +02:00
GreYFoXGTi
09b7a1fe1d
Fixed the laser problems
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-08-12 14:15:58 +03:00
btd
3f2363b27e
Fix errors. Server can be builded. Study using editor =(
2010-08-11 22:29:08 +04:00
btd
2cf2a5b1d2
Add Door, connector and trigger. Not tested i need work.
...
Signed-off-by: btd <bardadymchik@gmail.com>
2010-08-11 14:33:37 +04:00
GreYFoXGTi
20930ce68b
too many stuff to write but the idea is to implement the telelayer&speed thnx to Redix and Sushi Tee
...
also FrontLayer is ready to be implemented soon
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-08-10 19:32:32 +03:00
GreYFoXGTi
60b5acbb15
Merge branch 'master' of http://github.com/oy/teeworlds
...
Conflicts:
src/engine/server/server.cpp
src/engine/shared/console.cpp
src/engine/shared/storage.cpp
src/game/server/gamecontext.cpp
Alterations:
src/engine/shared/console.h | made StoreCommands(,)take also the client id
src/engine/console.h | made StoreCommands(,)take also the client id
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-08-09 17:54:42 +03:00
oy
6a73c5d77f
fixed flickering players on respawn
2010-08-08 18:56:54 +02:00
btd
227c03cbb1
Fix mistake
2010-08-07 22:49:57 +04:00
oy
ad9b32b741
added the possibility to store commands within the console and execute them later on when everything is initialised correctly - fixes several possible startup crashes and the "Support bans in server configuration"-ticket
2010-08-07 20:22:25 +02:00
btd
84cf23203d
Revert storage.h
2010-08-07 12:02:58 +04:00
oy
cac5554bdb
prevent that spectators start a vote
2010-08-06 21:03:38 +02:00
btd
ecedf0a54f
Merge
2010-08-01 00:14:58 +04:00
btd
e8018dd712
Optional timer command
2010-07-31 16:58:57 +04:00
btd
7f65d880f3
Fix external records
2010-07-31 15:04:19 +04:00
btd
eabe4639c8
Add storage.h. Add config variable for holding records in appSaveDir. I am not sure is it right way
2010-07-31 13:14:20 +04:00
btd
37b0f43d1c
Fix strange 0 pointer bug. (very strange bug)
2010-07-31 00:16:36 +04:00
btd
534081a3fe
Fix emo color
2010-07-30 20:14:53 +04:00
btd
9c052398f4
Last changes added. All fixed. Server builded.
...
Need many test before release.
Signed-off-by: btd <bardadymchik@gmail.com>
2010-07-30 16:50:09 +04:00
btd
7f42b6225b
To the last DDRace. Need a lot fix
2010-07-29 23:55:33 +04:00
GreYFoXGTi
eb9793d89a
Moved all used server variables to config_variables.h
...
tried to fix /pause and failed cause i can't get the hooked player's character to check if he is paused or not
changed welcome message default.
on join player sees the server's /info
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-07-29 22:51:58 +03:00
GreYFoXGTi
070927384a
save before i commited the last commit xD
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-07-29 18:02:29 +03:00
GreYFoXGTi
0a9dc07d0c
Fixes Issue #5
...
Changed /info
Fixed anti-rainbowmod
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-07-29 17:54:04 +03:00
GreYFoXGTi
f41d4851d2
Cleanup a bit and modified the binary name
...
Signed-off-by: GreYFoXGTi <GreYFoXGTi@Gmail.com>
2010-07-29 10:40:27 +03:00
GreYFoXGTi
a9c00caafb
Merge branch 'master' of http://github.com/matricks/teeworlds
2010-07-29 09:46:07 +03:00
GreYFoXGTi
434b4aad86
The Porting of DDRace-Beta to trunk by [BlackTee] den Maps with one and two layer works properly. Laser works. Fix second game layer Re-added logs Readded the rcon commands addvote and scoring system and time Fixed Weapons
...
Signed-off-by: btd <bardadymchik@gmail.com>
2010-07-29 08:59:32 +03:00
SushiTee
882a99b955
kill the player when leaving the game layer too much... will stop never ending fall
2010-07-04 16:50:03 +02:00
oy
7325bdac42
don't consider sv_spectator_slots for team change when already in a team(red, blue). Closes #141
2010-06-27 13:24:47 +02:00
oy
73bdf657c4
fixed suicide penalty after a restart. Closes #131
2010-06-20 14:35:50 +02:00
xalduin
dc3feaf42c
Fixed remaining compiler warnings for gcc on Linux
2010-06-10 20:38:03 +08:00
Magnus Auvinen
0d78e2d2cd
Merge remote branch 'fujnky/master'
...
Conflicts:
data/languages/portuguese.txt
2010-06-09 13:01:36 +02:00
Fujnky
7cc7c8f84e
Merged with master
2010-06-07 16:00:01 +02:00
oy
2104835d77
update server info for connected clients if map or gametype changes. Closes #108
2010-06-07 13:34:47 +02:00
oy
a3545b06b4
some cleanup
2010-06-07 00:08:40 +02:00
oy
a41d930a85
fixed some compiler warnings. Closes #76
2010-06-06 17:16:52 +02:00
xalduin
9603d676c6
Score no longer decreased when switching teams
2010-06-03 17:08:05 -04:00
xalduin
8b15558f5d
Merge remote branch 'upstream/master
2010-06-03 13:32:15 -04:00
Fujnky
5849aeb86c
Merge branch 'master' of git://github.com/matricks/teeworlds
...
Conflicts:
src/game/server/gamemodes/ctf.cpp
2010-06-03 17:47:32 +02:00
Magnus Auvinen
a6ab379e67
fixed so that the same distance is used when leaving off the flag and taking it
2010-06-03 17:40:01 +02:00
Magnus Auvinen
9bb6fe48c2
cleaned up g_CharPhysSize
2010-06-03 17:39:42 +02:00
Fujnky
feb8894b4d
Flag catch and capture should now be exactly the same
2010-06-03 16:42:37 +02:00
xalduin
3fff61d24a
Issue #86 , don't reset score on team switch
2010-06-03 10:35:18 -04:00
xalduin
8db32a4b8b
Issue #88 flag pickup distance reduced
2010-06-03 09:56:57 -04:00
Fujnky
7b74cd248b
made flag catch and capture distances fit
2010-06-03 15:30:33 +02:00
NoxNebula
dd19074deb
Admin-Kick-Protection
...
Add IsAuthed(int ClientID); function.
Add kickprotection for admins (Remote Console logged in players)
Add Anti-Self-Kick (minor)
2010-06-03 03:27:34 +08:00
NoxNebula
9a5a19e7c7
Admin-Kick-Protection
...
Add IsAuthed(int ClientID); function.
Add kickprotection for admins (Remote Console logged in players)
Add Anti-Self-Kick (minor)
2010-06-02 09:40:08 +02:00
Tom Adams
c9ff80a17d
made balance teams based apun points/minute ( #495 )
2010-05-31 20:35:47 +00:00
Magnus Auvinen
4c0886f087
renamned m_pCarryingCCharacter correctly
2010-05-29 11:26:17 +00:00
Magnus Auvinen
72c06a2589
copied refactor to trunk
2010-05-29 07:25:38 +00:00
Magnus Auvinen
878ede3080
major update with stuff
2009-10-27 14:38:53 +00:00
Magnus Auvinen
8bd49fe30b
some clean up. fixed double server side record messages
2009-06-15 13:01:04 +00:00
Magnus Auvinen
4bb1df3189
moved 0.5 branch to trunk
2009-05-31 09:44:20 +00:00
Magnus Auvinen
5f186c8906
fixed so the console show help for each command. not all commands have descriptions however
2009-01-24 13:12:04 +00:00
Magnus Auvinen
9d51d47cea
added tab completion to the console. works for local and remote
2009-01-24 12:16:02 +00:00
Alfred Eriksson
a569d5c0c3
fixed compiling errors
2009-01-22 17:22:50 +00:00
Magnus Auvinen
6ffd661c78
fixed so the name of the player that calls the vote is in the chat. fixed so that the time remaining on the vote is displayed. reworked the vote box a bit so it's nicer
2009-01-21 21:17:25 +00:00
Magnus Auvinen
bd1556ce76
added missing ctf return sound
2009-01-21 00:00:04 +00:00
Alfred Eriksson
335aa0feb2
flag position is only sent when player is near
2009-01-17 17:26:56 +00:00
Alfred Eriksson
96f604f9d1
increased voting time to 25 secs #637
2009-01-17 16:52:57 +00:00
Alfred Eriksson
6c98a36f0f
fixed round count bug #630
2009-01-17 16:18:47 +00:00
Alfred Eriksson
fa02f461c7
fixed round count bug
2009-01-13 17:58:16 +00:00
Magnus Auvinen
70dea7e398
fixed bug that crashes the server if settings tunings in the server config
2009-01-12 21:44:13 +00:00
Magnus Auvinen
123c5b5b99
introduced 3 special pseudo weapons. game, self and world to make a difference on how you got killed
2009-01-12 21:41:16 +00:00
Alfred Eriksson
efd0dbab25
added vote command on the server to enforce a vote. added sv_vote_kick_bantime to choose how long a user will be banned at votekick (0 for just kick) thanks to magnet and xara
2009-01-12 19:35:38 +00:00
Magnus Auvinen
46125d5ed7
fixed so predicted sounds and air jump effect works with demo playback
2009-01-11 15:51:43 +00:00
Magnus Auvinen
6b886e8ed6
fixed so that the tuning is resetting itself if running a pure server
2009-01-11 15:16:34 +00:00
Magnus Auvinen
e673e607dc
fixed so that emoticon 0 works
2009-01-11 14:32:23 +00:00
Magnus Auvinen
96e65f599a
fixed so that some vote error messages isn't broadcasted to everyone
2009-01-11 14:28:35 +00:00
Magnus Auvinen
172463b2bb
fixed so your team gets -1 if you kill yourself. drawback, team looses one point when you switch team as well. good enough for now
2009-01-11 14:16:49 +00:00
Magnus Auvinen
c2c90982fd
increased the firedelay on the gun and hammer to 125ms. this is how fast a humanly doable. prevents usage of mouse wheel to get insane firing speeds
2009-01-11 13:54:42 +00:00
Magnus Auvinen
7c0413ebac
added some modding comments
2009-01-11 13:23:40 +00:00
Magnus Auvinen
18758943d6
added the mod game mode switch
2009-01-11 13:20:18 +00:00
Magnus Auvinen
2aafe11723
tweaked the gameplay a bit
2009-01-11 11:54:41 +00:00
Alfred Eriksson
39a12060d6
removed the tuning filtering and warning. modded servers can use tuning for free. added pure server checking - ctf, dm and tdm gametypes are not allowed to have different tuning.
2009-01-11 10:40:14 +00:00
Magnus Auvinen
371e862316
fixed so the laser bounces correctly at low angles
2009-01-11 10:26:17 +00:00
Alfred Eriksson
9a65b577ad
added mod gamemode
2009-01-11 09:29:15 +00:00
Magnus Auvinen
619c309779
removed spamming I wanna spawn message
2008-12-19 08:28:16 +00:00
Magnus Auvinen
55254d0657
fixed crashbug caused by players disconnecting while still having bullets in the air
2008-12-19 08:26:58 +00:00
Alfred Eriksson
4714e3806e
removed pause command to fix #573
2008-12-08 16:50:17 +00:00
Alfred Eriksson
3dca571a23
fixed spectator bug
2008-11-21 14:18:55 +00:00
Alfred Eriksson
1891f6ee76
don't allow team changes, emoticons or kill command when game is paused
2008-11-17 16:53:25 +00:00
Magnus Auvinen
b6f6f47997
fixed issues when pausing the game and added pause and unpause console commands
2008-11-16 15:10:57 +00:00
Alfred Eriksson
d640ede2a6
fixed the kill command spawn delay
2008-11-16 15:02:17 +00:00
Alfred Eriksson
cd8c23ef1b
fixed respawn times
2008-11-16 14:28:44 +00:00
scosu
e3c4c01837
New debug message when starting round with gametype and teamplay information
2008-11-15 13:23:22 +00:00
scosu
579065bb22
Chat message for capture timing. ticket #278
2008-11-08 15:17:59 +00:00
Magnus Auvinen
388a04d957
better voting support
2008-11-08 12:50:46 +00:00
scosu
cd1c92c41b
a nicer solution for changeset:1669
2008-11-08 09:02:35 +00:00
Dominik Geyer
1adbddccca
do not take/reset the flag if character is dead or spectator; ticket #556
2008-11-04 16:35:48 +00:00
Dominik Geyer
0259e5c3e5
fixed null-pointer server-crash
2008-11-04 13:19:05 +00:00
Dominik Geyer
d37c54a995
tdm: fix team-scoring on teammate-kill; ticket #557
2008-11-04 11:55:26 +00:00
scosu
e1807ea08a
fix for ticket #549 by using col_intersect_line
2008-11-04 07:20:24 +00:00
Alfred Eriksson
a15c6946cd
now server sends the player spawn events
2008-11-01 19:41:22 +00:00
Dominik Geyer
eee784f155
check nickname for invalid chars; ticket #547
2008-11-01 15:09:40 +00:00
scosu
8c0dd7f431
a fix for the physical size of tees in changeset:1659
2008-11-01 09:32:17 +00:00
scosu
36f4b66569
Changes the collision check for death-tiles so it reacts if any part of the tee is in the area of the tile. Before this change it reacts only if the middle of the tee is in the death tile.
2008-10-26 08:37:05 +00:00
Magnus Auvinen
5d48c8a0a5
improved the network clipping a bit
2008-10-25 11:32:29 +00:00
Magnus Auvinen
d3e9ca1655
reset score on reset
2008-10-25 08:36:55 +00:00
scosu
6d86d949fd
Introduces a command change_map to change maps or restart round with showing the scoreboard ticket:536
2008-10-22 14:31:46 +00:00
scosu
37abbcbd28
If the player who should be kicked by a vote leaves the game, the vote is aborted. ticket 523
2008-10-21 17:26:32 +00:00
Magnus Auvinen
f038d6395d
enabled so it sends tuning over to the client
2008-10-21 00:36:07 +00:00
Magnus Auvinen
15217d8458
fixed so that you can't vote on maps that arn't in the map list. fixed crash bug in the server info menu page
2008-10-20 23:20:28 +00:00
Magnus Auvinen
ac1aeab149
fixed incorrect handling of projectiel and laser owner
2008-10-20 23:00:46 +00:00
Magnus Auvinen
a8fb732b0e
fixed reset for characters
2008-10-20 22:43:14 +00:00
Magnus Auvinen
06d48cd3da
improved some the dummies a bit
2008-10-20 19:58:11 +00:00
Dominik Geyer
0b4c01ff0a
fix: only do balancing is teams are uneven; fix: check balance on disconnect; added check for balance after rcon-teamset; used patch from Oy with some modification
2008-10-19 18:38:23 +00:00