oy
eae1a97297
fixed marker position in chat
2011-06-09 23:54:11 +02:00
oy
fd965ca4b2
made name highlighting in chat more strict
2011-06-09 23:49:06 +02:00
oy
37bdc4c2a1
removed some unneeded stuff
2011-06-09 23:40:35 +02:00
oy
4f402f85bb
added ':' after names on start and a space separator in chat tab completion
2011-06-09 23:37:59 +02:00
oy
9efa0e3f63
fixed nethash 4 real
2011-06-09 23:28:40 +02:00
oy
e1ef01f656
made tab completion for names in chat start with the ones that match on the beginning
2011-06-09 23:28:20 +02:00
oy
69cb197f59
fixed compiling on mac os x
2011-06-09 22:50:42 +02:00
oy
9845d757ef
removed file extension from the demo name in the demo player
2011-06-09 22:44:22 +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
oy
b48c59225a
fixed nethash
2011-06-09 22:19:01 +02:00
Felix Geyer
3d7bdaee8f
Use gcc endianness definitions when available.
...
detect.h has manual litte/big endian definitions for some architectures
but many are missing.
Instead of adding more manual definitions it's better to use the
definitions of gcc when available.
2011-06-09 22:11:37 +02:00
Felix Geyer
ee50ab5bea
Fix build on GNU/kFreeBSD.
...
On GNU/kFreeBSD only "__FreeBSD_kernel__" is defined
but not "__FreeBSD__".
2011-06-09 22:11:34 +02:00
Felix Geyer
40330fd7c5
Fix build on GNU Hurd.
...
Add missing platform definitions.
2011-06-09 22:11:29 +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
GreYFoX
1bfcfb7d6f
Changed max of force pause to be 360 seconds
...
Note if force pause was abused once infront of me i would make even admins have to go through a vote
2011-06-07 16:55:06 +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
4e98a45175
Skin pack by whis
2011-06-07 16:42:42 +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
603071ee92
fixed data struct names
2011-06-02 17:42:30 +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
oy
7df537fd68
fixed last commit
2011-06-02 17:38:36 +02:00
Choupom
101d9de3c3
added aspect ratio in display modes list in settings
2011-06-02 17:36:17 +02:00
GreYFoX
25f69d704b
Version 1.77a, Beware this version maybe buggy contains more than one untested/unrevised commits, but from trusted Developers
2011-06-01 17:06:00 +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
1d8f3fffe4
Merge branch 'master' of git://github.com/oy/teeworlds
2011-06-01 16:35:05 +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
GreYFoX
a121587251
Save connection timeout setting for client
2011-05-27 11:29:35 +02:00
Nicolae Crefelean
9f323857af
Edited data/languages/romanian.txt via GitHub
2011-05-25 18:36:32 +02:00
GreYFoX
eb70e55ead
Merge branch 'master' of git://github.com/oy/teeworlds
2011-05-17 09:00:25 +02:00
PsychoGod
210d98666c
Scroll fix, protect scrolling 2 windows at the same time
2011-05-17 01:15:54 +02:00
oy
896ef2f235
removed load/save binds in the editor
2011-05-16 19:54: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
f7f1f72d5c
1.76a
2011-05-09 18:48:03 +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
Romain Labolle
b626027af2
Fix banmaster for DDRace. closes #44
2011-05-09 18:23:01 +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
e4c85b00db
fixed that some demos show a negative length in the demo browser. Closes #660
2011-05-09 17:55:12 +02:00