1
0
Personal fork of Cuberite
Go to file
faketruth d21e4dacf7 Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!
Disabled Squirrel for Android
cLog now logs to Android LogCat as well
Fixed Lua so it compiles on Android
Removed/commented out exceptions in JsonCpp so it compiles on Android

git-svn-id: http://mc-server.googlecode.com/svn/trunk@741 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-08-15 21:24:11 +00:00
.settings Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
gen/com/mcserver Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
iniFile Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
Install Removed recipes.txt from nightbuild packing list 2012-06-14 17:10:19 +00:00
jni Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
jsoncpp-src-0.5.0 Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
lua-5.1.4 Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
nbt examples Added NBT example dumps for reference 2012-03-07 22:10:36 +00:00
Plugins fixed /tp command 2012-07-13 17:22:58 +00:00
res Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
source Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
squirrel_3_0_1_stable Improved Squirrel Bindings 2012-07-09 15:53:17 +00:00
src/com/mcserver Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
tolua++-1.0.93 Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
VC2008 Fixed warnings in md5 2012-07-29 12:03:04 +00:00
VC2010 Added a new cave generator: DualRidgeCaves ( somewhat like http://www.gamedev.net/blog/33/entry-2227887-more-on-minecraft-type-world-gen/ ) 2012-07-22 18:51:38 +00:00
webadmin Heightmap is properly generated after loading chunks now, so /spawn and /top should work properly again 2012-02-16 15:40:38 +00:00
WebServer Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
zlib-1.2.7 Updated zlib, added chat formatting, fixed upside down stairs and slabs, fixed makefiles, hopefully updated vc project files 2012-06-03 23:35:17 +00:00
.classpath Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
.project Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
AndroidManifest.xml Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
banned.example.ini First attempt at an automated nightbuild script 2012-02-22 09:02:11 +00:00
clean.bat Setting files 2011-10-03 19:39:53 +00:00
COMPILING Makefile cleanup - read COMPILING for details on *nix compilation 2012-02-14 13:50:34 +00:00
crafting.txt Fixed previous commit's recipes and items. 2012-06-05 14:33:47 +00:00
Doxyfile Added the Doxygen configuration file 2012-08-06 19:34:09 +00:00
furnace.txt Setting files 2011-10-03 19:39:53 +00:00
GNUmakefile GNUmakefile: added a profiled build ("make profile=1") 2012-08-07 14:36:45 +00:00
groups.example.ini Added core.build permission to Core. Without this permission players are unable to build 2012-03-19 20:30:24 +00:00
groups.ini Added core.build permission to Core. Without this permission players are unable to build 2012-03-19 20:30:24 +00:00
items.ini Fixed previous commit's recipes and items. 2012-06-05 14:33:47 +00:00
Lua-LICENSE.txt Setting files 2011-10-03 19:39:53 +00:00
makefile_base Fixed some bugs within the squirrel plugin system. 2012-07-10 16:46:15 +00:00
makefile.debug Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 ) 2012-03-09 09:39:48 +00:00
makefile.release Makefile cleanup - read COMPILING for details on *nix compilation 2012-02-14 13:50:34 +00:00
MCServer_high_detail_debug.cmd Install: added the high_detail_debug and medium_detail_debug scripts 2012-03-19 14:13:19 +00:00
MCServer_medium_detail_debug.cmd Install: added the high_detail_debug and medium_detail_debug scripts 2012-03-19 14:13:19 +00:00
MersenneTwister-LICENSE.txt First attempt at an automated nightbuild script 2012-02-22 09:02:11 +00:00
monsters.ini - Implemented Drops from Burning animals 2011-12-28 02:10:05 +00:00
Nightbuild2008.cmd Fixed the nightbuild script for automatic Bindings generation 2012-06-07 21:18:19 +00:00
proguard-project.txt Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
project.properties Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! 2012-08-15 21:24:11 +00:00
settings.example.ini Edited the wrong settings.ini ... 2012-03-04 16:09:09 +00:00
settings.ini The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!! 2012-03-04 14:09:35 +00:00
terrain.ini Setting files 2011-10-03 19:39:53 +00:00
UpdateVersions.cmd Added a recommended post-commit hook script for Windows clients 2012-03-05 16:45:20 +00:00
users.example.ini First attempt at an automated nightbuild script 2012-02-22 09:02:11 +00:00
users.ini Fixed a bug in source/cClientHandle.h 2012-02-04 19:40:48 +00:00
webadmin.example.ini First attempt at an automated nightbuild script 2012-02-22 09:02:11 +00:00
webadmin.ini Setting files 2011-10-03 19:39:53 +00:00
whitelist.example.ini First attempt at an automated nightbuild script 2012-02-22 09:02:11 +00:00