Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Swap the materials for the two Sydneys. | David Walter Seikel | 2013-01-20 | 1 | -5/+5 |
| | |||||
* | Give Irrlicht a bit more credit. | David Walter Seikel | 2013-01-20 | 1 | -0/+3 |
| | |||||
* | Pull in the Irrlicht CDemo code for the next stage of development. | David Walter Seikel | 2013-01-20 | 4 | -3/+640 |
| | |||||
* | Use ambient light instead of material light. | David Walter Seikel | 2013-01-20 | 1 | -1/+3 |
| | |||||
* | Move the Irrlicht namespace stuff into the extantz header. | David Walter Seikel | 2013-01-20 | 2 | -25/+23 |
| | |||||
* | Make the main window bigger. | David Walter Seikel | 2013-01-20 | 1 | -3/+3 |
| | |||||
* | Failed EO experiment. Try that again later. | David Walter Seikel | 2013-01-20 | 1 | -0/+12 |
| | |||||
* | Purple, not pink. | David Walter Seikel | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Move all the GUI stuff into an inlined window. | David Walter Seikel | 2013-01-15 | 1 | -72/+176 |
| | | | | Oddly enough, this stops the flicker. shrugs | ||||
* | Move camera and model around until it's properly visible. | David Walter Seikel | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Set up the ELM paths. | David Walter Seikel | 2013-01-14 | 1 | -5/+7 |
| | |||||
* | Oops, stould have been part of the previous commmit. | David Walter Seikel | 2013-01-14 | 1 | -0/+1 |
| | |||||
* | Put an image in the background. | David Walter Seikel | 2013-01-14 | 1 | -2/+5 |
| | |||||
* | Failed attempt to make sure menu goes on top. Elementary sucks. | David Walter Seikel | 2013-01-14 | 1 | -0/+4 |
| | |||||
* | Make sure it compiles when leaving out Irrlicht. | David Walter Seikel | 2013-01-14 | 1 | -0/+2 |
| | |||||
* | Build Irrlicht to. | David Walter Seikel | 2013-01-14 | 1 | -0/+3 |
| | |||||
* | Don't use Irrlicht's built in png and jpeg libraries, they interfere with ↵ | David Walter Seikel | 2013-01-14 | 2 | -7/+4 |
| | | | | EFL's use of them. Also leaving out Irrlichts built in zlib and bzip, plus leaving out the GUI, since that's what EFL is fer. | ||||
* | Add viewers list. | David Walter Seikel | 2013-01-14 | 2 | -22/+80 |
| | |||||
* | Just some general clean up. | David Walter Seikel | 2013-01-13 | 14 | -20/+26 |
| | |||||
* | Shut up the new eo bitching. | David Walter Seikel | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | Init ecore as well, since the example does it. | David Walter Seikel | 2013-01-13 | 1 | -26/+34 |
| | |||||
* | How did that ever work? lol | David Walter Seikel | 2013-01-13 | 2 | -2/+2 |
| | |||||
* | Add extantz into the build and test framework. | David Walter Seikel | 2013-01-13 | 4 | -2/+14 |
| | |||||
* | Fixed some of the bit rot in LuaSL, it compiles now, but not working still. | David Walter Seikel | 2013-01-13 | 2 | -7/+8 |
| | |||||
* | Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not ↵ | David Walter Seikel | 2013-01-13 | 1354 | -545904/+545904 |
| | | | | go overboard. | ||||
* | Add info about changes to Irrlicht. | David Walter Seikel | 2013-01-13 | 1 | -1/+4 |
| | |||||
* | Update licences. | David Walter Seikel | 2013-01-13 | 1 | -0/+332 |
| | |||||
* | Not sure if I can distribute the XMRE description document, so ignoring it ↵ | David Walter Seikel | 2013-01-13 | 1 | -0/+1 |
| | | | | to be safe. | ||||
* | Major rework of extantz to get Elementary, ePhysics, Evas_GL, and Irrlicht ↵ | David Walter Seikel | 2013-01-13 | 7 | -367/+978 |
| | | | | to play nice together. | ||||
* | Added more media, including a link to the Irrlicht media, and some images ↵ | David Walter Seikel | 2013-01-13 | 3 | -0/+1 |
| | | | | from the ePhysics examples. | ||||
* | Ignore extantz executable. | David Walter Seikel | 2013-01-13 | 1 | -0/+1 |
| | |||||
* | Added note about netsurf. | David Walter Seikel | 2013-01-13 | 1 | -1/+2 |
| | |||||
* | Let Irrlicht use an externally created OpenGL context and surface. | David Walter Seikel | 2013-01-13 | 2 | -2/+20 |
| | | | | Linux only for now. Others can come later. | ||||
* | Ignore Irrlicht built files. | David Walter Seikel | 2013-01-13 | 1 | -0/+307 |
| | |||||
* | Don't actually build EFL, though it should do so in the future, but from ↵ | David Walter Seikel | 2013-01-13 | 2 | -12/+15 |
| | | | | downloaded released source tarballs. | ||||
* | Remove unused LuaJIT 1.1.7, since the 2.0 version works fine. | David Walter Seikel | 2013-01-13 | 127 | -46043/+0 |
| | |||||
* | Remove EFL, since it's been released now. | David Walter Seikel | 2013-01-13 | 3227 | -2044973/+0 |
| | |||||
* | Added Irrlicht 1.8, but without all the Windows binaries. | David Walter Seikel | 2013-01-13 | 2984 | -0/+959880 |
| | |||||
* | Add a note about rasters suggested start up code. | David Walter Seikel | 2012-05-24 | 1 | -0/+7 |
| | |||||
* | Slightly better place holder graphics. Sorta. lol | David Walter Seikel | 2012-04-22 | 1 | -3/+2 |
| | |||||
* | Just go with the flow, make Grids last for now, so they turn up at first. | David Walter Seikel | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | mmmmm multitasking. | David Walter Seikel | 2012-04-22 | 1 | -2/+2 |
| | |||||
* | Some actual extantz source code. With test data for now. | David Walter Seikel | 2012-04-22 | 17 | -1/+928 |
| | |||||
* | And actually include new files, plus elementary libraries. | David Walter Seikel | 2012-04-22 | 1157 | -0/+366729 |
| | |||||
* | Update EFL to latest beta. | David Walter Seikel | 2012-04-22 | 568 | -16585/+25478 |
| | |||||
* | Adding the new extantz viewer and grid manager. | David Walter Seikel | 2012-04-18 | 1 | -0/+107 |
| | |||||
* | Include one more warning that is not covered by -Wall. They should rename ↵ | David Walter Seikel | 2012-04-16 | 1 | -1/+1 |
| | | | | it to -Wsome. | ||||
* | Some clarifications of the LuaSL design. | David Walter Seikel | 2012-04-16 | 1 | -15/+24 |
| | |||||
* | Some clarifications of the license stuff. | David Walter Seikel | 2012-04-16 | 1 | -11/+32 |
| | |||||
* | Beat the script messsage passing into shape, mostly by knocking large chunks ↵ | David Walter Seikel | 2012-02-25 | 6 | -387/+108 |
| | | | | off. lol |