bf118d0ed2Modified README for binary release. tobmp now builds binary in bin/ rather than tools/
master
kts
2014-11-21 16:00:22 -0800
e48dd3e6c0Added tobmp as proclib xcode target
kts
2014-11-21 14:50:19 -0800
4d9dd9ad12xcode projects now compile to i386, x86_64, and ppc. Requires 10.5+
kts
2014-11-21 14:20:27 -0800
36db559a2dAdded LGPLv3 licensing, removed unneeded parse.c file, created xcode directory with launcher and proclib projects.
kts
2014-11-21 13:26:14 -0800
d0cc354480Created run_windows.bat, a batch front-end to sdl and main. Fixed up makefiles a bit to aid in building on Windows. Fixed up README.txt and created dox/proclib.txt - an introductory file to proclib. Deleted todo.txt, as it wasn't needed.
kts
2014-11-20 22:08:07 -0800
7bd021c515Fixed various warnings and removed unneeded debugging prints
kts
2014-11-20 19:04:20 -0800
ae513bd48fNeed to rework some of the Linker logic - there are potential areas of breakage. For now, should be ok.
kts
2014-11-20 17:45:07 -0800
bab232d683Hopefully fixed some linking bugs.
kts
2014-11-20 17:39:01 -0800
8f5ee89e81main, tobmp, and sdl compile on Windows now. Added if check for windows to use old random functions. Need to debug some Windows bugs (probably stemming from bad memory access).
kts
2014-11-20 16:21:43 -0800
df41a1d911Fixed make compilation on Linux. Also fixed undeleted source files.
kts
2014-11-20 15:57:07 -0800
60f1ed0a53SDL frontend - use as per main. space/enter regens and links structures, Z only regens structure, and X only link structures. Q quits.
kts
2014-11-20 15:45:05 -0800
e2456d0db8Moved stuff around. Most things work well! In tools there is a fairly shoddy program that creates a BMP from a given structure file and structure - it also has zoom!
kts
2014-11-18 13:25:48 -0800
90a0b3b484Set up much of the base structure for Live Structures and Pathing. At the moment, most of the needed struct(s) and such are created and already inplace - however, some of the live generation needs to be fixed (pointers going to the wrong locations due to object duplication). Once that is in place, pathing should come fairly quickly...
kts
2014-11-17 05:02:00 -0800
00b4a72fd8Initial commit of the procedural generation syntax library - possesses majority of the basic structure generation codebase, but is lacking the pathing portion (keep posted)
kts
2014-11-17 00:12:37 -0800