Commit graph

58 commits

Author SHA1 Message Date
heinrich5991 63d17483d2 Add automatic dependency download to CMake for Windows 2019-02-03 11:25:24 +01:00
oy aa524d10b6 improved the windows dependency downloading a bit 2019-01-05 23:25:15 +01:00
Chiller Dragon 3e19fee64d
Remove space xd 2019-01-04 22:07:35 +01:00
oy 02e716f509
Merge branch 'master' into pr_cmake 2019-01-02 19:31:36 +01:00
oy a62048e641 fixed dependency downloading on windows 2018-12-30 19:39:24 +01:00
oy a86c661651
Merge branch 'master' into pr-downloader 2018-12-30 17:48:36 +01:00
heinrich5991 d2e39d2f50 Add CMake
(cherry picked from commit ee2afdac33)
2018-12-25 21:54:26 +01:00
Jordy Ruiz e8d39f9ee8 Add -msse2 flag for linux x86 compilation 2018-12-12 10:49:14 +01:00
oy 6febd33997 fixed data dir detection on macos 2018-12-03 10:37:26 +01:00
oy c0efc8b3ea fixed a dependency problem with the protocol 2018-12-02 11:34:26 +01:00
oy 914ad8e2f7 fixed some arch checks on windows 2018-10-21 11:33:29 +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 4b164b6dfe fixed compiler settings 2017-10-03 19:01:27 +02:00
oy 0df247a925 fixed compiling on macosx. raising minimum version to 10.6 as required by sdl 2017-09-11 18:57:17 +02:00
oy e92f729cc9 fixed compiling on raspberry pi. (#1497) 2017-09-11 15:51:07 +00:00
Alexandre Díaz b7fa16eac0 Bam Script 2017-08-25 13:26:18 +02:00
oy 0a8ce055cd removed old sdlmain code. Closes #1475 2016-09-13 21:42:28 +02:00
m!nus d6f3cc1592 updated build files for bam 0.5
changes makes them incompatible with bam 0.4
2016-06-25 18:09:42 +02:00
heinrich5991 903878f4a2 Add platform-independent secure random number generator 2016-06-17 09:49:05 +02:00
oy 2460ddf12a skip some warnings with cl 2015-12-22 18:33:08 +01:00
minus c28290ad7f fixed build on FreeBSD
and possibly others by using the Linux settings by default.
2015-11-06 21:33:24 +01:00
heinrich5991 16f2899e3f Finished CNetTokenCache
Added basic support for mastersrv

Conflicts:
	bam.lua
	src/engine/shared/network_client.cpp
2015-09-03 18:41:32 +02:00
heinrich5991 058dc8d1ba added md5 library to teeworlds
Conflicts:
	bam.lua
2015-09-03 18:12:59 +02:00
oy 16d201517e fixed warnings with mingw 2015-08-30 16:57:13 +02:00
Henningstone a1f9f1c8e0 Fix autodownload in bam.lua and download.py 2015-05-21 18:04:28 +02:00
heinrich5991 3da60b89f2 Use Python's argparse and only run download.py on Windows 2015-05-19 20:12:53 +02:00
Henningstone e21cab322f Fixup download.py and integrate into bam.lua 2015-05-19 16:50:28 +02:00
BeaR 48b682fb16 Fix content build of wavfiles 2015-01-24 17:47:33 +01:00
oy c4f62069e4 fixed last commit 2015-01-18 19:01:14 +01:00
oy 8ac9ec794e moved content and added data creation to the build 2015-01-18 18:44:11 +01:00
oy 4b41440f6b fixed building with mingw 2014-06-21 19:59:43 +02:00
m!nus 71bce2c499 added clang support 2014-04-26 16:30:44 +02:00
m!nus 688c42f525 fix compiler warnings
from 191feb618f
2014-03-23 12:15:09 +01:00
m!nus 3769568d53 rewrote bam.lua to be cleaner
bam invocation changed: bam compiler=[cl,gcc] arch=[x86,x86_64,ppc,ppc64] conf=[release,debug] [game,server,client,masterserver,versionserver,tools]
using pkg-config for SDL instead of sdl-config if available because of crosscompiling issues
by default binaries will only built for the current architecture on Mac OS X now, like on all other systems
2014-03-23 11:47:35 +01:00
oy 191feb618f fixed compiler warnings 2014-02-27 19:52:41 +01:00
oy d39cdb9468 use json format within the language index file 2012-12-17 00:05:43 +01:00
oy 3102907b54 added a check for ppc building on mac os x. Closes #1006 2012-10-07 15:35:33 +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 30f02092c9 fixed some targets within mac building 2012-06-10 12:22:40 +02:00
oy d7089ea76a fixed compiler warnings for gcc on windows 2012-01-08 00:01:34 +01:00
Krzysztof Socha 1fb4ead61a added x86_64 mac support to bam.lua 2011-12-10 18:12:58 +01:00
oy f12095fb51 fixed win64 building 2011-12-04 22:28:58 +01:00
Ian Wilson 5dd2d189ad Fixes for compiling with Solaris kernel.
Fixed typo in CONF_PLATFORM_SOLARIS. Made sure that we don't try to use
the gcc endianness for Solaris. Included sys/filio.h for Solaris so that
FIONBIO is defined. Added linking flags -lsocket and -lnsl for Solaris
in bam.
2011-09-12 00:16:31 +02:00
oy 244d2bab3c fixed compiler setting. Closes #272 2011-08-19 00:10:58 +02:00
Choupom 7f15b3ac57 fixed several stuffs 2011-05-03 19:25:11 +02:00
oy 06115dd49d added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
GreYFoX 312e36ff04 Added Missing Server Icon 2011-03-31 23:12:07 +02:00
Choupom e9ab42795a refactored dilate 2011-03-31 22:58:06 +02:00
oy 147095fc07 added update to version 2.4.4 and dynamic library for freetype by Sworddragon. Closes #77. Closes #513 2011-03-27 13:09:10 +02:00
oy 369e22cd4e fixed mac building 2010-12-12 01:08:58 +01:00