| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Track clsocket | Petr Mrázek | 2012-09-28 | 1 | -0/+0 |
| | | |||||
| * | Cleanup autolabor+cleanowned, fix depends/clsocket | Quietust | 2012-09-13 | 1 | -0/+0 |
| | | |||||
| * | Merge branch 'master' of http://github.com/peterix/dfhack | Timothy Collett | 2012-09-10 | 1 | -2/+3 |
| |\ | |||||
| | * | Make protobuf behave with multiple build folders involved. | Petr Mrázek | 2012-08-17 | 1 | -2/+3 |
| | | | |||||
| | * | Fix cage-related bug in the sort plugin. | Petr Mrázek | 2012-08-03 | 1 | -0/+0 |
| | | | |||||
| | * | Track submodules | Kelly Martin | 2012-07-11 | 1 | -0/+0 |
| | | | |||||
| * | | Merge further changes (???) | Timothy Collett | 2012-09-10 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/danaris/dfhack | Timothy Collett | 2012-09-10 | 1 | -0/+0 |
| |\ \ | |/ | |||||
| | * | Submodule changes | Timothy Collett | 2012-07-05 | 1 | -0/+0 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/danaris/dfhack | Timothy G Collett | 2012-06-24 | 35 | -604/+927 |
| |\ \ | |/ | | | | | | | | | | | | | Conflicts: depends/clsocket package/darwin/dfhack package/darwin/dfhack-run Fixed. | ||||
| | * | Merge branch 'master' of https://github.com/angavrilov/dfhack | Timothy Collett | 2012-06-18 | 35 | -604/+927 |
| | |\ | | | | | | | | | | Trying out angavrilov's changes | ||||
| | | * | Fix lua bug: 'peaceful' unwind of yielded pcall doesn't restore errfunc. | Alexander Gavrilov | 2012-06-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | I.e. if the pcall results in no error, but a yield happens inside it, the active errfunc is not restored to its previous value. | ||||
| | | * | Reapply dfhack-specific lua build configuration. | Alexander Gavrilov | 2012-06-17 | 1 | -11/+11 |
| | | | | |||||
| | | * | Update to Lua 5.2.1 | Alexander Gavrilov | 2012-06-17 | 35 | -615/+935 |
| | | | | |||||
| | * | | Make offsets with "darwin" os-type recognized as Apple, rather than ignored | Timothy Collett | 2012-06-14 | 1 | -0/+0 |
| | |/ | |||||
| | * | Merge branch 'master' of https://github.com/peterix/dfhack | Quietust | 2012-05-30 | 1 | -0/+0 |
| | |\ | |||||
| | | * | And again... | Petr Mrázek | 2012-05-30 | 1 | -0/+0 |
| | | | | |||||
| | | * | Track clsocket | Petr Mrázek | 2012-05-30 | 1 | -0/+0 |
| | | | | |||||
| * | | | fix clsocket? | Timothy G Collett | 2012-06-03 | 1 | -0/+0 |
| | | | | |||||
| * | | | fix clsocket? | Timothy G Collett | 2012-06-03 | 1 | -0/+0 |
| | | | | |||||
| * | | | Merge git://github.com/quietust/dfhack | Timothy Collett | 2012-05-24 | 1 | -1/+3 |
| |\ \ \ | |/ / | | | | | | | Gotta get the changes that prevent DFHack from crashing. | ||||
| | * | | -Wno-sign-compare only works with GCC | Quietust | 2012-05-23 | 1 | -1/+3 |
| | |/ | |||||
| * | | Initial changes to get dfhack building on the Mac | Timothy Collett | 2012-05-24 | 1 | -0/+0 |
| |/ | |||||
| * | Make the hash map implementation error more useful. | Alexander Gavrilov | 2012-04-28 | 1 | -1/+1 |
| | | | | | | It instructs to update GCC, but actually the most common reason for the error is missing 32-bit development libs. | ||||
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -0/+2 |
| | | |||||
| * | Fix lua interpreter bug: the C call counter is already unwound by yield. | Alexander Gavrilov | 2012-04-16 | 2 | -3/+3 |
| | | | | | Decrementing it causes underflow and subsequent spurious stack overflow. | ||||
| * | Add dfhack.with_suspend(f[, args...]) that calls f with core suspended. | Alexander Gavrilov | 2012-04-01 | 1 | -2/+1 |
| | | | | | | The lock is properly removed in case of error, which is then propagated. Just for fun, it also can be yielded from within in a coroutine. | ||||
| * | Improve performance of the persistent data api, and wrap it for lua. | Alexander Gavrilov | 2012-04-01 | 1 | -1/+1 |
| | | | | | | | Use an stl table for string keys to avoid linear cost of lookup. This uncovered a bug in the new luaL_getsubtable function. | ||||
| * | Pull console output support and REPL out of dfusion into core lib. | Alexander Gavrilov | 2012-03-31 | 1 | -11/+7 |
| | | |||||
| * | Update lua to 5.2 and fix obvious breakage due to obsolete api. | Alexander Gavrilov | 2012-03-31 | 63 | -6015/+8644 |
| | | |||||
| * | Temporary tweak: patch in __pairs and __ipairs from 5.2 into lua 5.1. | Alexander Gavrilov | 2012-03-29 | 1 | -8/+22 |
| | | |||||
| * | Extern "C" mess fixed, bitlib mess fixed, bitlib added to autoload. | Warmist | 2012-03-26 | 2 | -1/+3 |
| | | |||||
| * | Since lua is now compiled as c++, don't declare api functions extern "C". | Alexander Gavrilov | 2012-03-25 | 1 | -1/+1 |
| | | |||||
| * | Fix Lua compilation on win32 - extern must come BEFORE __declspec | Quietust | 2012-03-24 | 1 | -2/+2 |
| | | |||||
| * | Tweaks and cleanups | Petr Mrázek | 2012-03-24 | 1 | -2/+5 |
| | | | | | | | | Removed t_virtual. Made lua use C++ compiler Removed many silly exception types from Error.h and renamed the rest. Removed Brush classes from tiletypes plugin. | ||||
| * | Get rid of the write mode field table in metamethods. | Alexander Gavrilov | 2012-03-23 | 1 | -0/+3 |
| | | | | | | Two separate tables can be confusing, e.g. if a builtin field overrides a writable custom one only in the read table. | ||||
| * | Export the type tree with enum keys to lua. | Alexander Gavrilov | 2012-03-19 | 2 | -4/+18 |
| | | |||||
| * | Fix problem with solution folders being generated for MSVC Express | Petr Mrázek | 2012-03-13 | 1 | -0/+1 |
| | | | | | Uses MFC header availability to detect Express versions. | ||||
| * | Make MSVC shut up when compiling protobuf. | Petr Mrázek | 2012-03-13 | 1 | -0/+16 |
| | | | | | Disabled planty of common harmless warnings. | ||||
| * | Add clsocket as a dependency for dfhack lib. | Petr Mrázek | 2012-03-13 | 2 | -0/+4 |
| | | |||||
| * | Move depends out of main library, make them (static) libraries. | Petr Mrázek | 2012-03-13 | 195 | -0/+88439 |
| | | |||||
| * | More moving of things | Petr Mrázek | 2010-04-02 | 2 | -1133/+0 |
| | | |||||
| * | Linux d18 ncurses support for shm lib | Petr Mrázek | 2010-02-23 | 2 | -0/+1133 |
| Some boost preparations | |||||
