oy
ec9cf90e1e
use gametype icons. #1637
2018-11-30 19:06:25 +01:00
oy
f3bd808d69
Merge pull request #1745 from ChillerDragon/master
...
Fix indentation
2018-11-30 17:08:41 +01:00
oy
148f149af3
Update broadcast.cpp
2018-11-30 17:08:20 +01:00
oy
0d30c48080
Merge branch 'master' into master
2018-11-30 17:04:34 +01:00
oy
7fa0dc05d9
Merge pull request #1743 from LordSk/fix/editor_mouse_delta
...
Fixed editor world mouse delta (used when moving quad points)
2018-11-30 17:01:42 +01:00
oy
2f1646f5b1
Merge pull request #1741 from LordSk/fix/broadcast_scoreboard
...
Fixed broadcast not being shown when scoreboard/motd is active
2018-11-30 17:01:19 +01:00
oy
c0da735639
Merge pull request #1740 from Dune-jr/fix-warnings
...
Fix some warnings
2018-11-30 17:00:48 +01:00
oy
c58510c345
Merge pull request #1716 from Dune-jr/feature-damage-netevent
...
Add Damage net event
2018-11-30 17:00:30 +01:00
Chiller Dragon
5a2228142e
Merge pull request #1 from ChillerDragon/pr_indentation
...
Fix too much indentation
2018-11-30 13:27:39 +01:00
Chiller Dragon
13f0d259a5
Fix too much indentation
2018-11-30 13:27:04 +01:00
LordSk
3536803519
Fixed editor world mouse delta (used when moving quad points)
2018-11-29 21:42:03 +01:00
LordSk
2cbdda7c62
Don't show if offline, reset on join
2018-11-29 17:24:33 +01:00
LordSk
ba5083f8ff
Fixed broadcast not being shown when scoreboard/motd is active
2018-11-28 17:41:59 +01:00
Jordy Ruiz
a4c4607a59
Fix some warnings
2018-11-28 11:40:09 +01:00
oy
499653cd2c
consider max clients configuration for dbg_dummies. closes #1735
2018-11-27 19:24:14 +01:00
Jordy Ruiz
ff1ba08a0c
Fix typo
2018-11-27 19:23:00 +01:00
Jordy Ruiz
029b0accbd
Removed DamageInd net event. Moved the server code to the client, using the new Damage net event.
2018-11-27 18:57:17 +01:00
oy
d86165b63c
changed ready character to a checkmark. #1736
2018-11-27 18:09:34 +01:00
oy
a103c0bf3c
Merge pull request #1736 from Dune-jr/feature-smallreadystate
...
Make the ready state indicator a small green star instead of the whole line green
2018-11-27 18:03:01 +01:00
oy
85288248ed
Merge pull request #1737 from LordSk/feature/broadcast2
...
Broadcast visual upgrade
2018-11-27 17:37:52 +01:00
LordSk
44ec214c31
Reverted alpha changes
2018-11-27 17:29:40 +01:00
LordSk
cf4364418d
Round corners
2018-11-27 17:23:36 +01:00
Jordy Ruiz
8ef08b4641
Make the ready state indicator a small green star
2018-11-27 16:44:30 +01:00
LordSk
87e36241d0
Use TextShadowed to render text instead, dynamically scale FontSize depending on line count
2018-11-26 22:16:55 +01:00
oy
d158ab0ff0
Merge pull request #1731 from heinrich5991/pr_various
...
Various fixes
2018-11-26 21:09:23 +01:00
oy
40424ddae8
quick and dirty map reordering routine
2018-11-26 21:08:39 +01:00
heinrich5991
a5a5fe1cc8
Fix thread safety of mem_alloc
and mem_free
...
This works by removing everything from these functions except for the
`malloc` and `free`.
2018-11-26 20:35:37 +01:00
heinrich5991
eb32a492c4
Fix warning about incompatible function pointers
...
This comes at the cost of one allocation per started thread. This should
be okay because we're about to invoke a syscall anyway.
(cherry picked from commit 1b4a16233d
)
2018-11-26 20:35:37 +01:00
heinrich5991
a4bcd6383a
Fix compilation with gcc in debug mode
...
It needs explicit template instantiations for
src/engine/server/server.cpp, for the Ban function.
(cherry picked from commit b8b6808cd5
)
2018-11-26 20:35:37 +01:00
def
0f4b7a6aac
Try to fix secure RNG on Windows
...
(cherry picked from commit 9b27da8e4a
)
2018-11-26 20:35:37 +01:00
heinrich5991
883c28e4d2
Remove the unused import of the deprecated imp module
...
(cherry picked from commit 6fd9bc3d3e
)
2018-11-26 20:35:37 +01:00
heinrich5991
b739536e67
Fix indentation in src/engine/shared/network.h
2018-11-26 20:35:37 +01:00
oy
6e604402ca
Merge pull request #1729 from Sonix-/patch2
...
Update tilesets and graphics (#1222 )
2018-11-26 20:23:32 +01:00
Sonix-
593468a16d
Update tilesets and graphics
...
- Tilesets got updated without borderfix and dilate applied to them
- Desert, Winter and Grass are updated to 0.7 with 1 tile high platforms
- Doubled the resolution for clouds
- Desert got a tiny change in saturation (terrain)
- Added improved mountains.png (thx android) for better continuity
- Added a single tileset for shadows instead of having them in every single tileset
2018-11-26 20:09:35 +01:00
oy
a8e77ef535
Merge pull request #1718 from LordSk/feature/broadcast
...
Server broadcast
2018-11-26 19:25:41 +01:00
oy
72cb5cc4bc
Merge branch 'master' of https://github.com/teeworlds/teeworlds
2018-11-26 19:23:23 +01:00
oy
7536c8823d
removed unused variable
2018-11-26 19:21:29 +01:00
oy
a73a24d240
Merge pull request #1726 from Dune-jr/update-gfx
...
Add individual gametype icons, update server level icons
2018-11-26 19:20:22 +01:00
oy
013ec104c3
fixed typo
2018-11-26 19:19:00 +01:00
oy
aa4476a845
Merge pull request #1695 from Dune-jr/feature-scoreboard2
...
Implement SushiTee's scoreboard
2018-11-26 19:15:34 +01:00
oy
c5ec1d7ce7
added new winter_main tileset
2018-11-26 19:03:02 +01:00
LordSk
a50b99bf4f
ready state green color, increase chat width
2018-11-26 19:01:29 +01:00
LordSk
1756047ff4
Country flags
2018-11-26 19:01:29 +01:00
Jordy Ruiz
89ad2ad3c6
Red team wins and Blue team wins now using %s team wins for localization
2018-11-26 19:01:29 +01:00
Jordy Ruiz
8f41717d43
Fix NumPlayers not counting the right team, add an assert
2018-11-26 19:01:29 +01:00
Jordy Ruiz
71963f7b04
Some code fixes
2018-11-26 19:01:29 +01:00
Jordy Ruiz
98c99ad631
Scoreboard fixes & improvements, moved the scoreboard up, just below the HUD. Improve display of spectators
2018-11-26 19:01:16 +01:00
Jordy Ruiz
8ec70a1bde
Merged scoreboard from #1171
2018-11-26 18:54:49 +01:00
oy
5125cf7dd6
changed default background map to heavens. closes #1566
2018-11-26 18:54:49 +01:00
oy
2f588a158b
blocked non-country flags. closes #1721
2018-11-26 18:54:49 +01:00