aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to post release API change. So much for stable API to collaborate ↵David Walter Seikel2014-06-111-2/+2
| | | | with. sigh
* Load and rez stuffs in an idler, also fix some bugs in that part.David Walter Seikel2014-06-021-2/+3
|
* Get the from disk sim loading to work.David Walter Seikel2014-06-011-13/+45
| | | | Still an odd problem with sonic that doesn't make sense.
* Slightly less half arsed stuffs creation.David Walter Seikel2014-05-301-1/+1
|
* Half arsed generic stuffs creation.David Walter Seikel2014-05-291-1/+2
|
* The UUID faking code is common enough to stick it in a macro.David Walter Seikel2014-05-281-1/+1
|
* Pretend to login, and some commenting out so it all compiles. Fix it up later.David Walter Seikel2014-05-241-0/+6
|
* Rewrite the LuaSL script running stuff (twice lol), plus much related ↵David Walter Seikel2014-05-231-1/+1
| | | | tweakage and cleanups.
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-201-18/+9
|
* The results of a session with valgrind.David Walter Seikel2014-05-201-2/+4
| | | | | | 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-23/+17
|
* Wait a second before extantz tries to reconnect.David Walter Seikel2014-05-171-1/+12
|
* Remove excess sleep and env setting.David Walter Seikel2014-05-171-14/+2
|
* Use the new server connector, and some related movements.David Walter Seikel2014-05-171-40/+52
|
* A little clean up.David Walter Seikel2014-05-161-3/+2
|
* For llDialog(), add a simple implementation to LSLGuiMess, and call it badly ↵David Walter Seikel2014-05-161-10/+10
| | | | | | from extantz. Still trying to debug this.
* Stick the connection to the love server in the GuiLua structure, and related ↵David Walter Seikel2014-05-161-14/+14
| | | | tweakage.
* Add a stub LSLGuiMess Lua script.David Walter Seikel2014-05-161-1/+6
|
* TODO++David Walter Seikel2014-05-161-0/+1
|
* Slightly better faked llDialog(), plus remove newlines from the callers, ↵David Walter Seikel2014-05-161-0/+6
| | | | since that's not handled yet.
* TODO++David Walter Seikel2014-05-141-0/+1
|
* Implement a half arsed touch_start() from extantz.David Walter Seikel2014-05-141-0/+24
|
* Starting up and closing down the servers gets some love. Needs more love.David Walter Seikel2014-05-141-1/+2
|
* Purkle gets an append command, and use it from extantz to show llSay() and ↵David Walter Seikel2014-05-131-18/+14
| | | | friends.
* GuiLuaLoad() now returns the GuiLua it loaded, and adds the name. Use that ↵David Walter Seikel2014-05-131-1/+1
| | | | for the purkle load in extantz.
* Add a TCP link between love and extantz, and have love pass on some of the ↵David Walter Seikel2014-05-131-0/+93
| | | | commands that go to the viewer.
* TODO++David Walter Seikel2014-05-131-1/+1
|
* Extantz calls love, and love calls LuaSL, and clean out the need for scripts ↵David Walter Seikel2014-05-131-1/+18
| | | | to twiddle the Lua paths.
* Stop internal windows going under the toolbar.David Walter Seikel2014-05-121-0/+2
|
* Internal and external windows now both use the layout.David Walter Seikel2014-05-121-0/+11
|
* Move the callback comments.David Walter Seikel2014-05-121-54/+0
|
* Change internal windows from Elm win to Elm layout.David Walter Seikel2014-05-111-1/+0
|
* Add physics to the windows.David Walter Seikel2014-05-101-14/+9
| | | | Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful.
* A new function to load GuiLua skang modules.David Walter Seikel2014-05-081-4/+2
|
* And now purkle is it's own skang module.David Walter Seikel2014-05-081-3/+4
|
* Switch to purkle is complete.David Walter Seikel2014-05-081-1/+1
|
* Fixin's on the menu.David Walter Seikel2014-05-071-35/+56
|
* Forgotten clean up.David Walter Seikel2014-05-061-1/+0
|
* Much clean up and commentary in extantz.c following that last commit.David Walter Seikel2014-05-061-112/+122
| | | | | | | | | | | | No longer using the box, despite it now being a freebie. Don't need to create the box either now. Ephysics is inited early. Added comments about the layers. Instead of creating our own background image, just change the texture of the winFang one. Rearrange the bits for better stacking..
* GuiLua's self delete when their first window gets deleted.David Walter Seikel2014-05-061-1/+1
|
* Every window is a winFang now, and winFangs delete their own children.David Walter Seikel2014-05-061-19/+5
|
* Camera no longer needs ourGlobals.David Walter Seikel2014-05-061-1/+3
|
* Shuffle stuff around into the new scenri.c and camera stuff.David Walter Seikel2014-05-061-1/+2
|
* Clean up include files.David Walter Seikel2014-05-051-0/+2
|
* Call skang modules from extantz. Needs some clean up.David Walter Seikel2014-05-051-0/+7
|
* Whitespace--David Walter Seikel2014-05-051-1/+1
|
* Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel2014-05-051-4/+5
|
* winFang no longer depends on ourGlobals.David Walter Seikel2014-05-051-1/+1
|
* Track all windows in a Eina_List.David Walter Seikel2014-05-051-6/+10
|
* fangWin -> winFang and related changes.David Walter Seikel2014-05-051-4/+57
|