def
8be0091d07
Add sv_teleport_hold_hook
2014-04-05 00:35:18 +02:00
def
28cc8f7724
Fix: Show the server you're connected to in the server browser too
2014-04-05 00:07:58 +02:00
def
b8775d27c4
Revert "sv_pistol_damage"
...
This reverts commit a5449c9af0
.
2014-04-02 19:55:42 +02:00
def
a5449c9af0
sv_pistol_damage
2014-03-31 20:34:54 +02:00
def
9503587a11
Version 3.1
2014-03-30 22:59:18 +02:00
def
cb5fa76f85
Alternative fix for console input (doesn't break other things at least)
2014-03-30 22:58:59 +02:00
def
c3062fb787
Fix: Default tune zone is 0, not -1
2014-03-29 23:34:36 +01:00
def
27fbf04b09
Remove projectiles when player dies
2014-03-29 23:15:45 +01:00
def
cc8ee16992
Version 3.0
2014-03-29 18:18:58 +01:00
HMH
6943711be3
better tune-updating
2014-03-29 18:04:37 +01:00
def
2db9e5c7b0
Hopefully fix screenshots
2014-03-29 17:04:06 +01:00
def
6774a92029
Cleanup
2014-03-29 00:24:34 +01:00
def
5563ae9a7b
Make DDRace tile prediction optional
2014-03-28 23:53:12 +01:00
def
7494bb7b93
Fix bug in tuning zone messages (My bad) and increase text lengths to 256
2014-03-28 23:31:53 +01:00
HMH
7e845b1512
fix: crash on too many unicode chars
2014-03-28 23:25:26 +01:00
def
f2dccafd4e
Preview when loading PNGs in editor
2014-03-28 22:47:57 +01:00
def
92dffdbbcc
Add cl_show_ninja
2014-03-28 13:39:30 +01:00
def
4485fecdbd
Only stop rendering tune layer text
2014-03-28 12:56:52 +01:00
def
bbb6572d5f
Fix: Send vote to newly joined players
2014-03-28 12:52:03 +01:00
def
35328d37b0
TILE_STOP client prediction
2014-03-27 11:19:25 +01:00
HMH
3d607eaf16
fix: correct zone at spawn
2014-03-27 01:48:21 +01:00
HMH
e393e966d0
fix: send tunings on spawn not on death
2014-03-27 01:33:37 +01:00
def
e6052ed411
add sv_pause_messages
2014-03-26 14:21:49 +01:00
def
a4580c4af0
Add speedup prediction (by c)
2014-03-25 01:13:46 +01:00
HMH
6b1b4f2bcb
fix: correct tunezones for faketunings
2014-03-24 21:07:10 +01:00
def
6be24a310a
Fix double selection in spec-view
2014-03-24 01:48:07 +01:00
def
ed56ea64e5
Fix double selection in spec-view
2014-03-24 01:47:52 +01:00
def
b864bf908c
Team colors in spec-view
2014-03-24 00:04:44 +01:00
def
48f441bdc6
Sort spec-view same as scoreboard
2014-03-23 23:23:41 +01:00
def
c98ad5bf22
Merge branch 'new' into DDRace64
...
Conflicts:
src/game/editor/layer_tiles.cpp
2014-03-23 23:18:43 +01:00
def
fb4c83cf3e
More cleanup
2014-03-23 19:31:28 +01:00
def
63f642c478
Fix array sizes and array accesses
2014-03-23 18:56:07 +01:00
def
ef579f55e2
Typo
2014-03-23 18:02:04 +01:00
def
9ae68b5efb
Don't show tune layer with cl_show_entities
2014-03-23 17:44:02 +01:00
def
ecb3422280
Fix degrees (°)
2014-03-23 17:42:00 +01:00
HMH
d301010a95
Made texture rendering for layers less resourceintensive
2014-03-23 17:10:49 +01:00
HMH
85b069193f
set proper standard tunings for zones
2014-03-23 17:10:49 +01:00
HMH
0177b8a4b5
fix: stupid laser tunings + projectile security fix
2014-03-23 17:10:49 +01:00
HMH
b25307ba5f
set CCharacter as a friend of CCharacterCore to correct tunings
2014-03-23 17:10:49 +01:00
HMH
f2c8134bd2
send correct tunings to spectators
2014-03-23 17:10:49 +01:00
HMH
78bed556c0
replaced tunings from projectiles and laser by zonespecific tunings
2014-03-23 17:10:49 +01:00
HMH
e25f0ba074
added TuneZoneHandler, replaced projectile-lifetime and laserreach with zone specific tunings when creating
2014-03-23 17:10:49 +01:00
HMH
330fc92c8c
added a list out of CTuningParams for the different tunezones, added a list for messages to display on switching between zones, put rcon commands for adjusting theses lists, edited SendTuningParams to make it possible to send zonespecific tunings
2014-03-23 17:10:49 +01:00
HMH
cf33ba4790
fix: let IsTune return 0 if there is no tunezone
2014-03-23 17:10:48 +01:00
HMH
adc1f9924c
added displaying tunelayer on showentities
2014-03-23 17:10:48 +01:00
HMH
655546c4d3
added creating button for tunelayer and a popup menu for TuneZone Numbers
2014-03-23 17:10:48 +01:00
HMH
c7e52211d7
merged tunelayer: added Buttons, put an Image for the tunelayer took over most code from other layers and adapted for tunelayer
2014-03-23 17:10:48 +01:00
HMH
8f6d76a27e
added saving/loading code for tunelayer
2014-03-23 17:10:48 +01:00
HMH
a4632e2c07
added renderingfunction for tunelayer and tuneoverlay-function to display the zone-number
2014-03-23 17:10:48 +01:00
HMH
12ac06f1f2
added functions for editing Tunelayer (mostly copied from other layers); put Snap(&Rect) into all Fillselection-functions (fix) and made if(Empty) more precise (fix); merged tunelayer into other functions
2014-03-23 17:10:48 +01:00
HMH
c84eaea33d
declared functions needed for new tunelayer in CLayerTune for editor, kinda just copied from the other layers
2014-03-23 17:10:48 +01:00
HMH
ae12a2b04d
added Tunelayer function to return the tunetilenumber and merged Tunelayer into CCollision
2014-03-23 17:10:48 +01:00
HMH
b869a67c76
added TuneLayer
2014-03-23 17:10:48 +01:00
HMH
61e46a7858
added LAYERTYPE_TUNE and TILE_TUNE1 to enums and added class CTuneTile
2014-03-23 17:10:48 +01:00
def
3acf759334
/saytime now supports player names
2014-03-22 23:29:52 +01:00
def
6ead8f0531
Add sv_vote_max_total
2014-03-22 19:53:43 +01:00
def
17ec1eabda
More resonable sound settings
2014-03-22 10:24:10 +01:00
def
61a5d9429d
Add cl_unpredicted_shadow
2014-03-21 14:01:14 +01:00
def
b8fce1c0f4
Another 50% speedup for /points and /top5points
2014-03-19 12:02:29 +01:00
def
133583708d
Speed up /points and /top5points by 50%
2014-03-19 11:47:02 +01:00
def
66d3595b44
Minor editor fixes by HMH
2014-03-19 10:26:38 +01:00
def
9f832423c1
Fix: Keep team closed when locked so that all players are killed
2014-03-12 19:36:25 +01:00
def
e305e83a98
Fix: Reset doors in locked team
2014-03-10 13:39:50 +01:00
def
80c1e62757
Version 2.23
2014-03-09 20:57:47 +01:00
def
ffde53a443
Add sv_map_vote to disable /map
2014-03-07 23:58:22 +01:00
def
ab9cd8c06f
fix
2014-03-04 03:08:37 +01:00
def
73663f2919
Vote delay for /map
2014-03-04 02:48:58 +01:00
def
b72df908a1
Add faketunings for 0 jumps
2014-03-01 14:29:14 +01:00
def
fc3d7a4162
Version 2.22
2014-02-26 03:05:27 +01:00
def
607e41cdd3
Fix: Always refresh serverlist properly, don't let 64 player packets disrupt us
2014-02-26 02:17:41 +01:00
def
96855e2b95
Fix crash on server change by ignoring snapshots of old server
2014-02-26 01:25:22 +01:00
def
220f5269c4
Fix: Reset ninja properly to prevent it from autoshooting
2014-02-25 21:51:10 +01:00
def
b8780a3b98
Fix Crash when you start server and MySQL is not reachable
2014-02-25 21:22:16 +01:00
def
3b8645ae98
1 point, many points
2014-02-25 19:55:35 +01:00
def
6406e77e9c
Disable faketuning for freeze for now because it looks really weird in some situations
2014-02-23 01:10:43 +01:00
def
0e15c22639
More sensitive afk detection
2014-02-21 18:27:00 +01:00
def
65f0455f64
Fake tunings: Don't fake hook as people are annoyed by shorter hook
2014-02-20 18:51:46 +01:00
def
b1d577af30
Huge fix with fake tunings
2014-02-20 01:36:39 +01:00
def
285652e2d2
Version 2.21
2014-02-19 22:31:58 +01:00
def
e9db91e953
Add solo fake tunes
2014-02-19 22:30:57 +01:00
def
40651924bf
Make Fake Tunings a bit nicer and less resource intensive
2014-02-19 22:30:34 +01:00
def
ba4d8d153e
Proper client version numbers
2014-02-19 22:29:46 +01:00
def
92e0b5fe3c
Add fake tunings so that freeze prediction is correct (by HMH)
2014-02-19 21:55:37 +01:00
def
c36922c4f4
Better examples and information for /map
2014-02-19 21:35:56 +01:00
def
a5f3de6827
Add /map (for votes) and /mapinfo (instead of /mappoints)
2014-02-19 21:22:36 +01:00
def
434b2bec52
More info in player options
2014-02-19 14:49:08 +01:00
def
db0410c443
Add SPEC info to serverbrowser
2014-02-19 14:24:26 +01:00
def
57e05a84a6
fix
2014-02-19 03:47:15 +01:00
def
a641b01a37
Also don't spam everyone with scores with sv_save_worse_scores
2014-02-19 02:56:57 +01:00
def
9728245ac6
Bigger buffer to allow more than 1500 skins for Broken (does not seem to impact performance)
2014-02-18 23:53:46 +01:00
def
99a086200f
Only keep holding hook, reset all other keys on /pause and chat
2014-02-18 22:26:17 +01:00
def
4429092ca5
Add sv_save_worse_scores
2014-02-18 22:08:43 +01:00
def
1287cc3f20
Disable Threaded Sound loading by default (might crash?)
2014-02-17 23:13:42 +01:00
def
d1493d8c3e
Fix: Hook prediction should never loop forever
2014-02-17 23:12:29 +01:00
def
f765cc577b
Fix: Working Checktele-auto-setting
2014-02-15 01:19:38 +01:00
def
c6c438fe02
Fix: Only set standard search when starting for the first time
2014-02-15 01:19:07 +01:00
def
3c39b4460b
Fix SQL queries
2014-02-14 21:15:40 +01:00
def
8bb7d84366
Fix sql queries
2014-02-14 20:55:02 +01:00
def
5e2381f746
Remove duplicated Delete button in editor
2014-02-14 20:54:42 +01:00
def
1b76f57750
Allow /showothers on solo server
2014-02-14 03:08:20 +01:00
def
4a2eaaf1cc
Less strict spam filtering
2014-02-14 00:26:05 +01:00
def
24c5dc3c6a
Make editor undo optional because of too many bug reports
2014-02-13 22:27:11 +01:00
def
17102bdf09
Still have to keep crashmeplx
2014-02-13 19:53:30 +01:00
def
ed37e55f67
Version 2.20
2014-02-13 16:42:25 +01:00
def
dd17150160
Remove old code so that we work on 128p player servers
2014-02-13 04:39:29 +01:00
def
2b9427d48d
Should use the correct index to improve performance for important queries by a factor of 200
2014-02-13 00:46:01 +01:00
def
92ba863ff0
Automatic conversion of tiles to checkpoint teleports
2014-02-12 21:44:05 +01:00
def
966b0770ec
Tile redesign
2014-02-12 20:24:04 +01:00
def
096caff08c
Saner default settings
2014-02-12 18:51:47 +01:00
def
4321e80c4d
style
2014-02-12 13:28:07 +01:00
def
41703cd5b9
Add gfx_backgroundrender to fix crashes on some systems
2014-02-12 12:38:57 +01:00
def
51012d479b
Add totelecp
2014-02-11 22:36:55 +01:00
def
9ae59a1923
Fix: Don't delete all files in editor directory but only files starting with undo_
2014-02-11 19:51:38 +01:00
def
9d64525e5d
Fix rendering of layers with cl_show_entities and crashes
2014-02-10 19:19:49 +01:00
def
b3df3e28a4
Version 2.19
2014-02-10 01:01:34 +01:00
def
334a739534
Fix penalty for teams
2014-02-10 00:17:56 +01:00
def
42ed2807cb
Add penalty tile
2014-02-09 23:31:29 +01:00
def
67ede77105
fix
2014-02-08 23:46:55 +01:00
def
50d3e03c16
Fix teams in client
2014-02-08 23:41:12 +01:00
def
f1661fc6b4
Sorted scoreboard and spectator view
2014-02-08 22:24:57 +01:00
def
bf658945a5
Fix some +showhookcoll
2014-02-08 21:55:08 +01:00
def
182c5aefc9
Fix +showhookcoll in demo
2014-02-08 19:06:24 +01:00
def
7804f9314d
Hopefully fix a bunch of locked team bugs
2014-02-08 14:33:42 +01:00
def
79a99a994c
Remove non-threaded graphics as they strongly decrease performance in many cases
2014-02-07 23:33:15 +01:00
def
ceeb44ef2e
Bring back old DDRace record window as cl_showrecord and add compatibility for current time in race servers
2014-02-06 23:49:25 +01:00
def
89556e184b
No sound when you whisper, as some people are afraid of it
2014-02-06 18:17:29 +01:00
def
c4e0cca046
Fix +showhookcoll when player hooking is disabled
2014-02-05 03:39:09 +01:00
def
b1e989029d
Version 2.18
2014-02-03 20:07:20 +01:00
def
f4cc6e4efd
Huge SQL bug
2014-02-03 20:03:49 +01:00
def
60b77d1620
Fix: Reset super on kill
2014-02-03 15:46:30 +01:00
def
b77f98e3c1
On server updates we can't find out who is using ddnet client, so send extended server info to everyone
2014-02-03 15:21:13 +01:00
def
7d69b07160
Code cleanup
2014-02-03 14:34:19 +01:00
def
4fcb4f852f
Fix: Another wrong delete
2014-02-03 13:00:35 +01:00
def
20f66fbcae
Fix: SQL table for maps should have unique key
2014-02-03 11:20:37 +01:00
def
51fcd75ac6
Fix: Wrong delete
2014-02-03 05:54:40 +01:00
def
c907071d4c
Merge branch 'DDRace64' of github.com:def-/teeworlds into DDRace64
2014-02-03 04:32:29 +01:00
def
1dd666e066
Major SQL Change:
...
Keep records in a single table records_race
Keep team records in a single table records_teamrace
Keep maps with their server and respective points in a table records_maps
2014-02-03 04:31:30 +01:00
def
2cac8c7ab5
Scoreboard fix
2014-02-02 23:23:10 +01:00
def
88c8c3190e
Code cleanup
2014-02-02 22:07:20 +01:00
def
6b8e6dcb10
Fix Player Options
2014-02-02 21:06:05 +01:00
def
5b07793c16
Better scoreboard colors
2014-02-02 20:12:53 +01:00
def
823a04333a
Add /showall
2014-02-02 19:56:10 +01:00
def
48c292b8bf
Only render if window is visible
2014-02-02 11:54:34 +01:00
def
0be802c005
Fix: Even show correct team if there was a locked team before
2014-02-02 11:10:00 +01:00
def
391232017a
Add evil checkpoint teleports
2014-02-01 22:20:41 +01:00
def
7347afa5dc
Even Super has to die!
2014-01-31 23:24:45 +01:00
def
a054d3e84f
No /showothers for ddrace after all
2014-01-31 21:21:50 +01:00
def
3e7d077722
Fix: See other players on solo server
2014-01-31 12:26:17 +01:00
def
587c44a474
Version 2.17
2014-01-31 01:42:15 +01:00
def
3ca4514d21
Fix: Editor, Debug mode always open immediately
2014-01-31 01:41:57 +01:00
def
2f4820f9ae
Don't show players in solo part, even with /showothers
2014-01-30 18:39:39 +01:00
def
8d877973ee
ShowOthers for regular DDRace client
2014-01-30 17:28:30 +01:00
def
b21dc83b1a
Compatibility for old servers
2014-01-30 17:15:54 +01:00
def
caa1f15d12
Fix possible crashes
2014-01-30 16:54:58 +01:00
def
d8533eea67
Proper Client Version numbers and more visible whispers
2014-01-30 16:49:15 +01:00
def
e97d3ba788
Fix: +showhookcoll fixes
2014-01-30 04:10:52 +01:00
def
a2adca7036
Fix: Don't access unlockable teams
2014-01-30 03:37:45 +01:00
def
69df267bb1
Don't allow random_map when no maps are available in votes
2014-01-29 02:04:02 +01:00
def
fea96c411a
Properly show SUPER team in Scoreboard
2014-01-28 19:52:46 +01:00
def
23ad27fa29
Version Server logging
2014-01-27 05:33:36 +01:00
def
9ff38a940b
Allow +showhookcoll on yourself
2014-01-27 05:16:07 +01:00
def
c57de75e53
Version 2.16
2014-01-27 05:09:39 +01:00
def
3e5bcb0213
Absolutely perfect +showhookcoll
2014-01-27 05:06:23 +01:00
def
8ec5aa46c5
Fix: Possible crash on map change
2014-01-27 05:06:03 +01:00
def
e074c52d4b
Crude way of preventing crashes with editor undo
2014-01-26 21:50:30 +01:00
def
36568b97f2
Don't stop hooking when player is chatting
2014-01-26 01:53:53 +01:00
def
c999225fa7
Version 2.15
2014-01-25 23:41:27 +01:00
def
237b6c189a
Better transparency for /showothers
2014-01-24 23:11:33 +01:00
def
329804b3ce
Fix /showothers
2014-01-24 22:27:34 +01:00
def
c7cc656f1a
Remove useless code
2014-01-24 22:10:14 +01:00
def
57889d5fbc
Also show proper times in Serverbrowser
2014-01-24 22:09:52 +01:00
def
bf652416d4
Don't send team state too often (causes lags when people kill)
2014-01-24 15:12:46 +01:00
def
4f6e2eb11f
Only reload map afer saving in editor if we're on localhost
2014-01-24 03:41:30 +01:00
def
6997a801bc
Revert "Don't show solo players with /showothers because it's buggy"
...
This reverts commit 3cb26984aa
.
2014-01-22 21:48:13 +01:00
def
3cb26984aa
Don't show solo players with /showothers because it's buggy
2014-01-22 20:01:21 +01:00
def
221fd3a02b
Fix
2014-01-22 17:19:21 +01:00
def
7465939054
More exact scrolling in Demo Player
2014-01-22 17:14:47 +01:00
def
b1d2d4f59e
Zooming in demo player
2014-01-22 16:59:43 +01:00
def
44d479330e
Fix giant broadcasting bug
2014-01-22 15:47:01 +01:00
def
853f510fc9
Proper old team
2014-01-22 15:38:05 +01:00
def
61ca36b4b3
Fix: No buggy teamstates for 16-player clients
2014-01-22 15:29:30 +01:00
def
61b056f9f7
Hold input while paused
2014-01-22 14:04:46 +01:00
def
3426bc5fcf
Fix: Better teams in scoreboard
2014-01-22 14:04:15 +01:00
def
3adc228801
Version 2.14
2014-01-22 02:00:34 +01:00
def
c1a3a8713b
No more sound bugs when super
2014-01-22 01:56:12 +01:00
def
663da084db
Make players look sleepy if afk
2014-01-22 01:46:15 +01:00
def
25f69ecdeb
Display teams in scoreboard
2014-01-22 01:39:18 +01:00
def
beb74082b3
Send initial team state
2014-01-22 00:35:02 +01:00
def
97d7037011
Render transparency properly when spectating
2014-01-22 00:31:17 +01:00
def
6e67cd0540
Render players in other teams half transparent
2014-01-22 00:24:26 +01:00
def
11dc90206b
Fix super bug
2014-01-22 00:12:24 +01:00
def
f0d79b8388
Trying to get better team support
2014-01-22 00:08:30 +01:00
def
fe7f274023
Fix: Proper super on DDRace 16 player servers
2014-01-21 18:21:01 +01:00
def
4114e00564
Cleanup TeamMask
2014-01-20 20:12:03 +01:00
def
214d32fadd
Special scoreboard between 32 and 48 players
2014-01-19 22:08:33 +01:00
def
a031ec343a
Editor Undo: Fix some issues
2014-01-19 18:06:56 +01:00
def
d092b8007d
Add editor undo function (by MAP94)
2014-01-19 04:02:01 +01:00
def
24fcc8c8b0
Broadcasting fix 425
2014-01-17 03:00:24 +01:00
def
f5590aecbc
Oops
2014-01-16 20:31:00 +01:00
def
92110b4fee
Version 2.13
2014-01-16 20:23:58 +01:00
def
601604c55b
Ban players for abusing join/leave
2014-01-16 15:11:42 +01:00
def
6d0bceda6b
Fix: Friend selection in server browser
2014-01-16 00:46:13 +01:00
def
d859f490ce
Better performance when CPU throttled
2014-01-15 21:40:28 +01:00
def
a563bc136f
Allow more br_max_requests
2014-01-15 21:37:16 +01:00
def
948197b598
Only wake up server once every second if noone is connected anyway
2014-01-15 16:52:22 +01:00
def
fe5c26234b
add cl_showkillmessages
2014-01-15 15:25:13 +01:00
def
ca9b68b317
Hide demo player fully
2014-01-15 15:08:00 +01:00
def
f0a242f0e9
Version 2.12
2014-01-15 00:35:26 +01:00
def
95431199ba
Less CPU for versionsrv
2014-01-15 00:02:19 +01:00
def
31629b15c1
DDNet Version notice
2014-01-14 23:13:17 +01:00
def
028d3d731f
DDNet auto binds
2014-01-14 21:47:54 +01:00
def
bc9e188309
Revert SetPing
2014-01-14 21:44:40 +01:00
def
9e4114f27d
Better 64 player search
2014-01-14 21:40:55 +01:00
def
9de10f9e91
Also show temporary results while server browser is loading
2014-01-14 20:58:47 +01:00
def
333efc37b0
Update 64 player server infos
2014-01-14 20:40:29 +01:00
def
c90568ce71
Support for 9th mouse key (by Tolsi)
2014-01-14 20:33:18 +01:00
def
0d819aba4d
Fix: Don't even send own team's broadcasts if player is spectating someone
2014-01-14 20:27:30 +01:00
def
5353460e84
Make hiding votes window optional
2014-01-14 00:25:25 +01:00
def
a0e5c6759d
Only sort players on last packet
2014-01-13 23:15:54 +01:00
def
d158267e92
Better broadcasting for spectators
2014-01-13 17:00:49 +01:00
def
fbe1cbe9e8
Another broadcasting fix
...
Conflicts:
src/game/server/teams.cpp
2014-01-13 11:31:55 +01:00
def
4d22032a6d
Fix: Double hook sound in solo
2014-01-13 11:12:38 +01:00
def
e0569094e1
Version 2.11
2014-01-13 01:13:32 +01:00
def
f88b693b55
Proper Specator Box
2014-01-12 19:38:22 +01:00
def
3d70e203c5
Remove connfilter because of too many false positives
2014-01-12 16:32:06 +01:00
def
5164263f90
Don't display score of 00:00
2014-01-12 16:16:09 +01:00
def
adbaae769c
Fix various broadcasting issues:
...
- Sound in solo parts
- Sound when spectating
- Projectiles of players in other teams when spectating
2014-01-12 15:56:16 +01:00
def
ac23c862d4
Oops
2014-01-12 03:06:38 +01:00
def
693d68841c
More exact showhookcoll
2014-01-12 00:45:25 +01:00
def
b632eb3c7d
More reasonable player mapping
2014-01-11 23:38:13 +01:00
def
8d2828ed6f
Fix: Always render editor quads
2014-01-11 22:57:23 +01:00
def
aa64e86f12
Fix: Send proper votes to 64/16 player clients
2014-01-11 22:22:45 +01:00
def
188635162e
64 Player Filter Button
2014-01-11 21:38:50 +01:00
def
dce37516f5
Version 2.10
2014-01-11 21:24:09 +01:00
def
e8fd827b6d
Fix crash in editor
2014-01-11 21:23:19 +01:00
def
6126ad50c4
Fix range of team related bugs by actually removing people from team when they spectate
2014-01-11 15:19:34 +01:00
def
cedd472c04
Version 2.9
2014-01-11 14:10:53 +01:00
def
1fbdea7d2f
Proper 64 player scoreboard
2014-01-11 14:09:55 +01:00
def
2af9d9f423
Switchable ninjajetpack
2014-01-11 13:59:20 +01:00
def
f4b961ecad
Final fix
2014-01-11 13:39:35 +01:00
def
8af9f9d6a3
Fix: Properly show 64 player servers
2014-01-11 04:08:01 +01:00
def
736891c945
Change serverbrowser request order
2014-01-11 03:53:50 +01:00
def
3e21d31961
Compile errors
2014-01-11 00:54:52 +01:00
def
4a3f75884e
Hopefully fix bug with some malformed maps that can make the client crash
2014-01-11 00:52:23 +01:00
def
b768cb1e81
Fix: Solo server crash
2014-01-11 00:52:13 +01:00
def
5d23a38f66
Allow players to see players at every distance, but not effects
2014-01-10 22:54:07 +01:00
def
93a3fecea8
Fix best time in scoreboard
2014-01-10 22:53:18 +01:00
def
38dbcbe776
Version 2.8
2014-01-10 19:33:18 +01:00
def
4f0c61716c
Better Scoreboard
2014-01-10 18:15:26 +01:00
def
1fbd91c4e1
Remove useless method declaration
2014-01-10 16:20:21 +01:00
def
9743b0cb58
Better time/score messages
2014-01-10 16:19:46 +01:00
def
19419617e5
Score board (1/2) and (2/2)
2014-01-10 15:45:32 +01:00
def
9b4d792fac
Fix: Proper player options menu
2014-01-10 13:55:31 +01:00
def
383d1d22f1
Merge branch 'DDRace64' of github.com:def-/teeworlds into DDRace64
2014-01-10 12:56:38 +01:00
def
ef65abfe35
Fix scrolling lists in menus
2014-01-10 12:22:48 +01:00
def
d437c57d26
Fix null pointer
2014-01-10 12:01:13 +01:00
def
7a3a8f1485
Fix doors in team 0 for solo server
2014-01-09 21:57:44 +01:00
def
7b81946dd6
oops
2014-01-09 21:08:50 +01:00
def
9112f1e526
Fix stupid bug
2014-01-09 21:08:03 +01:00
def
86468f2c06
Emote fix
2014-01-09 19:51:26 +01:00
def
2a573d54ff
Merge branch 'DDRace64' of github.com:def-/teeworlds into DDRace64
2014-01-09 19:00:48 +01:00
def
9770382007
New Jetpack animation
2014-01-09 19:00:41 +01:00
def
ba9a29c704
Fix that sometimes 64 player servers show up as 16 player
2014-01-09 15:40:11 +01:00
def
ab2563c2b5
Threaded points load
2014-01-09 12:23:23 +01:00
def
6ef5c5de98
Fix memory leak
2014-01-09 04:02:28 +01:00
def
1d02733d31
Version 2.7
2014-01-08 18:21:40 +01:00
def
35ea08915a
Don't allow negative offsets
2014-01-08 18:16:52 +01:00
def
44964130c3
Fix: Proper scoreboard font size
2014-01-08 09:50:45 +01:00
def
112dc7d7a7
Version 2.6
2014-01-08 08:52:21 +01:00
def
488df63f92
Too verbose debugging output
2014-01-08 07:55:26 +01:00
def
8bcd622412
Fix stupid merge
2014-01-08 07:50:58 +01:00
Patrick Rathje
5114570794
Hotfix for Refresh
2014-01-08 07:46:24 +01:00
Patrick Rathje
4c080fe137
Better Refreshing
...
Conflicts:
src/engine/client/client.cpp
src/engine/client/serverbrowser.cpp
src/engine/client/serverbrowser.h
src/engine/masterserver.h
src/engine/shared/masterserver.cpp
2014-01-08 07:46:09 +01:00
Patrick Rathje
020bb16f54
Faster Refreshing
...
Conflicts:
src/engine/client/serverbrowser.cpp
2014-01-08 07:42:19 +01:00
def
52e83313c8
64 players in server browse
2014-01-08 06:15:56 +01:00
def
d696c19e18
Show all 64 players in scoreboard
2014-01-08 04:11:50 +01:00
def
f5cab53aa4
Send all votes to ddnet clients
2014-01-08 02:57:18 +01:00
def
6af20de3e8
Also reset team 0
2014-01-08 02:24:31 +01:00
def
874e716fdb
fix crash
2014-01-06 20:16:04 +01:00
def
37badd724b
Another go at the door opening bug
2014-01-06 18:27:38 +01:00
def
86d9d75e2d
Fix: Use character position, not view pos for 16 player compatibility mapping
2014-01-06 15:20:02 +01:00
def
2bd4c1dde4
Merge branch 'DDRace64' of github.com:def-/teeworlds into DDRace64
2014-01-05 23:29:30 +01:00
def
5423e14ac9
Fix: Crash due to null pointer
2014-01-05 23:29:19 +01:00
def
5c2794fcea
Remove unused variable
2014-01-04 03:50:56 +01:00
def
bdc14849f7
Fix vote window
2014-01-03 13:51:18 +01:00
def
edf45538d1
Version 2.5
2014-01-03 03:08:34 +01:00
def
e88e0698c7
Name stuff
2014-01-03 03:06:23 +01:00
def
4169e94269
Fix: Remove vote window when map change vote was forced
2014-01-03 03:00:54 +01:00
def
9f3da1e66e
Fix: Allow executing multiple commands
2014-01-03 02:25:04 +01:00
def
e44456c08e
Fix: Proper vote status for non-64-player-clients
2014-01-02 21:23:27 +01:00
def
89da13686d
Less jumpiness
2014-01-02 14:06:59 +01:00
def
4136af09d7
Fix grenade prediction (thanks to anonymous)
2014-01-02 06:45:48 +01:00
def
96d291075b
Version 2.4
2014-01-02 03:49:02 +01:00
def
ca22600b4f
Next try
2014-01-02 02:54:57 +01:00
def
dfe3de179a
New revelations
2014-01-02 02:47:06 +01:00
def
dcde67b45e
Fix 436
2014-01-02 02:27:38 +01:00
def
73dc056d04
Fix 435
2014-01-02 02:26:25 +01:00
def
0bcafcc72b
Fix 434
2014-01-02 02:24:49 +01:00
def
f1763eee79
Fix 433
2014-01-02 02:23:09 +01:00
def
256ce97ed8
Fix 432
2014-01-02 02:20:27 +01:00
def
8d4301b2e3
Next try to prevent DDRace problems
2014-01-02 02:15:19 +01:00
def
b919538663
Revert "DDRace clients don't work well with teams on 64 player servers"
...
This reverts commit 314c5cb275
.
2014-01-02 02:13:10 +01:00
def
314c5cb275
DDRace clients don't work well with teams on 64 player servers
2014-01-02 02:10:27 +01:00
def
28980ef2ba
Hopefully fix 64 players
2014-01-02 01:56:09 +01:00
def
0f251a435b
Revert "Remove useless code"
...
This reverts commit 3e28e52d8d
.
2014-01-02 01:14:20 +01:00
def
fb520d3ed4
Change server name output
2014-01-01 23:36:53 +01:00
def
6e985c307f
More general superteam
2014-01-01 22:58:19 +01:00
def
cd98cd4c3f
Fix: Stupid
2014-01-01 22:37:18 +01:00
def
a98458a9f3
Fix switches for 64 teams
2014-01-01 22:34:10 +01:00
def
39ba649849
Less restrictive spam protection
2014-01-01 22:06:46 +01:00
def
3e28e52d8d
Remove useless code
2014-01-01 15:44:49 +01:00
def
7da88b06fa
Name fix
2014-01-01 15:06:06 +01:00
def
863990c1cc
Serverinfo
2014-01-01 14:58:39 +01:00
def
1e947dbe52
Fix: Check whether file is actually a FIFO
2014-01-01 14:08:13 +01:00
def
d54a12b20a
Fix Spec Selection for 64 players
2013-12-31 22:15:38 +01:00
def
7a9631ce19
Fix Player Options for 64 players
2013-12-31 22:14:59 +01:00
def
08eb38230f
Reverse Translation for DDRace64
2013-12-31 18:25:40 +01:00
def
be213e72d3
Version 2.3
2013-12-31 14:51:37 +01:00
def
8025226475
Change rules
2013-12-31 13:36:05 +01:00
def
0aad13c085
Update credits
2013-12-31 13:35:59 +01:00
def
d9764a7638
Remove useless broadcast messages
2013-12-31 06:23:40 +01:00
def
3607218f12
Merge ddrace64 from eeeeee
2013-12-31 06:13:57 +01:00
def
da2cdf7acd
Fix: Reset switches when team is locked
2013-12-30 22:30:07 +01:00
def
85f2cebfaf
Fix: Disabling chat sound
2013-12-30 19:32:51 +01:00
def
b6f8156e1f
New fix for solo maps with switches
2013-12-28 16:27:47 +01:00
def
5c6ce4585b
Revert "Fix crash for overfull solo servers: One more team"
...
This reverts commit 2e8c3cfb66
.
2013-12-28 16:09:03 +01:00
def
80b33220bf
Fix automapper
2013-12-28 13:59:14 +01:00
def
a91690f870
Version 2.2
2013-12-28 01:10:13 +01:00
def
104939b407
More flexible auto mapping
2013-12-28 01:09:47 +01:00
def
6ad45448bd
Fix name highlighting
2013-12-27 21:39:46 +01:00
def
6794011c3f
Version 2.1
2013-12-27 18:36:26 +01:00
def
da60fb4dc1
Auto mapper: Support 2 flips
2013-12-27 18:32:58 +01:00
def
c1da2444a2
Allow players to see further
2013-12-27 18:29:56 +01:00
def
5453c0c80f
Allow longer messages
2013-12-27 04:09:45 +01:00
def
605bd0f81c
Only show freeze indication once when still frozen
2013-12-26 19:46:44 +01:00
def
9c5031b34f
Don't show BB skins by default
2013-12-26 18:02:37 +01:00
def
3eaad43b6b
Merge remote-tracking branch 'upstream-teeworlds/0.6' into DDRace
...
Conflicts:
bam.lua
data/languages/index.txt
src/engine/server/server.cpp
src/engine/shared/network_server.cpp
src/game/client/components/chat.cpp
src/game/client/components/menus_settings.cpp
src/game/server/entities/character.cpp
src/game/server/gamecontext.cpp
src/game/version.h
2013-12-26 18:02:22 +01:00
def
8b75cc3d00
Revert "Show spectators the whole game"
...
This reverts commit 819c792f6c
.
2013-12-24 23:59:06 +01:00
def
d98e53f7f4
Allow seeing more
2013-12-24 23:55:42 +01:00
def
033df0da7c
Revert "Show everyone entire game"
...
This reverts commit 987efe8604
.
2013-12-24 23:54:53 +01:00
def
bb46b6acbf
Version 1.26
2013-12-23 20:43:36 +01:00
def
d0d8aaa56c
Fix: Proper jetpack strength
2013-12-23 20:40:43 +01:00
def
ec4a83eb1a
Fix: Don't change tune parameters
2013-12-23 20:33:01 +01:00
def
70a0774453
Add /dnd
2013-12-22 18:30:13 +01:00
def
2e8c3cfb66
Fix crash for overfull solo servers: One more team
2013-12-22 01:52:40 +01:00
def
ad724453ad
Better fix for slow Map loading
2013-12-20 12:27:10 +01:00
def
83c9744dc8
Version 1.25
2013-12-20 03:34:20 +01:00
def
06fed6e596
Disable Tilemap Skip Generation (Makes map loading 30 times faster)
2013-12-20 03:33:50 +01:00
def
faca94b084
Merge branch 'DDRace' of github.com:def-/teeworlds into DDRace
2013-12-19 23:04:12 +01:00
def
0b70f874dc
Add sv_team 3 (forced random team for you, useful for solo ddrace)
2013-12-19 23:04:01 +01:00
def
8f7cafa455
Merge branch 'DDRace' of github.com:def-/teeworlds into DDRace
2013-12-18 17:21:49 +01:00
def
e2efec67ec
Change "Set Ping" message
2013-12-18 17:01:39 +01:00
def
c6cca39ace
Version 1.24
2013-12-18 16:56:20 +01:00
def
da9ff2a696
Add: Set Ping to any value you want
2013-12-18 16:54:20 +01:00
def
2d6a4874e3
Don't consider showing entities and zooming out cheats
2013-12-18 16:53:46 +01:00
def
652d742d6a
Fix: Show correct IP in server info
2013-12-18 04:11:26 +01:00
def
3f5035fd35
Merge branch 'DDRace' of github.com:def-/teeworlds into DDRace
2013-12-17 14:50:00 +01:00
def
f944ce1099
Version 1.23
2013-12-17 14:49:46 +01:00
oy
77478707f2
fixed a server crash due to faulty offsets. #1173
2013-12-15 12:30:27 +01:00
def
72bc639a0c
TeleOuts as pointer; Hopefully fixes Visual Studio crash
2013-12-12 14:35:01 +01:00
def
f87449d86c
Only give team ranks to teams consisting of 2 players or more
2013-12-10 18:45:28 +01:00
def
aed599746e
More verbose /lock message
2013-12-10 00:24:38 +01:00
def
bc8ad79c29
Consequently use minutes when telling player times
2013-12-09 17:24:02 +01:00
def
bfc6558a32
Indicate when ninja ends
2013-12-09 13:53:26 +01:00
def
7237fe2a31
Add random_map
2013-12-07 00:15:56 +01:00
def
2dc5573ea7
Create binary names to be case sensitive in SQL queries
2013-11-28 16:00:01 +01:00
def
5460982a45
Merge branch 'DDRace' of github.com:def-/teeworlds into DDRace
2013-11-28 15:15:14 +01:00
def
ce8d17744a
Add /mappoints
2013-11-28 15:11:59 +01:00
def
586f0254ad
Allow /showothers for all
2013-11-27 18:00:22 +01:00
def
24be89224f
Proper ranks for /points and /top5points
2013-11-26 23:16:33 +01:00
def
7af88ed004
Reset extended teleports
2013-11-24 19:23:58 +01:00
def
71e59546aa
Longer ban for network stress
2013-11-23 20:19:30 +01:00
def
e34384a5a7
Push version to 1.22
2013-11-22 15:12:50 +01:00
def
d1a584b4af
Add jetpack tile
2013-11-22 15:10:55 +01:00
def
d9ace010cb
Fix /top5team
2013-11-19 22:36:04 +01:00
def
f8beef7e87
Proper rank positions ingame
2013-11-19 22:15:08 +01:00
def
2b343624d4
Don't drop clients in any case
2013-11-17 02:27:28 +01:00
def
db1304b597
Fix Null Pointer bug
2013-11-16 02:36:04 +01:00
def
a12c5e9c5e
Saner locking messages
2013-11-16 00:58:31 +01:00
def
eba45c4f0a
Add /lock
2013-11-16 00:44:49 +01:00
def
1a8da052f0
Fix SQL teamrace time comparison to be more exact
2013-11-14 19:39:28 +01:00
def
295a1aaa50
Code cleanup
2013-11-14 16:26:25 +01:00
def
9a1ff10b0a
Add button to disable chat
2013-11-14 16:23:15 +01:00
def
3dda7569e6
Display saved scores
2013-11-14 16:08:04 +01:00
def
0b305471d2
Add jetpack
2013-11-13 13:25:26 +01:00
def
51321c6011
Tab
2013-11-13 13:25:12 +01:00
def
bbb1f6ab3c
Smaller zoom
2013-11-13 13:24:56 +01:00
def
582562ed1e
Remove useless code
2013-11-09 00:07:57 +01:00
def
64c29fd509
More chat highlighting
2013-11-09 00:04:54 +01:00
def
a90b37544a
More HUD control
2013-11-02 03:09:56 +01:00
def
3ed74bc730
Version 1.21
2013-10-30 09:27:31 +01:00
def
463f85b279
fix
2013-10-27 20:16:30 +01:00
def
a3985f0a19
Merge branch 'DDRace' of github.com:def-/teeworlds into DDRace
2013-10-27 20:15:57 +01:00
def
9ee125fadd
Foo
2013-10-27 20:15:49 +01:00
def
22ce12a9cc
Fix: Don't crash when using sv_old_teleport_hook and new teleports
2013-10-26 08:02:45 +02:00
def
64d7b6a117
Push version: 1.20
2013-10-25 03:24:55 +02:00
def
9e1176094d
Allow zooming in FastCap
2013-10-24 01:37:04 +02:00
def
1b49f5fab0
Keep solo after map change
2013-10-22 17:04:54 +02:00
def
60b66055bf
add snd_name_only
2013-10-21 02:16:45 +02:00
def
fe44c5a569
add sv_show_others_default
2013-10-20 23:22:49 +02:00
def
16918aa3a1
Push version
2013-10-18 11:50:50 +02:00
def
24b56ea48a
Add /c to settings
2013-10-18 11:47:34 +02:00
def
34e568f41b
Add converse command
2013-10-18 11:42:35 +02:00
def
9f45368225
Add antiping_grenade
2013-10-15 18:08:06 +02:00
def
35996eaa69
Revert "Speedup server map change by threading SQL initialization"
...
Causes problems with high ping servers when initializiation wasn't done
and new map is voted.
This reverts commit 13a6f5f2e8
.
2013-10-15 07:07:33 +02:00
def
13a6f5f2e8
Speedup server map change by threading SQL initialization
2013-10-14 20:51:50 +02:00
def
2b11b5fc0e
Allow adding default text to chat binds
2013-10-14 01:40:42 +02:00
def
db7154273d
ddnet -> Network
2013-10-10 12:10:10 +02:00
def
ddbb9633a8
Fix gun prediction (by p)
2013-10-09 19:51:20 +02:00
def
5fa57ed5ab
Remove gfx_clear
2013-10-09 17:11:34 +02:00
def
9596cf385b
Version 1.18
2013-10-09 16:27:48 +02:00
def
2a70aefc63
Show correct nameplates without antiping
2013-10-09 16:23:18 +02:00
def
dc6d2305d5
Add AntiPing
2013-10-09 16:02:23 +02:00
def
f0b6ff9c4c
Readd chat sounds and add option to disable them
2013-10-08 17:23:00 +02:00
def
7dbce81bbf
Allow more colors
2013-10-08 16:32:27 +02:00
def
845ca5ec7c
Fix menu
2013-10-08 15:43:23 +02:00
def
3032567028
Version
2013-10-07 23:56:11 +02:00
def
c976b23a0a
Merge branch 'DDRace' of github.com:def-/teeworlds into DDRace
2013-10-07 15:04:37 +02:00
def
e69e023f16
Don't kill when joining team 0
2013-10-07 14:09:30 +02:00
def
ffc18b6933
After voting only show votes when scoreboard is open
2013-10-07 12:13:33 +02:00
def
3a2d196104
Fix controls settings
2013-10-07 11:51:19 +02:00
def
e33375f32c
gfx_clear default
2013-10-07 04:11:04 +02:00
def
280368d46a
2048 favorites
2013-10-07 03:56:39 +02:00
def
220499b5da
1024 friends
2013-10-07 03:54:08 +02:00
def
a4296f4bb7
Fix: Super can always jump
2013-09-29 17:16:49 +02:00
def
46f6cefdd6
Fix sql
2013-09-29 15:29:32 +02:00
oy
7cb173ec53
fixed master server lookup for servers. #1047
2013-09-25 14:56:47 +02:00
def
f364c2d6bc
Fix: Team 0 can be any size
2013-09-17 00:58:33 +02:00
def
5a2bd2e4df
Revert "No network connect limit"
...
This reverts commit 888b23a3e4
.
2013-09-09 21:53:13 +02:00
def
888b23a3e4
No network connect limit
2013-09-05 23:50:24 +02:00
def
43c963ad2f
Less strict connection limit
2013-09-03 22:07:15 +02:00
def
185f132a24
Don't send "Muted text"
2013-09-02 21:30:00 +02:00
def
ce2f689e5f
Version
2013-08-30 19:00:29 +02:00
def
cb42cabc41
Disable netlimit by default
2013-08-30 09:50:33 +02:00
def
23b44fa812
Add dialog settings for ddnet features
2013-08-30 09:50:05 +02:00
def
48870102e0
Entities background color
2013-08-29 17:14:03 +02:00
def
1cc6977611
Fix jumping
2013-08-24 02:25:58 +02:00
def
9028d77471
Add +showhookcoll from H-Client
2013-08-24 01:50:35 +02:00
def
6da8d2146c
New mapping entity: Specify number of jumps
2013-08-24 01:03:45 +02:00
def
762dd451d3
fix
2013-08-23 20:46:08 +02:00
def
71946ac0f8
Fix
2013-08-23 15:25:46 +02:00
def
c53d167ab8
Fix
2013-08-23 03:02:45 +02:00
def
bed7225da6
Fix: Better looking
2013-08-23 03:01:01 +02:00
def
91cbb4745e
More compact time representation
2013-08-23 02:56:31 +02:00
def
58039066f4
Add local time screen at top
2013-08-23 00:45:48 +02:00
def
48d84b2784
More correct door reset
2013-08-22 06:07:31 +02:00
def
40ff09be29
Revert visual studio fix
2013-08-18 22:19:02 +02:00
def
7d2b92b68f
Add default binds
2013-08-18 03:33:55 +02:00
def
a2c7feda17
Add afk vote timer
2013-08-18 03:27:30 +02:00
def
a54c035e36
Text fix
2013-08-18 01:06:36 +02:00