aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-03Delay some of the Extantz startup to make things prettier.David Walter Seikel1-16/+131
2016-01-03Beat the server connection manegement into shape.David Walter Seikel9-642/+670
2016-01-01Fix some long standing typoes.David Walter Seikel2-5/+5
2016-01-01Refactor the client / server stuff, though only partially converted so far.David Walter Seikel3-111/+384
This may not build or run well, it's late, I'm tired.
2015-12-31Fix menus, with an evil hack.David Walter Seikel4-110/+126
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-12-31Replace cube and sphere code with Evas_3D primitives.David Walter Seikel3-242/+12
Clicking on them works again. B-)
2015-09-11Failed experiment, but let's keep it for now.David Walter Seikel3-2/+24
2015-09-11Update to latest API changes.David Walter Seikel6-140/+141
2015-07-09Add some ideas for how to make Lua Skang less verbose.David Walter Seikel1-0/+9
2015-06-18Fix up yet another API break.David Walter Seikel6-32/+32
These APIs will settle down soonish, they promise.
2015-03-29Uncomment this now that EFL got fixed.David Walter Seikel1-16/+16
2015-03-22The new way to beg for the proper 3D graphics engine.David Walter Seikel1-4/+3
2015-03-22Comment out the radio buttons for now, this is causing the crashing.David Walter Seikel1-20/+20
2015-03-22Allow dropping the Evas_3D stuff out of the compile.David Walter Seikel2-0/+15
2015-03-22We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵David Walter Seikel6-20/+20
case they change their mind again.
2015-03-22Comment out markers around commented out code.David Walter Seikel1-2/+2
2015-03-22Add internal reference for skang modules, so they can find themselves.David Walter Seikel3-5/+5
2014-12-26Bring it up to date with EFL changes. Though more are needed.David Walter Seikel2-5/+5
2014-09-15Clean up some TODOs and comments.David Walter Seikel2-11/+3
2014-09-15Shut up die spam.David Walter Seikel1-1/+1
2014-09-15Second pass fixes up variables now to.David Walter Seikel2-18/+60
2014-09-14Shut up logger startup spam, for now.David Walter Seikel1-5/+5
2014-09-14Check LSL script first line magic comments.David Walter Seikel2-1/+64
2014-09-14Say which script failed compiling.David Walter Seikel1-1/+1
2014-09-14Support LSL multi line strings.David Walter Seikel4-3/+16
2014-09-14Now we can pass LSL scripts to LuaSL on the command line. Plus some white ↵David Walter Seikel2-54/+95
space clean ups.
2014-09-14Don't generate the lemon .out file, we are not using it.David Walter Seikel1-1/+1
2014-08-30Update to new file getting API.David Walter Seikel3-5/+5
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