aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix menus, with an evil hack.David Walter Seikel2015-12-312-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.
* Update to latest API changes.David Walter Seikel2015-09-111-1/+1
|
* Fix up yet another API break.David Walter Seikel2015-06-181-11/+11
| | | | These APIs will settle down soonish, they promise.
* We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵David Walter Seikel2015-03-221-8/+8
| | | | case they change their mind again.
* Shut up logger startup spam, for now.David Walter Seikel2014-09-141-5/+5
|
* Update to new file getting API.David Walter Seikel2014-08-301-2/+2
|
* Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel2014-08-141-1/+7
| | | | not outputting to the console.
* Optimise message sending.David Walter Seikel2014-08-141-4/+4
|
* Only collect the errors and warnings during a compile, output them in a ↵David Walter Seikel2014-08-144-3/+35
| | | | batch at the end.
* Considerable cleanup of the top level compiling code.David Walter Seikel2014-08-142-109/+50
|
* More comments.David Walter Seikel2014-08-101-0/+69
|
* Bitch about not being able to load the compiled Lua.David Walter Seikel2014-08-101-0/+3
|
* Thread all of compiling, or thread nothing.David Walter Seikel2014-08-102-4/+10
|
* TODO++David Walter Seikel2014-08-091-0/+2
|
* Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel2014-08-092-0/+3
|
* Move entirely over to luajit.David Walter Seikel2014-07-311-1/+1
|
* Typo --David Walter Seikel2014-07-131-1/+1
|
* More logging to ignore.David Walter Seikel2014-07-021-0/+1
|
* Update to post release API change. So much for stable API to collaborate ↵David Walter Seikel2014-06-111-20/+20
| | | | with. sigh
* Load and rez stuffs in an idler, also fix some bugs in that part.David Walter Seikel2014-06-021-1/+1
|
* Get the from disk sim loading to work.David Walter Seikel2014-06-011-1/+1
| | | | Still an odd problem with sonic that doesn't make sense.
* Slightly less half arsed stuffs creation.David Walter Seikel2014-05-301-0/+2
|
* Half arsed generic stuffs creation.David Walter Seikel2014-05-291-1/+1
|
* Some more in world object structure stuff and fixes.David Walter Seikel2014-05-281-8/+20
|
* The UUID faking code is common enough to stick it in a macro.David Walter Seikel2014-05-281-0/+1
|
* Last part of switching the sim over to the new specs.David Walter Seikel2014-05-271-3/+4
|
* TODO++David Walter Seikel2014-05-261-0/+1
|
* Move the latest thoughts about directory structure into the love docs, add ↵David Walter Seikel2014-05-241-115/+0
| | | | more, and clean them up.
* More notes about stuffs directory structure.David Walter Seikel2014-05-241-0/+117
|
* Move ExtantzStuffs to extantz.David Walter Seikel2014-05-241-9/+0
|
* White space fixes.David Walter Seikel2014-05-241-9/+9
|
* Big include and libraries clean up.David Walter Seikel2014-05-245-4/+1973
|
* Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2014-05-234-38/+634
| | | | tweakage and cleanups.
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-206-65/+105
|
* The results of a session with valgrind.David Walter Seikel2014-05-203-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.
* Clean up the server startup and connection a bit.David Walter Seikel2014-05-181-10/+9
|
* Implement text entry and text box widgets.David Walter Seikel2014-05-181-1/+16
|
* Add widget hide, show, and text setting functions.David Walter Seikel2014-05-182-0/+12
|
* Don't sleep to wait for reconnecting, use a timer instead.David Walter Seikel2014-05-171-3/+10
|
* Add a smarter server connect function.David Walter Seikel2014-05-172-0/+76
|
* Rearrange things in the libraries.David Walter Seikel2014-05-176-72/+67
|
* Move the new pcall stuff to Runnr.c.David Walter Seikel2014-05-172-0/+67
|
* Put module name in winFang and winFang in Widget, plus related tweakage and use.David Walter Seikel2014-05-162-0/+3
|
* Commented out attempt to debug push_lua(). Still a bit dodgy.David Walter Seikel2014-05-161-1/+3
|
* TODO++David Walter Seikel2014-05-161-1/+2
|
* Move timeDiff() to LumbrJack, it has more than one user now.David Walter Seikel2014-05-162-0/+26
|
* Finish separating out love.David Walter Seikel2014-05-132-0/+38
|
* Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel2014-05-123-21/+103
|
* widgetAdd now does the box / grid decision, and some oter things moved into it.David Walter Seikel2014-05-122-14/+19
|
* Change WinFang title to marker, since the slider options are borked.David Walter Seikel2014-05-121-3/+2
|