| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
|
|
| |
Added documentation for luadoc for
* io.*
* phys.*
* video.*
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Added methods
* physgeneric:getvelocity() :: vector3
* physgeneric:setvelocity(vector3)
|
| |
|
|
| |
cbphysbox now uses the functions defined in bphysgeneric
|
| |
|
|
|
|
| |
Created bphysgeneric that holds all the shared code for bullet
rigidbodies. It needs to be included in any structs that have
a rigidbody field.
|
| |
|
|
| |
Removed a lot of commented out old code
|
| |
|
|
| |
All compile warning for -Wall have been fixed
|
| |
|
|
|
| |
Made makefile much simpiler, added option to build dynamically with
DEBUG=true
|
| |
|
|
| |
Updated all core files to prepare for tech demo
|
| |
|
|
| |
Procedural textures are now completely working.
|
| |
|
|
| |
Added the ability to display itextures on the gui
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Networking is finally working
* Started moveing physics into the shared domain
* Streams now have a readString() and writeString() method
* streams are passed to the lua context for networking
* Refactored cameras and physboxes to use metatables
* Finally wrote the pushvector3* and popvector3* methods
* Fixed a few crashes in ;main
* Deleted a lot of code
|
| |
|
|
|
|
|
|
| |
* Finished a basic server
* Changed from ZMQ to nanomsg (basically the same though)
* Moved some repeated code from the client/server directories into
"shared"
* Edited makefile to reflect new dependencies
|
| |
|
|
| |
Bound irrlicht's IGUIWindow to lua
|
| |
|
|
|
|
|
|
|
|
| |
Added some phyics stuff! woo!
* Added physics models from file
* Added physics boxes
* Added a maya camera
* Added lights
* Various refactoring
|
|
|
* client no longer crashes when closed
* started work on adding physics types
* some bugfixes to core lua api
|