Petr Mrázek
003a0f9eb8
Merge https://github.com/angavrilov/dfhack
2012-03-10 15:51:45 +01:00
Petr Mrázek
50b7db982f
Fix zlib, protobuf.
...
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.
2012-03-10 15:31:46 +01:00
Alexander Gavrilov
8cc82d5876
Make plugins accept explicit output stream references.
...
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.
2012-03-10 15:55:42 +04:00
Petr Mrázek
c260aca3f1
Merge https://github.com/angavrilov/dfhack
2012-03-10 02:15:34 +01:00
Alexander Gavrilov
edf77cf270
Link protobuf to dfhack core as a shared library.
...
- 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.
2012-03-09 19:46:21 +04:00
Petr Mrázek
c64919a1bb
Bump version to 0.34.05
2012-03-08 00:07:35 +01:00
Petr Mrázek
c0164c02bd
Bump version to 0.34.04-r1
2012-02-29 17:46:05 +01:00
Petr Mrázek
26c15a1d51
Nuke wagons, move regrass to devel, bump to a dev version.
2012-02-28 23:33:02 +01:00
Petr Mrázek
f0fc0d4428
Bump version to 0.34.03-r1, update docs to list new plugins.
2012-02-28 22:30:55 +01:00
Petr Mrázek
731472a478
Add eggy hooks (linux only for now)
2012-02-28 03:37:56 +01:00
Petr Mrázek
f8721c88b5
dev version. update structures, stonesense
2012-02-27 20:10:31 +01:00
Priit Laes
1299b0d4c6
Don't compile Lua on UNIX
2012-02-23 13:49:07 +02:00
Petr Mrázek
2cd2ee9b0c
New plugin interface
2012-02-21 18:19:17 +01:00
Quietust
0d5c85ac04
Properly remove Debug (and MinSizeRel) build configurations
2012-02-16 08:07:10 -06:00
Petr Mrázek
f600928ec1
Move catsplosion, tweak for build targets under MSVC.
2012-02-13 17:43:41 +01:00
Petr Mrázek
1ae1549513
Tag 31.25-r9b
2012-02-06 10:30:09 +01:00
Petr Mrázek
8f1a2ebf7f
Added missing keybinding mention to 'ls', DFusion hotfix.
2012-02-06 04:47:13 +01:00
Petr Mrázek
e751f9a3eb
Update stonesense, safe-ish CXXFLAGS for linux.
2012-02-02 05:43:43 +01:00
Petr Mrázek
57b5ed8fa7
Made invalid tile types really invalid, license and unused depends cleanup.
2011-11-25 18:54:50 +01:00
Petr Mrázek
2c27119d85
Set CXXFLAGS properly to ensure compatibility with i686 systems.
2011-11-06 21:16:16 +01:00
Petr Mrázek
f4ebd77c47
Bump revision to 8
2011-11-06 01:31:23 +01:00
Petr Mrázek
af46b262b5
More init hardening.
2011-11-04 09:08:29 +01:00
Petr Mrázek
550cde83f3
Bump revision number.
2011-11-03 02:42:05 +01:00
Petr Mrázek
4df380eb91
Bump revision to 7c.
2011-11-02 01:16:17 +01:00
Petr Mrázek
f0417e12dd
Hardening.
2011-11-01 13:06:27 +01:00
Petr Mrázek
13ca2e608f
Added df2mc (TroZ) and drybuckets (Quietust) plugins
2011-10-30 02:50:29 +01:00
Petr Mrázek
e9a04dfa65
Circle designator uses diameter instead of radius, has no overdraw.
2011-08-27 05:50:14 +02:00
Petr Mrázek
4922be0a75
Circle dig designation tool.
2011-08-22 15:18:35 +02:00
Petr Mrázek
0808c9c0ab
Add support for stonesense distributed with allegro libs as .so
2011-08-20 13:37:14 +02:00
Petr Mrázek
09cb6a6828
Added exporatory mining patterns tool.
2011-08-17 13:26:03 +02:00
Petr Mrázek
03e3e9002b
Linux debug...
2011-08-16 23:39:18 +02:00
Petr Mrázek
292074116e
Fix crash bugs in liquids and tiletypes.
2011-08-15 01:30:15 +02:00
Petr Mrázek
a0f99ef707
Many tweaks to plugins, reorganized the build system and removed more cruft.
2011-08-14 08:42:21 +02:00
Petr Mrázek
d860d3b3c6
Add static lua lib
2011-08-08 23:19:44 +02:00
Petr Mrázek
b75072f89e
Reworked readme file.
2011-08-08 05:45:35 +02:00
Petr Mrázek
2470e564a9
Linux-side of threading function rewrite. Windows=broken.
2011-07-27 05:59:09 +02:00
Petr Mrázek
bd9643c8cc
Merge branch 'dfapi'
...
Conflicts:
CMakeLists.txt
library/DFProcess-linux.cpp
library/include/dfhack-c/modules/Creatures_C.h
library/include/dfhack/modules/Maps.h
library/modules/Creatures_C.cpp
2011-07-23 17:29:05 +02:00
Petr Mrázek
792d272fbf
Windows side of the Console rewrite
2011-07-14 04:05:27 +02:00
Petr Mrázek
aeeece5c5f
Made kittens plugin optional, and disabled by default.
2011-07-12 00:07:59 +02:00
Petr Mrázek
fa4d2d9b2e
Removed some silly data races from using cerr...
2011-07-11 23:07:42 +02:00
Matthew Cline
cecbf60375
Added option BUILD_NO_CURSES
...
You can now do "cmake .. -DBUILD_NO_CURSES=ON" to prevent curses tools
from being compiled, since there's a problem using mvwaddwstr() on some
Linux distributions.
2011-07-07 00:16:48 -07:00
Petr Mrázek
857decbcce
Plugins go into a folder, disabled console close button on windows because of bugs.
2011-06-22 18:04:22 +02:00
Petr Mrázek
c6dc4900d2
Very basic plugin system.
2011-06-20 04:29:38 +02:00
Petr Mrázek
f2b91d3269
Making ready for adding plugins. Fixes all over the place, more removal of obsolete parts.
2011-06-20 01:12:07 +02:00
Petr Mrázek
93be1eb1fb
Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping and ability to run reveal from DFHack console.
2011-06-16 23:53:39 +02:00
Petr Mrázek
6e00dc4c8e
Update version numbers, readme file. Adding a lot of batch scripts for the windows versions of new tools.
2011-05-27 08:20:52 +02:00
Petr Mrázek
07bb0408c1
Fix memory.xml and pdcurses.dll copy problems for good.
2011-05-26 12:33:38 +02:00
Petr Mrázek
bb99924b24
Curses support across platforms!
2011-05-21 20:32:53 +02:00
Petr Mrázek
fe6eb4b70a
Fix for MSVC build, added prototype cmd.exe detection on windows.
2011-05-15 05:19:51 +02:00
Petr Mrázek
7829e12e85
Added a bunch of batch scripts for running tools, updated readme, bumped version number.
2011-05-08 10:45:37 +02:00
Petr Mrázek
7ad83c80b8
added modified getopt (c++-ized) with BSD license, vegetation flags clarified, prospector lists trees and plants separately,
...
prospector pretty-prints
2011-05-02 05:03:48 +02:00
Petr Mrázek
cb1dee3f46
Give unreveal tool a sensible name, bump version to 0.5.13, README updated.
2011-04-10 22:14:35 +02:00
Petr Mrázek
b54b8d510b
Tagging 0.5.12
2011-04-04 12:36:18 +02:00
Petr Mrázek
42366c238f
Simple packaging scripts
2011-04-02 02:34:21 +02:00
Petr Mrázek
6abd2d76bb
Increment the version number
2011-04-01 06:23:43 +02:00
Petr Mrázek
bf0bd7c2dd
Tagging 0.5.10, updated the readme
2011-03-27 16:47:09 +02:00
Petr Mrázek
ad76fd1511
Set version to 0.5.9
2011-03-27 00:04:18 +01:00
Petr Mrázek
0a35afb16a
Use proper paths in build system.
2011-03-20 17:17:33 +01:00
Petr Mrázek
1481b07b6b
Ubuntu packaging magic, forgotten header files, an icon.
2011-03-19 23:26:32 +01:00
Petr Mrázek
2bc7aacb79
Remove precompiled garbage, fix dfcleanmap for real
2011-03-19 20:17:04 +01:00
Petr Mrázek
1cc74b395e
Use RPATH tweaks on linux to make portable packages work
2011-03-18 20:10:22 +01:00
Petr Mrázek
7809ed6cd5
Small fixes to documentation and build scripts.
2011-03-18 16:47:55 +01:00
Petr Mrázek
8c62221699
Doxygen integration, better defaults for the generated build system.
2011-03-18 06:07:13 +01:00
Petr Mrázek
2911b203ce
DFHack. Now with more packaging fun.
2011-03-18 00:07:40 +01:00
Petr Mrázek
557d6733e2
Make the build system sane, pt. 1 - no install or packages yet
2011-03-16 07:35:08 +01:00
Petr Mrázek
cb86f52993
minor liquids bugfix, added typedef for planecoord so that stonesense builds. Build system bits. Doxygen bits.
2011-03-13 19:38:32 +01:00
Petr Mrázek
fd1bd34752
Increment version
2011-03-11 03:42:49 +01:00
Petr Mrázek
c223bb858f
Added MapExtras, ported dfliquids to MapCache. Fixed vein non-ident bug in dfvdig.
2011-03-11 03:09:45 +01:00
Petr Mrázek
d0418836ba
31.20 Windows SDL OK
2011-03-06 22:20:08 +01:00
Petr Mrázek
54a580ac68
Hide depend headers better, upgraded tinyxml
2011-03-01 07:50:56 +01:00
doomchild
a4e844ec96
fixed misspelling of BUILD_DFHACK_C_BINDINGS
2010-08-30 12:48:58 -05:00
Petr Mrázek
2dd8aed7a0
Merge branch 'master' of git://genodeen.net/adeon_dfhack
...
Conflicts:
CMakeLists.txt
library/modules/Position.cpp
2010-08-28 22:47:38 +02:00
Mikko Juola
4d4e895878
Modify root CMakeLists.txt some more to behave as submodule.
2010-08-27 18:34:12 +03:00
Mikko Juola
b87752a954
Some changes to make CMake behave when dfhack is used as a submodule.
...
Doesn't still quite make it behave but at least a bit.
2010-08-27 18:34:12 +03:00
Petr Mrázek
3b29fddf7b
unify build system, start on the new offset file format
2010-08-16 00:45:02 +02:00
Petr Mrázek
891c454256
Fix build of offset editor skeleton, make it optional and disabled by default.
2010-08-14 20:22:59 +02:00
Petr Mrázek
21f7f8e703
Moved memory defs to /data. Memory.xml is copied into the right folder at build time (works even with MSVC).
2010-08-13 02:23:38 +02:00
Petr Mrázek
1dc4aea04f
Offset editor skeleton app (just dead UI, no data yet)
2010-08-11 06:41:39 +02:00
Petr Mrázek
411bb5ed97
Added CMake options to build examples and playground tools, disabled by default.
2010-07-08 22:58:01 +02:00
Petr Mrázek
ec35663b62
Common base for all modules
2010-06-25 07:11:26 +02:00
Petr Mrázek
3c458f4701
doxygen (default off), add creature entity printing to creaturedump
2010-06-24 00:34:35 +02:00
Petr Mrázek
7885eb8e74
0.31.06-SDL, needs testing
2010-06-10 10:30:56 +02:00
Petr Mrázek
04b71f154c
Fun and games. Also turning old DFWindow class into a module tracked by Context.
2010-05-26 12:24:45 +02:00
Petr Mrázek
b710ed687a
Moving stuff around, part 2
2010-05-26 06:48:23 +02:00
Petr Mrázek
b2acc50c90
Moving stuff around, part 1
2010-05-26 03:22:17 +02:00
Petr Mrázek
863eb2546f
Added playground folder for quick hacks
2010-05-25 23:52:04 +02:00
Petr Mrázek
5e65f5568b
Revived the SHM. Seems to be working, but needs a fair bit of changes.
2010-05-24 03:07:13 +02:00
Petr Mrázek
8dd594dd93
Multi-process rework
2010-05-23 23:06:10 +02:00
Petr Mrázek
61c5e36537
Pythn module fixes for 64bit, it gets built now, but doesn't work AFAIK
2010-04-28 23:11:24 +02:00
Petr Mrázek
d080e73ac2
Son't build shm
2010-04-04 15:24:50 +02:00
Petr Mrázek
7d48ea49ae
Reveal and prospector tools work. Basic inorganic matgloss works. Basic map reading works.
2010-04-03 03:52:46 +02:00
Petr Mrázek
2a61cec4a7
Move depends, build them as libs
2010-04-02 17:56:38 +02:00
Petr Mrázek
bcbc540283
More moving of things
2010-04-02 17:27:35 +02:00
Petr Mrázek
c26da9b84c
More DF 2010 reorganization
2010-04-02 16:46:33 +02:00
Petr Mrázek
1ad9dfea11
Auto-find ncurses libs and include files for veinlook
2010-03-23 21:35:14 +01:00
Petr Mrázek
7c73c7abe6
CMake swig integration
2010-02-28 04:11:06 +01:00
Petr Mrázek
bb141fe8f6
Linux d18 ncurses support for shm lib
...
Some boost preparations
2010-02-23 19:26:15 +01:00
Petr Mrázek
054fec0afc
Updated README and COMPILE, split tools into tools and examples.
...
Tools are now useful, and with a working user interaction where applicable.
Examples are a collection of benchmarks, tests and simple unfinished ideas.
2010-02-16 07:21:38 +01:00
Petr Mrázek
242bf47143
some rearrangement of the shm server part, preparing for the windows port
2010-01-04 05:20:28 +00:00
Petr Mrázek
fac88478bd
code moved from khazad
2009-09-14 00:02:46 +00:00