2208 Commits

Author SHA1 Message Date
Shoghi Cervantes
13bf17925f compile.sh now supports cURL client 2014-01-31 00:43:47 +01:00
Shoghi Cervantes
b56a56df2b Merge remote-tracking branch 'origin/master' into Faster-Network 2014-01-30 10:10:20 +01:00
Shoghi Cervantes
7403516aab Added extra machine data to Utils::getUniqueID() 2014-01-30 01:13:58 +01:00
Shoghi Cervantes
7560a5416e Replaced printf with echo 2014-01-30 00:42:10 +01:00
Shoghi Cervantes
eca8fbce30 Fixed undefined index on Slab 2014-01-30 00:42:01 +01:00
Shoghi Cervantes
f7af625407 Well... printf "\n" | 2014-01-30 00:39:32 +01:00
Shoghi Cervantes
e15509c352 Removed Spyc 2014-01-30 00:36:51 +01:00
Shoghi Cervantes
b481c94f45 Added new PHP YAML extension 2014-01-30 00:36:44 +01:00
Shoghi Cervantes
d8f4e88e5d Fixed Entities not being despawned on restart if they were off-limits 2014-01-29 23:53:58 +01:00
Shoghi Cervantes
60bc72c6cb Fixed undefined indexes on cases where plugins did things wrong 2014-01-29 20:41:57 +01:00
Shoghi Cervantes
cd52cb9ae6 Added exec to start.sh 2014-01-29 20:02:16 +01:00
Shoghi Cervantes
eeeb6d42c2 Added --with-mysqli=mysqlnd to compile script 2014-01-29 19:43:26 +01:00
Shoghi Cervantes
e799376559 such fail :S 2014-01-29 19:11:47 +01:00
Shoghi Cervantes
e7aea41f80 More changes ;). Start.sh now supports the new compile path 2014-01-29 19:07:43 +01:00
Shoghi Cervantes
55f4811847 Oops ;) 2014-01-29 18:56:21 +01:00
Shoghi Cervantes
ac2abccf41 Compile all PHP binaries 2014-01-29 18:43:13 +01:00
Shoghi Cervantes
09720a59ec Added Utils::getUniqueID(), returns a machine ID and a even more variable machine ID 2014-01-29 17:07:01 +01:00
Shoghi Cervantes
7e8ae3a1e1 Main source for ticks is in the packet loop, and PHP ticks as a secondary backup one 2014-01-29 16:22:58 +01:00
Shoghi Cervantes
73db6cbb96 Removed BitDeli 2014-01-29 12:43:59 +01:00
Michael Yoo
f2703f5cfb Move BitDeli Badge. 2014-01-29 20:49:53 +10:30
Michael Yoo
0703145155 Merge pull request #1129 from bitdeli-chef/master
Add a Bitdeli Badge to README
2014-01-29 02:18:42 -08:00
Bitdeli Chef
aadef6e2d3 Add a Bitdeli badge to README 2014-01-29 10:20:50 +00:00
Shoghi Cervantes
edd2331b40 Added GCC -pipe and changed optimization to -O2 2014-01-29 03:27:31 +01:00
Shoghi Cervantes
079db8d234 Added option to skip save in ServerAPI::serProperty() 2014-01-29 02:36:21 +01:00
Shoghi Cervantes
c88b1c97b3 Added advanced caching (enable-advanced-cache) 2014-01-29 02:24:02 +01:00
Shoghi Cervantes
b4971abe91 Added base Cache class for integrated caching 2014-01-29 02:23:27 +01:00
Shoghi Cervantes
a297574656 Level::unloadChunk() now uses the saveEnabled property 2014-01-28 21:46:29 +01:00
Shoghi Cervantes
4bcea9b3e5 ¬¬ world 2014-01-28 12:57:46 +01:00
Shoghi Cervantes
0a27783604 Fixed offset calculation 2014-01-28 12:50:53 +01:00
Shoghi Cervantes
9a4bae7d64 Improved crash dumps 2014-01-28 12:50:42 +01:00
Shoghi Cervantes
f8b270e33f such fix. I even made a regular expression to find these 2014-01-28 12:50:24 +01:00
Shoghi Cervantes
1526c6cae9 Fixed "Take this ridiculously retarded IF formatting!" by @sekjun9878 2014-01-28 11:37:29 +01:00
Shoghi Cervantes
4002d3013d More OCD 2014-01-28 11:36:18 +01:00
Shoghi Cervantes
763adb0360 OCD. Blame @sekjun9878 for making me shout in the train 2014-01-28 11:27:55 +01:00
Shoghi Cervantes
439c0e8280 Removed obsolete Java Random 2014-01-28 11:25:12 +01:00
Shoghi Cervantes
4aa7b3eaf8 Allow custom arch. build on compiler 2014-01-27 19:28:29 +01:00
Shoghi Cervantes
cdefcbd72a Fixed #823 /help outputs ansi colors 2014-01-27 18:19:45 +01:00
Shoghi Cervantes
101402fe56 Fixed #854 return not-safe spawn when safe spawn is not available 2014-01-27 18:16:28 +01:00
Shoghi Cervantes
c52f6c9376 Fix #1117 fix 2014-01-27 17:46:41 +01:00
Shoghi Cervantes
76e4bf6d5f Fixed #1117 enforce new pthreads version 2014-01-27 17:41:42 +01:00
Shoghi Cervantes
431c06073d Updated Travis-CI to PHP 5.5.x and pthreads to 0.1.0 2014-01-27 15:22:12 +01:00
Shoghi Cervantes
ac8f2646a7 pthreads 0.1.0 and Thread::kill(). Needs fix 2014-01-27 15:18:20 +01:00
Shoghi Cervantes
b7cf5d08cc Save and send hotbar history 2014-01-27 14:00:53 +01:00
Shoghi Cervantes
624eb93058 Save and send last slot used by player 2014-01-27 04:00:26 +01:00
Shoghi Cervantes
01015d0db3 Fixed #1114 Furnace item duplication cheat 2014-01-27 01:13:59 +01:00
Shoghi Cervantes
f95e8a2c51 Merge pull request #1109 from pemapmodder/master
Include level in $data for event item.drop
2014-01-26 15:36:24 -08:00
williamtdr
d94239771e Merge pull request #1112 from JWhy/patch-2
/op command: Show usage info if no user specified
2014-01-26 11:27:11 -08:00
PEMapModder
49e5d930f1 Level included in data for event item.drop 2014-01-26 20:44:26 +08:00
JWhy
1b227153a9 /op command: Show usage info if no user specified 2014-01-26 13:21:51 +01:00
Shoghi Cervantes
ec70dd476a Updated Korean, Dutch and Chinese set-up wizard translations 2014-01-25 01:15:56 +01:00