aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-31Fix menus, with an evil hack.David Walter Seikel2-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-11Update to latest API changes.David Walter Seikel1-1/+1
2015-06-18Fix up yet another API break.David Walter Seikel1-11/+11
These APIs will settle down soonish, they promise.
2015-03-22We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵David Walter Seikel1-8/+8
case they change their mind again.
2014-09-14Shut up logger startup spam, for now.David Walter Seikel1-5/+5
2014-08-30Update to new file getting API.David Walter Seikel1-2/+2
2014-08-14Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel1-1/+7
not outputting to the console.
2014-08-14Optimise message sending.David Walter Seikel1-4/+4
2014-08-14Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel4-3/+35
batch at the end.
2014-08-14Considerable cleanup of the top level compiling code.David Walter Seikel2-109/+50
2014-08-10More comments.David Walter Seikel1-0/+69
2014-08-10Bitch about not being able to load the compiled Lua.David Walter Seikel1-0/+3
2014-08-10Thread all of compiling, or thread nothing.David Walter Seikel2-4/+10
2014-08-09TODO++David Walter Seikel1-0/+2
2014-08-09Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel2-0/+3
2014-07-31Move entirely over to luajit.David Walter Seikel1-1/+1
2014-07-13Typo --David Walter Seikel1-1/+1
2014-07-02More logging to ignore.David Walter Seikel1-0/+1
2014-06-11Update to post release API change. So much for stable API to collaborate ↵David Walter Seikel1-20/+20
with. sigh
2014-06-02Load and rez stuffs in an idler, also fix some bugs in that part.David Walter Seikel1-1/+1
2014-06-01Get the from disk sim loading to work.David Walter Seikel1-1/+1
Still an odd problem with sonic that doesn't make sense.
2014-05-30Slightly less half arsed stuffs creation.David Walter Seikel1-0/+2
2014-05-29Half arsed generic stuffs creation.David Walter Seikel1-1/+1
2014-05-28Some more in world object structure stuff and fixes.David Walter Seikel1-8/+20
2014-05-28The UUID faking code is common enough to stick it in a macro.David Walter Seikel1-0/+1
2014-05-27Last part of switching the sim over to the new specs.David Walter Seikel1-3/+4
2014-05-26TODO++David Walter Seikel1-0/+1
2014-05-24Move the latest thoughts about directory structure into the love docs, add ↵David Walter Seikel1-115/+0
more, and clean them up.
2014-05-24More notes about stuffs directory structure.David Walter Seikel1-0/+117
2014-05-24Move ExtantzStuffs to extantz.David Walter Seikel1-9/+0
2014-05-24White space fixes.David Walter Seikel1-9/+9
2014-05-24Big include and libraries clean up.David Walter Seikel5-4/+1973
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel4-38/+634
tweakage and cleanups.
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel6-65/+105
2014-05-20The results of a session with valgrind.David Walter Seikel3-15/+25
I'm surprised that this highly experimental code, built with chewing gum and chicken wire, had so little problems, and most of those where leaks. The majority of problems reported are from external libraries.
2014-05-18Clean up the server startup and connection a bit.David Walter Seikel1-10/+9
2014-05-18Implement text entry and text box widgets.David Walter Seikel1-1/+16
2014-05-18Add widget hide, show, and text setting functions.David Walter Seikel2-0/+12
2014-05-17Don't sleep to wait for reconnecting, use a timer instead.David Walter Seikel1-3/+10
2014-05-17Add a smarter server connect function.David Walter Seikel2-0/+76
2014-05-17Rearrange things in the libraries.David Walter Seikel6-72/+67
2014-05-17Move the new pcall stuff to Runnr.c.David Walter Seikel2-0/+67
2014-05-16Put module name in winFang and winFang in Widget, plus related tweakage and use.David Walter Seikel2-0/+3
2014-05-16Commented out attempt to debug push_lua(). Still a bit dodgy.David Walter Seikel1-1/+3
2014-05-16TODO++David Walter Seikel1-1/+2
2014-05-16Move timeDiff() to LumbrJack, it has more than one user now.David Walter Seikel2-0/+26
2014-05-13Finish separating out love.David Walter Seikel2-0/+38
2014-05-12Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel3-21/+103
2014-05-12widgetAdd now does the box / grid decision, and some oter things moved into it.David Walter Seikel2-14/+19
2014-05-12Change WinFang title to marker, since the slider options are borked.David Walter Seikel1-3/+2