Histórico de commits

Autor SHA1 Mensagem Data
  Cameron Hart 77b46c7ef9 More const methods. 14 anos atrás
  Cameron Hart 732c99ae13 Fixed memory leak. 14 anos atrás
  Cameron Hart 9b512a01ed More const methods. 14 anos atrás
  Cameron Hart 6649ffbfdc Made a lot of Matrix4 parameters pass by const reference to reduce copying. Also made some more accessors const. 14 anos atrás
  Cameron Hart d2fde9fc99 Converted string to store as UTF-8 since the majority of the time this is how it's used. Now strings can be passed as const reference parameters which greatly reduces the amount of string copying being performed. 14 anos atrás
  Cameron Hart 7fe8f5c173 Made a lot of read only methods const and parameters const reference where possible to avoid copies. 14 anos atrás
  Cameron Hart cc5d495c4b Merge branch 'master' into pxljm 14 anos atrás
  Cameron Hart 44df749fee Mac needs static dependencies to be linked into dynamic module lib but Linux doesn't. Linking them on Linux does bad things. 14 anos atrás
  Cameron Hart c9e03bbba9 Merge branch 'master' into pxljm 14 anos atrás
  Cameron Hart 6f74616033 Merge branch 'cmake-bindings' 14 anos atrás
  Cameron Hart cc2ff4cdc3 Added -fPIC for Linux build. This is needed for linking Polycore into the shared module libraries. 14 anos atrás
  Cameron Hart f2f686fbd6 Regenerated Lua bindings. 14 anos atrás
  Cameron Hart 22e1ad9e32 Ignore compiled python files. 14 anos atrás
  Cameron Hart 4266e7daf7 Made numeric default value string replacement more generic. Fixes bad code generation for a default value of 1.0. 14 anos atrás
  Cameron Hart d6f5c07893 Merge branch 'master' into cmake-bindings 14 anos atrás
  Cameron Hart 2a6effd422 Added custom executable target to regenerate Lua bindings. 14 anos atrás
  Ivan Safrin 2014d61333 Some CMake fixes 14 anos atrás
  Ivan Safrin 87483bd9d8 Merge pull request #20 from bitshifter/master 14 anos atrás
  Cameron Hart 09981b43ec Windows compile fixes for static libs. Polycode player not building yet. 14 anos atrás
  Cameron Hart f7953a1b66 Mac fixes for static libraries. Polycode Player isn't compiling yet. 14 anos atrás
  Cameron Hart 246f876526 Compile all libs as static except for Modules. 14 anos atrás
  Ivan Safrin 6cb1164fc4 Added an importance property to lights. You can use it to make distant lights override closer ones. 14 anos atrás
  Cameron Hart d5324d1d24 Disable building Polycode Player by default until it's building. 14 anos atrás
  Cameron Hart e96efcec77 Added Mac specific include directory. 14 anos atrás
  Cameron Hart e121beb372 Fixed some Mac compilation errors in polybuild.cpp. 14 anos atrás
  Cameron Hart 445eb31f59 Fixed compile error in generated Lua wrappers. 14 anos atrás
  Cameron Hart 90321bd417 Ignore PolySDLCore when creating Lua library. 14 anos atrás
  Cameron Hart 09ca9d340e Rebuild Lua API without SDLCore. 14 anos atrás
  Cameron Hart aa4c0f05b9 Mac OS X fixes - Polycore, Polycode2DPhysics and Polycode3DPhysics compile and link. 14 anos atrás
  Cameron Hart e916d58a2a Updated Lua wrappers - fixes compile error. 14 anos atrás