2012-08-16 22:05:39 +00:00
|
|
|
/.bam
|
2018-11-26 19:47:20 +00:00
|
|
|
/bam
|
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
2013-02-26 20:48:44 +00:00
|
|
|
/build
|
2018-11-26 19:47:20 +00:00
|
|
|
/config.lua
|
|
|
|
/objs
|
2018-11-11 16:31:45 +00:00
|
|
|
/other/*/include
|
2018-11-26 19:47:20 +00:00
|
|
|
/other/*/lib
|
2018-12-25 20:37:06 +00:00
|
|
|
/other/*/linux
|
|
|
|
/other/*/mac
|
|
|
|
/other/*/windows
|
2012-04-26 16:25:04 +00:00
|
|
|
__pycache__/
|
2018-11-26 19:47:20 +00:00
|
|
|
*.dll
|
2012-04-26 16:25:04 +00:00
|
|
|
*.pyc
|
|
|
|
*.pyo
|
|
|
|
scripts/work/
|
2012-08-16 22:05:39 +00:00
|
|
|
/SDL.dll
|
|
|
|
/freetype.dll
|
|
|
|
/autoexec.cfg
|
2015-05-18 19:17:20 +00:00
|
|
|
other/freetype
|
|
|
|
other/sdl
|
2018-10-20 17:51:58 +00:00
|
|
|
_test.exe
|
2018-11-26 19:47:20 +00:00
|
|
|
Info.plist
|
|
|
|
|
|
|
|
crapnet*
|
|
|
|
fake_server*
|
|
|
|
map_resave*
|
|
|
|
map_version*
|
|
|
|
mastersrv*
|
|
|
|
packetgen*
|
|
|
|
teeworlds*
|
|
|
|
teeworlds_srv*
|
|
|
|
versionsrv*
|
|
|
|
|
|
|
|
# CMake
|
|
|
|
data
|
|
|
|
generated
|
|
|
|
|
|
|
|
.ninja_deps
|
|
|
|
.ninja_log
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
CMakeSettings*
|
|
|
|
CPackConfig.cmake
|
|
|
|
CPackSourceConfig.cmake
|
|
|
|
Debug
|
|
|
|
Makefile
|
|
|
|
Release
|
|
|
|
_CPack_Packages/
|
|
|
|
build.ninja
|
|
|
|
cmake_install.cmake
|
|
|
|
install_manifest.txt
|
|
|
|
pack_*/
|
|
|
|
rules.ninja
|