aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-14Don't do BAD check by default.David Walter Seikel1-1/+1
2014-08-14Clean up the compiler output. Threaded compiling is much faster when it's ↵David Walter Seikel6-14/+26
not outputting to the console.
2014-08-14Use the new message saving stuff in the parser as well.David Walter Seikel4-5/+9
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 Seikel6-9/+75
batch at the end.
2014-08-14Considerable cleanup of the top level compiling code.David Walter Seikel6-231/+144
2014-08-10Tweak function and variable not found messages.David Walter Seikel1-2/+2
2014-08-10It seems that now we have to kick Elm harder to get GL out of it.David Walter Seikel1-0/+1
2014-08-10Typo--David Walter Seikel1-1/+1
2014-08-10More comments.David Walter Seikel1-0/+69
2014-08-10Better separation between compiling and running LSL scripts.David Walter Seikel1-10/+13
2014-08-10Rejig the compile timing stats.David Walter Seikel1-16/+16
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 Seikel5-8/+12
2014-08-10Quick and dirty crashing compiler catcher.David Walter Seikel2-1/+13
2014-08-09TODO++David Walter Seikel1-0/+2
2014-08-09Move "Compiling ..." message to the compiler.David Walter Seikel2-1/+2
2014-08-09Init lType and rType, was getting bogus values.David Walter Seikel1-1/+1
2014-08-09Major cleanup of compileLSL() and friends, including threading it.David Walter Seikel6-86/+91
2014-08-09Mention compiler speed even if the last one failed.David Walter Seikel1-0/+13
2014-07-31Move lemon building to be part of LuaSL building.David Walter Seikel1-1/+2
2014-07-31Stop building in Irrlicht, but keep it around in case Evas_3D isn't good enough.David Walter Seikel1-8/+12
2014-07-31Move entirely over to luajit.David Walter Seikel7-7/+7
2014-07-13TODO++David Walter Seikel1-0/+1
2014-07-13Typo --David Walter Seikel1-1/+1
2014-07-02More logging to ignore.David Walter Seikel1-0/+1
2014-07-02Bleeding edge API updates.David Walter Seikel1-2/+2
2014-06-11Update to post release API change. So much for stable API to collaborate ↵David Walter Seikel6-34/+34
with. sigh
2014-06-03White space fix.David Walter Seikel1-1/+1
2014-06-02Load and rez stuffs in an idler, also fix some bugs in that part.David Walter Seikel5-120/+159
2014-06-01Get the from disk sim loading to work.David Walter Seikel6-41/+263
Still an odd problem with sonic that doesn't make sense.
2014-06-01Notes++David Walter Seikel1-0/+30
2014-05-30Slightly less half arsed stuffs creation.David Walter Seikel5-597/+516
2014-05-29Half arsed generic stuffs creation.David Walter Seikel4-89/+279
2014-05-28Some more in world object structure stuff and fixes.David Walter Seikel2-11/+24
2014-05-28The UUID faking code is common enough to stick it in a macro.David Walter Seikel3-3/+4
2014-05-27Last part of switching the sim over to the new specs.David Walter Seikel2-5/+6
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 Seikel2-9/+9
2014-05-24White space fixes.David Walter Seikel1-9/+9
2014-05-24Auto clean the files we build.David Walter Seikel3-4/+3
2014-05-24Big include and libraries clean up.David Walter Seikel23-60/+263
2014-05-24Pretend to login, and some commenting out so it all compiles. Fix it up later.David Walter Seikel6-6/+25
2014-05-24Ideas about how to deal with in world objects. Includes some entirely ↵David Walter Seikel1-0/+163
untested code bits.
2014-05-23Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel17-855/+773
tweakage and cleanups.
2014-05-20Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel22-150/+149
2014-05-20The results of a session with valgrind.David Walter Seikel13-26/+66
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 Seikel3-60/+45