Commit graph

3401 commits

Author SHA1 Message Date
oy 18e293ee62 update flag positions after updating the player ones 2018-10-21 10:37:50 +02:00
oy 9d5795fd18 don't play the hurt/hit sound when no damage was taken by an explosion 2018-10-21 10:36:13 +02:00
oy a5b437d301 fixed a problem with the scoreboard 2018-10-20 11:12:52 +02:00
oy fa3496c5a6 fixed a problem with the stored connless packet list 2018-10-20 10:45:23 +02:00
oy e244c2752d
Merge pull request #1527 from nheir/fix_ctf_count
Fix CTF teamscore for initial grabing
2018-10-17 17:04:48 +02:00
oy 635d98ad54
Merge pull request #1528 from fokkonaut/master
remove unused broadcast definition
2018-10-17 17:04:24 +02:00
fokkonaut fa5b444503 remove unused broadcast definition 2018-10-16 21:47:43 +02:00
nheir 156650e047 Fix teamscore for initial grabing 2018-10-16 21:33:11 +02:00
oy a073f066f4
Merge pull request #1513 from Lucki/add_xdg
Add basic XDG support
2018-10-16 19:08:48 +02:00
oy 42ea5b457d
Merge pull request #1525 from jxsl13/patch-1
macOS stuff updated
2018-10-16 18:50:56 +02:00
oy 6c85d5a8e7
Merge pull request #1526 from ChillerDragon/UpgradeCircle2
Upgrade to circleci version 2
2018-10-16 18:50:13 +02:00
ChillerDragon 4fa26b739a Upgrade to circleci version 2 2018-10-15 22:12:47 +02:00
John Behm dd37d55753
macOS stuff updated
Builds with some warnings, but the client is a sole blackscreen for me.
2018-10-15 19:50:36 +02:00
oy 9937b2b478
Merge pull request #1523 from ChillerDragon/Space
Consistent spacing
2018-10-15 18:24:48 +02:00
Chiller Dragon 282e612b69
Consistent spacing 2018-10-15 16:00:51 +02:00
oy ca2210d0b8 fixed some warnings 2018-10-14 19:23:34 +02:00
oy c7e1a2df84 updated map folder 2018-10-14 17:01:50 +02:00
oy 52941d22de added new maps to the standard map list 2018-10-14 16:58:41 +02:00
oy 21b95e140f added an option to skip the start menu 2018-10-14 16:47:36 +02:00
oy fbe0d1636c added the quit button to all menus 2018-10-14 16:27:21 +02:00
oy 61be6defa3 display client id hexadecimal 2018-10-14 16:10:23 +02:00
oy 31a2ef39d0 fixed problem with some config values 2018-10-14 15:30:38 +02:00
oy e54e5afdb3 added new deadtee image by android272 and fixed its rendering 2018-10-14 15:29:56 +02:00
oy 83434941fe fixed some menus 2018-10-14 12:35:21 +02:00
oy a4b000d99a changed game version to 0.7.0 2018-10-14 10:36:18 +02:00
oy 4cd588ee38 provide a client version via the status tool 2018-10-14 10:33:37 +02:00
oy ee253ddf57 fixed a server problem on dbgstress 2018-10-14 10:24:42 +02:00
oy ff6fb5a71b made server/friends browser useable 2018-10-14 09:55:44 +02:00
oy 87b17e2a78
Merge pull request #1519 from Henningstone/pr-ft2-pkgconf
Try using pkg-config for freetype2 as well
2018-10-14 08:14:25 +02:00
Henningstone 9e5435d920 try using pkg-config for freetype2 as well 2018-10-13 22:43:31 +02:00
oy b3981fb74c fixed game info update 2018-10-13 17:12:55 +02:00
oy e451a1d28b removed stateless packets 2018-10-13 14:53:20 +02:00
oy 1db166cd18 changed master server port 2018-10-13 14:45:57 +02:00
oy b580a8dbc6 reverted hook behavior (#1488) 2018-10-13 13:36:25 +02:00
oy 906baa5d2e
Merge pull request #1518 from ZombieToad/patch-1
whisper typo
2018-10-13 08:15:30 +02:00
ZombieToad bff3749844
whisper typo 2018-10-12 22:39:01 +01:00
Lucki 74db619a4e
Add basic XDG support
Fixes #1504
2018-06-08 20:51:48 +02:00
oy 16d5c5234d added "Limit m_NumTimelineMarkers" by def-. (#1507) 2018-01-24 20:33:26 +01:00
oy 9092782254 fixed some line endings 2017-12-11 11:55:59 +01:00
oy 4c437b8a25 added default bind and menu setting for whisper chat mode 2017-12-11 11:55:22 +01:00
oy 548f326bc6 use tab to switch target in whisper chat mode 2017-12-11 11:27:35 +01:00
oy f548838356 merged whispering system by cinaera 2017-12-11 10:52:54 +01:00
oy 2503dfdaec finished skip tile based map loading 2017-12-11 09:50:15 +01:00
heinrich5991 787035a27a added support for saving slightly compressed maps 2017-12-10 21:33:54 +01:00
oy bda625de12 fixed last commit 2017-12-10 19:37:38 +01:00
heinrich5991 f9f8cabc4b Only use WriteConsoleW if the intended output is the console 2017-12-10 19:24:47 +01:00
heinrich5991 2d81b2fc33 Fix compilation on windows
const int wasn't detected as compile-time constant.
2017-12-10 19:24:47 +01:00
heinrich5991 8bcd40fa91 Add unicode support for console output on windows
Hints regarding the unicode support were taken from the libuv project, which
really helped.
2017-12-10 19:24:47 +01:00
oy 03d3fb0c71 cleaned up last commit 2017-12-10 19:04:09 +01:00
Needs c43fa1f34a Make client launchable from the browser given a special link
It's the exact same mechanism than mailto:foo@bar.com links, adapted to
teeworlds.  Such links looks like:

	teeworlds:1.2.3.4:8300
	teeworlds:localhost

Browsers may require extra configuration to be able to open such
links[1].

Once everything is set up, clicking on a link in any webpage will prompt
the user to pick an application to open the link.  Choosing (a
compatible) teeworlds client will open it and automatically connect it
to the given address.

Behind the scene, the browser will run the client with only one
argument: the full address.  Hence it is the same than running the
teeworlds client with the following command line:

	teeworlds "teeworlds:1.2.3.4:8300"

The rational for this change is to allow websites like teerank.com,
teeworlds-stats.info, and others to provide a link to directly connect
to a server.  Also users or webpages could also link a server.

[1]: http://kb.mozillazine.org/Register_protocol
2017-12-10 18:29:19 +01:00