madmaxoft
|
455d33963f
|
Re-added the cWorld:GetSignLines() to the API.
Somehow this got lost somewhere.
|
2013-10-13 14:13:15 +02:00 |
|
madmaxoft
|
33e1ba4240
|
Added 1.7 biome constants.
|
2013-10-12 23:49:55 +02:00 |
|
Samuel Barney
|
25c5df0e05
|
Fix: Wrong arg name
|
2013-10-12 14:52:51 -06:00 |
|
Mattes D
|
3f09294e93
|
Merge pull request #224 from tonibm19/patch-7
Added Horses, Blazes and EnderDragons spawning.
|
2013-10-12 13:33:31 -07:00 |
|
madmaxoft
|
0352e45898
|
Fixed and exported cWorld:QueueTask().
This implements #220.
|
2013-10-12 22:24:59 +02:00 |
|
tonibm19
|
bfbc381e1d
|
Added more ghast spawning probability
|
2013-10-12 20:26:57 +02:00 |
|
tonibm19
|
c28d3d7771
|
Added extra line
|
2013-10-12 20:21:28 +02:00 |
|
tonibm19
|
d86facc2bf
|
Mob spawning changes
Added EnderDragon, Blaze and Horse spawning.
|
2013-10-12 20:18:35 +02:00 |
|
madmaxoft
|
420e164ea6
|
Fixed second logger constructor.
|
2013-10-12 11:26:42 +02:00 |
|
madmaxoft
|
a9e70c84b5
|
CompoGen and HeiGen read their settings in their respective Initialize() functions.
|
2013-10-11 10:18:01 +02:00 |
|
madmaxoft
|
47b64b63fa
|
Added GetIniItemSet() function.
It reads a block / item description from the specified INI file value and returns as cItem; stores and uses the default if value doesn't exist.
|
2013-10-11 10:12:36 +02:00 |
|
madmaxoft
|
85eb85dbf9
|
Generator: Renamed cBiomeGenerator's Initialize() to InitializeBiomeGen().
This will allow initializing generators that implement both cBiomeGenerator and other generators.
|
2013-10-10 15:49:24 +02:00 |
|
madmaxoft
|
76d056e5f7
|
Fixed cFile::CopyFile Linux compilation.
|
2013-10-09 14:19:14 +02:00 |
|
madmaxoft
|
9fc35514e6
|
APIDump: Documented the new cFile API functions.
|
2013-10-09 11:31:38 +02:00 |
|
madmaxoft
|
55999ee118
|
Moved cMakeDir::MakeDir to cFile::CreateFolder.
And exported to Lua.
|
2013-10-09 09:57:48 +02:00 |
|
madmaxoft
|
2ff882f239
|
Added static cFile functions to Lua API.
|
2013-10-09 09:38:47 +02:00 |
|
madmaxoft
|
36f24e30b7
|
Fixed warning in cFireSimulator.
All code paths now have a return value.
|
2013-10-09 09:09:47 +02:00 |
|
madmaxoft
|
a120507be0
|
Implemented the two memory-statistics functions in cRoot.
This fixes #185. cWebAdmin::GetMemoryUsage() is accessible but deprecated (with a warning output to the screen).
|
2013-10-08 20:12:34 +02:00 |
|
madmaxoft
|
a4cbe9fbb1
|
Cleaned up cEntity's enums.
Several were obsoleted and unused, others weren't supposed to be exported to the Lua API.
|
2013-10-08 19:49:33 +02:00 |
|
Mattes D
|
e3ba3b8f97
|
Merge pull request #208 from mc-server/NewWebServer
New web server
|
2013-10-07 13:19:14 -07:00 |
|
madmaxoft
|
68605b6dce
|
Fixed startup timings on server restart.
|
2013-10-07 10:46:35 +02:00 |
|
madmaxoft
|
4c4475f3b5
|
Fixed authenticator thread restart.
This fixes #209.
|
2013-10-07 10:46:34 +02:00 |
|
madmaxoft
|
d8dfa8cd88
|
Plugin folders now check for "." and "..".
This fixes #207.
|
2013-10-06 16:58:19 +02:00 |
|
madmaxoft
|
f55b77a98a
|
Fixed memory leaks in the HTTP framework
|
2013-10-06 16:40:28 +02:00 |
|
madmaxoft
|
4bf596a586
|
cListenThread: Fixed thread termination.
|
2013-10-06 16:18:15 +02:00 |
|
madmaxoft
|
d147935853
|
Added proper shutdown to HTTPServer.
|
2013-10-06 15:44:40 +02:00 |
|
madmaxoft
|
dabbf24f58
|
Merge branch 'master' into NewWebServer
This should simplify merging
|
2013-10-06 15:44:14 +02:00 |
|
madmaxoft
|
fe582b69d5
|
Removed remnants of the old webserver.
|
2013-10-06 14:38:10 +02:00 |
|
madmaxoft
|
b5c90d7b20
|
WebAdmin uses the new HTTP functionality.
This is a partial implementation of #183.
|
2013-10-05 23:08:16 +02:00 |
|
madmaxoft
|
20d07a683f
|
Fixed Base64Decode() returning wrong value.
|
2013-10-05 21:52:45 +02:00 |
|
madmaxoft
|
2b8bddbdc3
|
cHTTPConnection sends Content-Length with HTTP errors, too.
|
2013-10-05 21:52:14 +02:00 |
|
madmaxoft
|
db3d83b38d
|
Added Basic auth support to cHTTPRequest.
|
2013-10-04 20:28:30 +02:00 |
|
madmaxoft
|
1012fd82fd
|
HTTP Server can now parse multipart/form-data forms; better architecture.
|
2013-10-04 13:13:34 +02:00 |
|
madmaxoft
|
9a33732f6a
|
Fixed MultiPartParser's boundary parsing.
|
2013-10-04 13:10:30 +02:00 |
|
madmaxoft
|
d8229a5531
|
Added cEnvelopeParser and cMultipartParser.
|
2013-10-04 13:10:30 +02:00 |
|
madmaxoft
|
58f5ac84ab
|
Added cNameValueParser.
|
2013-10-04 13:10:30 +02:00 |
|
madmaxoft
|
e31343297e
|
Added StrToLower(), URLDecode() and ReplaceAllCharOccurrences().
|
2013-10-04 13:10:29 +02:00 |
|
madmaxoft
|
8fb80b6369
|
Optimized cBlockFarmlandHandler in wet weather.
The area isn't read at all when the weather is wet, since it isn't needed.
|
2013-10-04 08:39:59 +02:00 |
|
madmaxoft
|
dcea29ec30
|
Added cWorld::IsWeatherXXX() functions
|
2013-10-04 08:38:38 +02:00 |
|
Samuel Barney
|
d1448d12a0
|
Added comparison for desert biomes.
|
2013-10-03 21:39:07 -06:00 |
|
Samuel Barney
|
0e1e76fa77
|
Rain now waters farmland.
|
2013-10-03 21:35:17 -06:00 |
|
Samuel Barney
|
523c6b4b94
|
Merge branch 'master' of https://github.com/mc-server/MCServer
|
2013-10-01 17:48:06 -06:00 |
|
Samuel Barney
|
2855a330d4
|
Added glass pane as transparent. Removed excess g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE].
|
2013-10-01 11:48:07 -06:00 |
|
Mattes D
|
ba8152608f
|
Merge pull request #193 from tigerw/bugfixes
Startup messages revision.
|
2013-10-01 02:40:13 -07:00 |
|
Mattes D
|
d7fa9c9ff2
|
Merge pull request #199 from tigerw/moar-bugfixes
Fixed a fire simulator bug
|
2013-10-01 02:38:48 -07:00 |
|
Tiger Wang
|
20902e125c
|
Removed unneeded statement
Also LOGINFO'd "Starting WebAdmin"
|
2013-09-30 21:17:52 +01:00 |
|
Tiger Wang
|
c4750ef003
|
Fixed issues
|
2013-09-30 21:15:48 +01:00 |
|
Tiger Wang
|
ab34da78e7
|
Fixed a fire simulator bug
Fire now doesn't stay when it isn't on a flammable block.
Fixes the "fire creates chandeliers" bug in report #131
|
2013-09-29 23:39:58 +01:00 |
|
Tiger Wang
|
9c7cfd29ad
|
Improvements to startup timer
As suggested by xoft. Also reverted changes of displayed protocol
version.
|
2013-09-29 21:37:50 +01:00 |
|
madmaxoft
|
bb0fb0aa30
|
Improved the HTTPFormParser code.
No change to the functionality.
|
2013-09-28 23:02:16 +02:00 |
|