LordSk
05c2af908a
Display a whisper icon
2018-11-22 14:20:43 +01:00
LordSk
0bf36fbbe5
Added TargetID in Sv_Chat for whispers
2018-11-22 14:20:42 +01:00
oy
4584c16935
added the possibility to have silent enter/leave messages. closes #1539
2018-11-19 16:12:54 +01:00
Jordy Ruiz
03a90a4dd1
Added arrows.png; updated the browser sidebar button ( #1670 10/10)
2018-11-18 00:17:38 +01:00
LordSk
7d3e320d18
Draw ninja bar
2018-11-11 19:54:49 +01:00
Jordy Ruiz
5a615d7081
Update subprojects commit id
2018-11-11 15:06:03 +01:00
oy
8e912f932e
reverted pistol offset #1013
2018-11-09 19:38:58 +01:00
oy
c96c804dd4
Merge pull request #1620 from Zatline/feature-gametiles
...
Refined game.png, tee eyes fix, new menu cursor
2018-11-09 19:31:13 +01:00
Cedric Dipp
1ea887698e
refined eyes
2018-11-09 07:38:53 +01:00
Cedric Dipp
a5105264ff
fully refined, pixel perfect game.png
...
- pixel alignment
- commit 180a5b8491
- ninja countdown bar for hud added
- lowered handgun, shorten grip adressing #1013
2018-11-09 07:11:43 +01:00
oy
d3553d5f2f
started on reworking the server browser
2018-11-07 19:36:35 +01:00
Cedric Dipp
8e967f9dd3
Add files via upload
2018-11-07 06:59:34 +01:00
Cedric Dipp
43a0e135ce
refreshed gui_cursor, fixing cursor offset #1609
2018-11-07 06:55:25 +01:00
Cedric Dipp
609544babf
@ commit 559ac23e9a
...
hotfix! accidental rendered the image double the size as necessary
2018-11-07 06:42:43 +01:00
Cedric Dipp
559ac23e9a
fix to "happy eyes and pain eyes look weird" #1534
2018-11-07 06:06:11 +01:00
Fisico
b07654bbd9
Doubled resolution for desert sun, moon, snow, stars and sun.
...
No dilate or borderfix applied
2018-11-03 20:51:06 +01:00
Cedric Dipp
180a5b8491
New health and armor UI icons #1581
2018-11-02 03:57:17 +01:00
nheir
1c3607d9bd
Fix unset network error message
...
A malicious server can make crash a client on debug (and it seems the reverse is possible but I couldn't reproduce)
2018-10-27 15:54:06 +02:00
oy
c7e1a2df84
updated map folder
2018-10-14 17:01:50 +02:00
oy
e54e5afdb3
added new deadtee image by android272 and fixed its rendering
2018-10-14 15:29:56 +02:00
oy
ff6fb5a71b
made server/friends browser useable
2018-10-14 09:55:44 +02:00
oy
b580a8dbc6
reverted hook behavior ( #1488 )
2018-10-13 13:36:25 +02:00
oy
f548838356
merged whispering system by cinaera
2017-12-11 10:52:54 +01:00
oy
bcd63f9f51
added missing iso code for Palestinian flag
2017-12-10 18:18:58 +01:00
ECHCHOUIK Yassine
fc337b6460
Fix for #1042 . add palestinian flag
2017-12-10 15:54:45 +01:00
oy
5e5218a88d
fixed last commit
2017-10-07 20:43:35 +02:00
Zwelf
85b2f98d71
Improved spectator mode closes #1367
...
- follow flag
- click a player/a flag to follow in world-free mode
- click to go into the world-free mode while follow-mode
2017-10-04 21:04:22 +02:00
oy
4a7db945c0
fixed font loading message and updated submodules
2017-03-15 12:26:12 +01:00
oy
85b4cfd245
Added ids to names in the gui, removed ascii name restriction and fixed kick/spectate vote description
2016-06-26 18:28:33 +02:00
oy
b84d6df438
fixed some warnings
2016-04-05 08:57:03 +02:00
oy
36f10ecd52
changed marking of the ninja skin. Closes #1422
2015-10-31 10:16:14 +01:00
oy
821e4316c6
fixed size of m_aTuneParams. Closes #1420
2015-10-29 19:03:03 +01:00
oy
539265f3d9
fixed last commits
2015-10-27 18:19:37 +01:00
KillaBilla
9f1c0590f1
separate netmsg failures from netobj failures, count latter ones
...
Conflicts:
datasrc/compile.py
2015-10-27 18:13:22 +01:00
KillaBilla
4e5d713f75
fixed #1211 : netobjs containing integers and flags out of range are discarded
...
Conflicts:
datasrc/compile.py
2015-10-27 18:12:06 +01:00
BeaR
a2cb7d339a
Mark some return values as const
2015-01-24 18:19:38 +01:00
BeaR
a929a99fd9
Refactoring: Mark several functions as 'const', fix some return values and cleanup mapinfo struct
2015-01-24 18:19:24 +01:00
oy
8ac9ec794e
moved content and added data creation to the build
2015-01-18 18:44:11 +01:00
oy
8178302e02
Merge pull request #1149 from Speedy-Consoles/weapon_cleanup
...
weapon code cleanup
2014-06-22 13:29:19 +02:00
oy
5eee57f1e7
changed tattoos to markings. Closes #1131
2014-06-22 12:53:22 +02:00
oy
d2379124d5
improved chat msg spam protection
2013-11-25 20:06:19 +01:00
Speedy Consoles
ee2d53b411
using weapon damage for explosion damage
...
removed unused nodamage parameter in CreateExplosion
took projectile damage for explosion maxdamage
replaced some 0s by false as it should be
2013-09-14 22:46:48 +02:00
Speedy Consoles
c9bdc32fc0
cleaned up weapon value locations
...
removed laser damage tuning
added explosion values in content.py
made explosion force independent from damage
linked all weapon damage values to content.py
linked all weapon max ammo values to content.py
stopped regenerating infinite ammo
removed m_Ammocost in CCharacter
2013-09-14 21:33:52 +02:00
oy
295eac63eb
added alternative HSL picker. Closes #1029
2012-12-23 00:27:53 +01:00
oy
b99368e3d7
removed hookdir from snapshot data
2012-12-15 16:13:49 +01:00
SushiTee
c0f70eddc4
changed server browser
2012-10-21 19:59:20 +02:00
SushiTee
20cfbfe3a7
Merge branch 'master' of git://github.com/teeworlds/teeworlds
...
Conflicts:
src/game/client/components/menus_ingame.cpp
2012-10-09 13:08:01 +02:00
SushiTee
c74637ae6d
began to rewrite server browser and ingame menu
2012-10-09 12:44:47 +02:00
SushiTee
8d427bea39
started working on server browser
2012-08-26 21:15:48 +02:00
oy
cb9d6032ff
Merge branch 'master' of https://github.com/SushiTee/teeworlds
2012-08-19 15:48:34 +02:00