Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
7345985
made 0.6.3 release
oy Nov 20, 2014
bdd4b8c
fixed compiling using visual studio 2013 by renaming the round function
Dec 9, 2013
cd57193
fix network hash which was changed by a renamed function in gamecore
fstd Jan 18, 2015
3c921d8
Updated translation files
oy Mar 9, 2015
e84cfce
added norwegian translation update by MertenNor
oy Mar 10, 2015
27a6b6b
updated zlib to 1.2.8
oy Mar 10, 2015
f2990a2
Update romanian.txt
kneekoo Mar 12, 2015
6ec9a36
Merge pull request #1328 from kneekoo/patch-5
oy Mar 12, 2015
a7548d5
added kyrgyz translation update by Milkstr
oy Mar 14, 2015
8af77b6
made server info requests more strict
oy Mar 17, 2015
7c43b76
separated connless packet handling and use random port for client's s…
oy Mar 18, 2015
f457b58
force vital check on essential cl/srv messages and added additional s…
oy Mar 19, 2015
57b4aa7
added Chuvash language by Watz
oy Mar 22, 2015
6b35173
made 0.6.4 release
oy Mar 22, 2015
ae2719d
first try
jxsl13 Apr 6, 2015
2292156
Update german.txt
jxsl13 Apr 6, 2015
bf4c2e9
Update german.txt
jxsl13 Apr 6, 2015
85b831b
Update german.txt
jxsl13 Apr 12, 2015
6dac099
Update german.txt
jxsl13 Apr 14, 2015
52e1b97
Update german.txt
jxsl13 Apr 14, 2015
12b7298
Merge pull request #1336 from jxsl13/patch-1
oy Apr 15, 2015
6bcbd62
Update French translations
getkey Apr 20, 2015
cdf3554
Update French translation
getkey Apr 21, 2015
daf56f5
added Russian language update by _nik1_
oy Apr 24, 2015
9575796
Merge pull request #1338 from Getkey/fr_i18n
oy Apr 24, 2015
4d2233f
added Belarusian language update by _nik1_
oy May 9, 2015
a68f33c
Merge branch '0.6' of https://github.com/teeworlds/teeworlds into 0.6
oy May 9, 2015
051ef89
added Dutch language update by Dr.Dre
oy May 20, 2015
186fdff
Update brazilian_portuguese.txt
May 15, 2015
0e00575
added Sakha language update by yavl
oy May 20, 2015
eb33a45
updated copyright to 2015
oy May 20, 2015
9e63a7f
added Bulgarian language update by Lyubomir Vasilev
oy Jun 25, 2015
46f8f04
added Italian language update by SantX
oy Jul 2, 2015
2057808
let the client check if a connection is still established and for the…
oy Jul 2, 2015
3363214
added Spanish language update by CytraL
oy Jul 5, 2015
a910084
fixed wrong types within vector constructors. Closes #1371
oy Jul 5, 2015
c46173e
skip duplicate error string. Closes #1339
oy Jul 5, 2015
4b8dffa
check for valid codevalue range on utf8 decoding
oy Jul 5, 2015
205dbce
made utf8 decoding check for valid continuation bytes. Closes #1373
oy Jul 13, 2015
56e366a
added unpause countdown. Closes #1365
oy Jul 13, 2015
7451ca5
fixed frozen input when leaving a server with active chat
oy Jul 26, 2015
c8cecdc
Fixed econ clients don't get dropped when banned
Aug 22, 2015
eb3a52e
fixed quick rejoin check for localhosts. Closes #1140
oy Jan 18, 2015
acfb33e
fixed a possible crash within snapshot handling and some misspellings…
oy Aug 23, 2015
bc24cb1
fixed mouse lock in the editor. Closes #1383
oy Aug 25, 2015
4bcc0c6
removed the extra projectile. #1381
oy Aug 25, 2015
3f8747e
updated sdl and freetype to the latest versions
oy Aug 25, 2015
0c09424
Added missing files
oy Aug 29, 2015
640f602
Fix typo in vector2_base division operator
Feb 5, 2014
1b2a91f
By default sort by player count.
Allu2 Sep 6, 2015
f17ccbf
fixed ambiguous else statement
east Oct 9, 2015
093c1f1
Fix walking animation
heinrich5991 Mar 22, 2014
7dd463d
Don't send uninitialized memory over the network
heinrich5991 May 23, 2016
4ba1af2
fix compiling of 0.6 for mac osx
H-M-H Nov 11, 2015
52053d0
fixed some warnings
oy Jun 13, 2016
fc9c9d6
updated year
oy Jun 13, 2016
62a4bd8
fixed mistake in listbox code # 1463
oy Jun 13, 2016
3e1d022
Updated romanian.txt
kneekoo Sep 5, 2016
ff25472
added some checks to snap handling
oy Nov 4, 2016
7dbf885
Merge tag '0.6.4-release' into 0.6.4
M0REKZ Sep 9, 2025
5d8e326
fix building
M0REKZ Sep 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function build(settings)
settings.cc.Output = Intermediate_Output

if config.compiler.driver == "cl" then
settings.cc.flags:Add("/wd4244")
settings.cc.flags:Add("/wd4244", "/wd4577")
else
settings.cc.flags:Add("-Wall", "-fno-exceptions")
if family == "windows" then
Expand Down
8 changes: 8 additions & 0 deletions data/languages/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ bulgarian
== Български
== 100

chuvash
== Чăвашла
== 643

czech
== Česky
== 203
Expand Down Expand Up @@ -72,6 +76,10 @@ russian
== Русский
== 643

sakha
== Саха тыла
== 643

serbian
== Srpski
== 688
Expand Down
Loading
Loading