UnknownShadow200
|
d95272f4a7
|
Read saved environment metadata from maps in singleplayer mode.
|
2015-09-05 20:24:54 +10:00 |
|
UnknownShadow200
|
0c7dec86e4
|
Sadly, it turns out that our memory string optimisation procedures corrupted the headp after the GC was run. Turns out because (I might be wrong though) that the GC appears to try to use leftover string space for heap allocations, which sometimes caused random corruptions but mostly crashes as were directly modifying the underlying string length. Fixes #51.
|
2015-09-05 07:36:51 +10:00 |
|
UnknownShadow200
|
1aff357e80
|
Make sure we don't overwrite existing map files when saving, because we permanently lose some of the original map's metadata when the client loads a map.
|
2015-09-01 20:05:53 +10:00 |
|
UnknownShadow200
|
7baf64051f
|
Add proper singleplayer support. Can generate new flatgrass worlds with /client gen, also the client starts singleplayer when no arguments are provided.
|
2015-09-01 17:24:01 +10:00 |
|
UnknownShadow200
|
6ebed77929
|
Add basic singleplayer support. Generates a flatgrass map, but has no support for saving. Partially addresses #40.
|
2015-09-01 06:50:20 +10:00 |
|
UnknownShadow200
|
4e34637a05
|
Minor code cleanup.
|
2015-08-15 13:51:22 +10:00 |
|
UnknownShadow200
|
4cc1e27157
|
Cleanup the solution - move the client's files and folders into their own folder.
|
2015-07-25 06:45:14 +10:00 |
|