oy
|
bd6705bd74
|
fixed last commit
|
2012-07-15 10:52:38 +02:00 |
|
SushiTee
|
fcabed11b4
|
started writing map background in menu
|
2012-07-15 10:50:05 +02:00 |
|
oy
|
b52144fef8
|
fixed missing messages when net connection closes
|
2012-07-08 18:37:32 +02:00 |
|
oy
|
9147623ad4
|
fixed some memory leaks in the map editor
|
2012-07-08 13:13:21 +02:00 |
|
oy
|
ecf99fbcb4
|
added some missing file handle closures
|
2012-07-08 12:03:42 +02:00 |
|
oy
|
e4e3ba96d3
|
added command to force team balance
|
2012-07-08 11:54:36 +02:00 |
|
oy
|
0fcaa459ab
|
limit characters within player names to ascii range to prevent utf8 impersonating
|
2012-07-08 11:40:23 +02:00 |
|
oy
|
a7992085b8
|
cleaned up pure gametype/map check in the server browser and made pure gametypes 'more equal'
|
2012-07-07 18:35:08 +02:00 |
|
oy
|
d21dc93b62
|
fixed last commit (keep original calling convention)
|
2012-07-07 12:26:25 +02:00 |
|
Sworddragon
|
1b20ac3be4
|
Minor script cleanup
|
2012-07-07 12:02:45 +02:00 |
|
BeaR
|
8372849cba
|
#913
Fix Input Handling
|
2012-07-07 11:30:04 +02:00 |
|
oy
|
c059c09bbd
|
added more case insensitive ordering by cinaera
|
2012-07-06 19:32:40 +02:00 |
|
BeaR
|
c155313165
|
-Insensitive ordering(Serverbrowser)
-Better shuffling and small deletion
|
2012-07-06 18:51:15 +02:00 |
|
oy
|
a29b253c23
|
Merge pull request #971 from heinrich5991/feature_borderless
Borderless window as output
|
2012-06-28 10:55:33 -07:00 |
|
heinrich5991
|
121f3b61b3
|
Removed useless enum
|
2012-06-27 11:47:31 +02:00 |
|
heinrich5991
|
75d97810bb
|
Added borderless window functionality
This might become handy for users with multiple monitors,
might resolve other issues aswell
|
2012-06-27 11:46:11 +02:00 |
|
oy
|
d2cde0a938
|
Merge pull request #970 from SushiTee/some_things
button to center pivot, centered pivot for default background, case insensitve filename sorting
|
2012-06-16 08:49:00 -07:00 |
|
SushiTee
|
3e5b19782d
|
center pivot for default background quad
|
2012-06-13 17:26:50 +02:00 |
|
SushiTee
|
082f876786
|
button to center the pivot for quads
|
2012-06-13 17:25:42 +02:00 |
|
SushiTee
|
da90a1a4bc
|
sorting filenames case insensitive (at least ANSI strings)
|
2012-06-13 17:07:27 +02:00 |
|
oy
|
b76842a92f
|
made building tw with the SDK of the minimum mac os x version a config option. #964
|
2012-06-10 19:56:23 +02:00 |
|
oy
|
95faa73ee7
|
switched filenames of highlight and client chat message to prevent some misunderstanding there. #966
|
2012-06-10 13:30:25 +02:00 |
|
oy
|
ec8484272c
|
made the client not play the chat sound for empty chat messages. Closes #967
|
2012-06-10 13:07:31 +02:00 |
|
oy
|
30f02092c9
|
fixed some targets within mac building
|
2012-06-10 12:22:40 +02:00 |
|
oy
|
c16c4ee4d9
|
fixed semaphore on macosx
|
2012-06-10 12:14:41 +02:00 |
|
oy
|
0ef72767d8
|
fixed banning on the master server
|
2012-05-12 12:13:09 +02:00 |
|
oy
|
8869555a24
|
Merge branch 'master' of github.com:teeworlds/teeworlds
|
2012-04-22 13:44:54 +02:00 |
|
oy
|
ac8c9b464e
|
removed a duplicate server register message. Closes #956
|
2012-04-22 13:43:02 +02:00 |
|
oy
|
e5293620f4
|
fixed resetting the error string of a net connection. Closes #954
|
2012-04-21 18:20:41 +02:00 |
|
oy
|
d9fe52eea6
|
Merge pull request #952 from Sworddragon/master
Fixed getting the correct filename
|
2012-04-21 09:02:33 -07:00 |
|
Sworddragon
|
30bee5c7a7
|
Fixed getting the correct filename
|
2012-04-21 16:45:47 +02:00 |
|
oy
|
6f79a0562b
|
fixed wrapping problems when rendering console input
|
2012-04-21 00:23:48 +02:00 |
|
oy
|
bcc1f4aef0
|
fixed a compiler error and some warnings
|
2012-04-20 23:40:02 +02:00 |
|
oy
|
8e293d0e63
|
fixed ban range check to make sure the whole ip matches and not just rely on the hash. Closes #946
|
2012-04-20 22:20:11 +02:00 |
|
oy
|
a953fd5e3b
|
fixed wrong map download speed when switching to the editor while downloading. Closes #951
|
2012-04-20 22:11:41 +02:00 |
|
oy
|
18c56bca43
|
count spectators in the server browser when 'count players only'-filter is disabled
|
2012-04-20 21:50:25 +02:00 |
|
oy
|
f09d4a19e1
|
prevent that the main tabs in the menu can be misused as refresh buttons
|
2012-04-20 21:45:33 +02:00 |
|
oy
|
ea876df455
|
prevent that the server uses close messages from clients. Closes #950
|
2012-04-20 21:39:49 +02:00 |
|
oy
|
635dc7cda1
|
prevent that you can play the music ingame. Closes #947
|
2012-04-20 01:50:16 +02:00 |
|
oy
|
b8d8859cfc
|
abort 'ban vote' when player was banned and 'move to spec' vote when player joins the spectators
|
2012-04-20 01:22:52 +02:00 |
|
oy
|
900472f0a9
|
fixed that client displays active vote after connecting to a server
|
2012-04-20 01:13:51 +02:00 |
|
oy
|
1d4d641210
|
increased time for client info resend to prevent possible overlap
|
2012-04-20 01:11:32 +02:00 |
|
oy
|
fa784a9b85
|
limit the number of chat messages a player can queue to 3
|
2012-04-20 01:09:49 +02:00 |
|
oy
|
49ac19c352
|
skip auto screenshot when the editor is active. #931
|
2012-04-20 01:04:12 +02:00 |
|
oy
|
01d771b6ec
|
Merge pull request #949 from GreYFoX/oy_pullreq1
Cleaned some whitespace problems
|
2012-04-19 16:01:39 -07:00 |
|
oy
|
bfbd6995e3
|
fixed download speed setting
|
2012-04-20 00:52:46 +02:00 |
|
oy
|
cd88e5e66c
|
fixed updating the dead spec mode when followed player dies
|
2012-04-20 00:29:23 +02:00 |
|
oy
|
a84c052465
|
added dead tee placeholder
|
2012-04-20 00:09:05 +02:00 |
|
Shereef Marzouk
|
d2286fe190
|
Cleaned some whitespace problems
|
2012-04-12 01:05:12 +02:00 |
|
oy
|
314978a87f
|
fixed used nettype in server browser and try to use ipv4 and ipv6 socket when using a bindaddr. Closes #940
|
2012-03-04 12:47:16 +01:00 |
|