Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-13 | Update to new eo_* syntax. | David Walter Seikel | 1 | -52/+50 | |
2016-02-06 | Add test terrain support. | David Walter Seikel | 1 | -1/+2 | |
2016-02-06 | Pass stuff size up to C code. | David Walter Seikel | 1 | -0/+1 | |
This is getting unweildy. lol | |||||
2016-02-06 | Put the ~/.SledHamr/ creation code into all three main binaries. sigh | David Walter Seikel | 2 | -1/+13 | |
2016-02-06 | Create our home directories, if not already created. | David Walter Seikel | 1 | -1/+4 | |
2016-02-06 | Switch to eina_quaternion, instead of the copy pasted, coz it's hidden, ↵ | David Walter Seikel | 2 | -1558/+0 | |
evas_vec3 stuff. | |||||
2016-02-06 | Actually use the command hash. A little. | David Walter Seikel | 1 | -1/+1 | |
2016-02-05 | More Lua network messages clean ups. | David Walter Seikel | 1 | -64/+105 | |
Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing. | |||||
2016-02-05 | The next step in cleaning up the network Lua messages. | David Walter Seikel | 2 | -87/+132 | |
2016-02-04 | Various TODO items about parsing network commands. | David Walter Seikel | 1 | -0/+14 | |
2016-01-21 | Random cleanups. | David Walter Seikel | 1 | -4/+3 | |
2016-01-21 | Rejig the structure of windows a lot. | David Walter Seikel | 3 | -72/+126 | |
2016-01-21 | No need to test twice. | David Walter Seikel | 1 | -4/+0 | |
2016-01-21 | Evil hack around ELM's problem with lack of toolbar item icons. | David Walter Seikel | 2 | -1/+12 | |
2016-01-20 | Banging on the window stuff until the menus behave (mostly). | David Walter Seikel | 1 | -9/+17 | |
We'll live with the suckiness of menus and toolbars for now. | |||||
2016-01-19 | Clean up LSL command and argument passing. | David Walter Seikel | 1 | -1/+1 | |
2016-01-18 | Actually send compile messages back. Plus some refactoring of the script ↵ | David Walter Seikel | 2 | -29/+68 | |
engine. | |||||
2016-01-17 | Unify the message sending code a bit. | David Walter Seikel | 2 | -49/+1 | |
2016-01-17 | Catch "return ..." as well as "function(...". | David Walter Seikel | 1 | -0/+2 | |
2016-01-03 | Clean up logging, removing most of the printf's. | David Walter Seikel | 3 | -67/+63 | |
2016-01-03 | Beat the server connection manegement into shape. | David Walter Seikel | 3 | -214/+326 | |
2016-01-01 | Fix some long standing typoes. | David Walter Seikel | 1 | -4/+4 | |
2016-01-01 | Refactor the client / server stuff, though only partially converted so far. | David Walter Seikel | 2 | -29/+345 | |
This may not build or run well, it's late, I'm tired. | |||||
2015-12-31 | Fix menus, with an evil hack. | David Walter Seikel | 2 | -0/+61 | |
ELM managed to break the main menu, it never showed, no matter what I did, but the woMan menus worked fine. Refactored both so they use generic functions for building the menu. Put the main menu in it's own window, which mostly works fine. I gotta rip the elm menu system a new one, or just drop it entirely and build my own. | |||||
2015-09-11 | Update to latest API changes. | David Walter Seikel | 1 | -1/+1 | |
2015-06-18 | Fix up yet another API break. | David Walter Seikel | 1 | -11/+11 | |
These APIs will settle down soonish, they promise. | |||||
2015-03-22 | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵ | David Walter Seikel | 1 | -8/+8 | |
case they change their mind again. | |||||
2014-09-14 | Shut up logger startup spam, for now. | David Walter Seikel | 1 | -5/+5 | |
2014-08-30 | Update to new file getting API. | David Walter Seikel | 1 | -2/+2 | |
2014-08-14 | Clean up the compiler output. Threaded compiling is much faster when it's ↵ | David Walter Seikel | 1 | -1/+7 | |
not outputting to the console. | |||||
2014-08-14 | Optimise message sending. | David Walter Seikel | 1 | -4/+4 | |
2014-08-14 | Only collect the errors and warnings during a compile, output them in a ↵ | David Walter Seikel | 4 | -3/+35 | |
batch at the end. | |||||
2014-08-14 | Considerable cleanup of the top level compiling code. | David Walter Seikel | 2 | -109/+50 | |
2014-08-10 | More comments. | David Walter Seikel | 1 | -0/+69 | |
2014-08-10 | Bitch about not being able to load the compiled Lua. | David Walter Seikel | 1 | -0/+3 | |
2014-08-10 | Thread all of compiling, or thread nothing. | David Walter Seikel | 2 | -4/+10 | |
2014-08-09 | TODO++ | David Walter Seikel | 1 | -0/+2 | |
2014-08-09 | Major cleanup of compileLSL() and friends, including threading it. | David Walter Seikel | 2 | -0/+3 | |
2014-07-31 | Move entirely over to luajit. | David Walter Seikel | 1 | -1/+1 | |
2014-07-13 | Typo -- | David Walter Seikel | 1 | -1/+1 | |
2014-07-02 | More logging to ignore. | David Walter Seikel | 1 | -0/+1 | |
2014-06-11 | Update to post release API change. So much for stable API to collaborate ↵ | David Walter Seikel | 1 | -20/+20 | |
with. sigh | |||||
2014-06-02 | Load and rez stuffs in an idler, also fix some bugs in that part. | David Walter Seikel | 1 | -1/+1 | |
2014-06-01 | Get the from disk sim loading to work. | David Walter Seikel | 1 | -1/+1 | |
Still an odd problem with sonic that doesn't make sense. | |||||
2014-05-30 | Slightly less half arsed stuffs creation. | David Walter Seikel | 1 | -0/+2 | |
2014-05-29 | Half arsed generic stuffs creation. | David Walter Seikel | 1 | -1/+1 | |
2014-05-28 | Some more in world object structure stuff and fixes. | David Walter Seikel | 1 | -8/+20 | |
2014-05-28 | The UUID faking code is common enough to stick it in a macro. | David Walter Seikel | 1 | -0/+1 | |
2014-05-27 | Last part of switching the sim over to the new specs. | David Walter Seikel | 1 | -3/+4 | |
2014-05-26 | TODO++ | David Walter Seikel | 1 | -0/+1 | |