summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Lua API, not LUA Api.Petr Mrázek2012-09-301-1/+1
|
* Put HTML back.Petr Mrázek2012-09-301-20/+20
|
* The usual derp with files not added: Contributors.rstPetr Mrázek2012-09-301-1/+1
|
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-5/+6
|
* Generate html documentation as part of the normal build.Petr Mrázek2012-09-291-1/+20
|
* Purge html files, add docutils cmake modulePetr Mrázek2012-09-291-0/+1
|
* Add experimental support for interposing vmethods of known classes.Alexander Gavrilov2012-08-171-0/+3
| | | | | The hairiest bit is the abuse of compiler-specific pointer-to-member internals in order to provide more or less transparent API.
* Remove build-time dependency on SDLTimothy Collett2012-06-141-3/+0
|
* Version bump and text updates.Petr Mrázek2012-06-141-1/+1
|
* Adjust packaging for MacTimothy Collett2012-05-291-1/+5
|
* Trying a different method now (with install_name_tool)Timothy Collett2012-05-241-1/+0
|
* Initial changes to get dfhack building on the MacTimothy Collett2012-05-241-1/+7
|
* Bump version to 0.34.10-r1Petr Mrázek2012-05-211-2/+2
|
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-1/+1
|
* Bump release to r2Petr Mrázek2012-04-171-1/+1
|
* Merge https://github.com/warmist/dfhackPetr Mrázek2012-04-151-0/+5
|\
| * Orbital nuking was bit excessive...Warmist2012-04-151-0/+2
| |
| * Orbital nuking of C4819 (code-page warning)Warmist2012-04-151-0/+3
| |
* | The 'r' in release string is now also tweakable.Petr Mrázek2012-04-141-2/+2
| |
* | Make release string tweakable.Petr Mrázek2012-04-141-1/+1
|/
* Add a html version of the LUA API doc, package it.Petr Mrázek2012-04-051-1/+1
|
* Pull console output support and REPL out of dfusion into core lib.Alexander Gavrilov2012-03-311-0/+2
|
* Tweak readme, bump version to 0.34.07Petr Mrázek2012-03-311-2/+2
|
* Another revision number...Petr Mrázek2012-03-291-1/+1
|
* Increment revision due to DERP.Petr Mrázek2012-03-291-1/+1
|
* Merge https://github.com/mikestewart/dfhackPetr Mrázek2012-03-281-0/+5
|\
| * Look for df-structures instead of protobuf in the submodule check.Mike Stewart2012-03-271-1/+1
| |
| * Removed dead check...Mike Stewart2012-03-261-3/+0
| |
| * Added a test for submodules that prints out a helpful error message.Mike Stewart2012-03-261-0/+8
| |
* | Bump version to 0.34.06-1Petr Mrázek2012-03-281-2/+2
|/
* Merge https://github.com/warmist/dfhackPetr Mrázek2012-03-231-0/+1
|\
| * Export the type tree with enum keys to lua.Alexander Gavrilov2012-03-191-0/+1
| |
* | bump versionPetr Mrázek2012-03-211-1/+1
|/
* Improve support for void RPC functions, dfhack-run, etc.Alexander Gavrilov2012-03-151-1/+1
|
* Implement trivial RPC interface for dfhack via TCP & protobufs.Alexander Gavrilov2012-03-141-0/+6
| | | | Use it to make an executable capable of calling commands remotely.
* More tweaking.Petr Mrázek2012-03-131-4/+4
|
* More tweaks to MSVC solution folders.Petr Mrázek2012-03-131-1/+6
|
* Fix problem with solution folders being generated for MSVC ExpressPetr Mrázek2012-03-131-2/+4
| | | | Uses MFC header availability to detect Express versions.
* Add clsocket as a dependency for dfhack lib.Petr Mrázek2012-03-131-0/+1
|
* Move depends out of main library, make them (static) libraries.Petr Mrázek2012-03-131-15/+29
|
* Merge branch 'cleanups' of https://github.com/plaes/dfhackPetr Mrázek2012-03-121-3/+5
|\
| * Don't compile Lua on UNIXPriit Laes2012-02-231-3/+5
| |
* | Merge https://github.com/angavrilov/dfhackPetr Mrázek2012-03-101-1/+1
|\ \
| * | Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is an incompatible change to the plugin ABI. The Console is not thread-safe unless used indirectly via color_ostream_proxy, so everything should use their per-thread stream.
* | | Fix zlib, protobuf.Petr Mrázek2012-03-101-0/+9
|/ / | | | | | | | | | | | | Zlib is now found using CMake on linux and set to harcoded paths on windows, yet uniform in use throughout the build system. protobuf-lite now compiles under MSVC properly.
* | Merge https://github.com/angavrilov/dfhackPetr Mrázek2012-03-101-0/+4
|\ \
| * | Link protobuf to dfhack core as a shared library.Alexander Gavrilov2012-03-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change protobuf libraries to build as DLLs. - Move some stream features to the lite library. - Install the lite library and use it from dfhack. Note that: - A couple of protobuf headers had to be tweaked. - The lite library is used because the full one is absolutely incompatible with reloading plugins. - Shutting down protobuf also can't be allowed.
* | | Bump version to 0.34.05Petr Mrázek2012-03-081-1/+1
|/ /
* | Bump version to 0.34.04-r1Petr Mrázek2012-02-291-2/+2
| |
* | Nuke wagons, move regrass to devel, bump to a dev version.Petr Mrázek2012-02-281-1/+1
| |