Commit Graph

  • a1280a6af3 (World) Renamed internal method Mark(All)AsDirty Lynix 2015-04-07 15:50:43 +02:00
  • ebc651dec8 (World) Added GetEntities() method Lynix 2015-04-07 15:38:08 +02:00
  • 7351ce46fb Removed useless space Lynix 2015-04-05 16:35:43 +02:00
  • 8421a543fb Changed component index variable name Lynix 2015-04-05 16:19:45 +02:00
  • 6a99b38be1 (NDK) Modified component/system registration interface Lynix 2015-04-05 15:57:24 +02:00
  • fca2dad9d3 (SimpleTextDrawer) Fixed some methods visibility Lynix 2015-04-01 20:14:03 +02:00
  • 28b0e26a88 (EntityHandle) Fixed hashs Lynix 2015-03-31 02:20:30 +02:00
  • c25f824f65 (NDK) Fixed compilation error Lynix 2015-03-30 14:17:25 +02:00
  • 1903cbda8d (NDK) Minor changes Lynix 2015-03-30 04:36:56 +02:00
  • 6d1ac4fe18 Re-remade component and system ids Lynix 2015-03-30 04:18:44 +02:00
  • 000073bd42 (Lua) Applied 5.3.0 patches for bugs 1 and 2 Lynix 2015-03-28 16:13:30 +01:00
  • 40321cf9b1 (RenderTexture) Fixed size computation Lynix 2015-03-28 14:54:52 +01:00
  • 23cefe1fbe (LuaInstance) Fixed Call() not resetting time limiter clock Lynix 2015-03-28 14:45:21 +01:00
  • 3e16369d09 (Camera) Fixed SetTarget not invalidating viewport and stuff Lynix 2015-03-28 14:42:11 +01:00
  • bcefe9462d (LuaInstance) Added Lua 5.3 operators Lynix 2015-03-24 13:12:35 +01:00
  • 88c3b9d482 Added LuaInstance::Call Lynix 2015-03-24 12:50:04 +01:00
  • 36b39ec868 Alphabetical commit Lynix 2015-03-19 18:17:52 +01:00
  • 5345e615a1 (SimpleTextDrawer) Added GetText method Lynix 2015-03-19 18:17:44 +01:00
  • 3fd217b8a3 Merge branch 'master' into NDK Lynix 2015-03-19 13:13:20 +01:00
  • 0363a1a8fa (Box|Rect) Fixed Contains method excluding edge vectors Lynix 2015-03-19 12:49:08 +01:00
  • efa75ba349 Regenerated global headers Lynix 2015-03-18 22:24:47 +01:00
  • 5ecddb20c6 Remade RenderWindow::CopyToImage Lynix 2015-03-18 22:24:07 +01:00
  • cbf3b2cf4e (View) Fixed missing implementation of GetSize Lynix 2015-03-18 21:57:02 +01:00
  • 4862767b69 Regenerated global headers Lynix 2015-03-18 20:52:11 +01:00
  • 5c3720feb1 Merge branch 'master' into NDK Lynix 2015-03-18 20:44:52 +01:00
  • 4b09757f63 (Node) Fixed "Child not found" warnings Lynix 2015-03-18 20:40:32 +01:00
  • 95cb02c41c (Features) Fixed typo Lynix 2015-03-18 20:32:14 +01:00
  • e873d40ccc (View) Added Map[Pixel|World]To[World|Pixel] method Lynix 2015-03-18 20:26:59 +01:00
  • 6648fbe577 (Features) Fixed typo Lynix 2015-03-18 17:26:21 +01:00
  • 5c52698131 (Feature page) Improved design.. I guess Lynix 2015-03-18 17:19:55 +01:00
  • 12c238ddae Added feature page generation Lynix 2015-03-18 17:11:24 +01:00
  • 5ab5e54242 (Windows) Improved window implementation Lynix 2015-03-18 13:24:59 +01:00
  • fca8dc49e9 (TextSprite) Changed error message Lynix 2015-03-18 13:04:12 +01:00
  • d28154ab76 Added comments Lynix 2015-03-18 13:03:53 +01:00
  • 371f899776 (Windows) Improved error message on window creation failure Lynix 2015-03-18 13:03:35 +01:00
  • cdd3e9e8f2 (World) Fixed dirty entity bitset not being cleared Lynix 2015-03-18 13:01:40 +01:00
  • be8f6edeb4 Improved interface Lynix 2015-03-18 00:49:44 +01:00
  • e91313b62d Added systems Lynix 2015-03-17 19:55:39 +01:00
  • bc40fbb02f Remade component ids Lynix 2015-03-17 19:53:59 +01:00
  • 0ba034f7e9 (Entity) Added components bits Lynix 2015-03-17 12:34:03 +01:00
  • 99e0912163 (Bitset) Simplified Resize code Lynix 2015-03-17 12:26:51 +01:00
  • 4c0c47240c (Bitset) Consistency Lynix 2015-03-17 12:26:29 +01:00
  • 03ef0f9f50 (World) GetEntity now returns a const reference Lynix 2015-03-16 22:16:35 +01:00
  • 3694857d30 (World) Optimized entities handling a lot Lynix 2015-03-16 22:14:18 +01:00
  • b30298b6ab (World) Removed useless forward-declaration Lynix 2015-03-16 22:05:03 +01:00
  • b742f93643 (Bitset) Fixed last commit Lynix 2015-03-16 21:54:26 +01:00
  • 70f9bb3aec (Bitset) Fixed Find* methods not handling empty bitsets Lynix 2015-03-16 21:44:30 +01:00
  • 2ca9989bfe (Bitset) Fixed missing implementation of Reset(bit) Lynix 2015-03-16 19:21:36 +01:00
  • 860712b09f (Bitset) Added Unbounded methods Lynix 2015-03-16 19:21:28 +01:00
  • 6b799b1887 (Bitset) Fixed missing include Lynix 2015-03-16 18:02:25 +01:00
  • 458cdd7cab (Bitset) Added equality operator Lynix 2015-03-16 18:02:17 +01:00
  • 17961f42fd Added Bitset class Lynix 2015-03-16 17:23:55 +01:00
  • 2bde611d33 (Math) Added CountBits function Lynix 2015-03-16 15:16:05 +01:00
  • 458fba2180 (Math) Improved code and added comments Lynix 2015-03-16 14:54:07 +01:00
  • 6cc81cdc05 (Image) Optimized GetMaxLevel Lynix 2015-03-16 13:54:19 +01:00
  • 3e214678c3 (Math) Added IntegralLog2(Pot) functions Lynix 2015-03-16 13:53:48 +01:00
  • 7bac245a0f (Entity) GetComponent no longer throw Lynix 2015-03-14 16:53:26 +01:00
  • a16582d20d Removed useless includes Lynix 2015-03-14 16:52:44 +01:00
  • 6bd6039051 (Entity) Fixed typo in method name Lynix 2015-03-14 13:53:10 +01:00
  • 40727cc0ca (World) Fixed EntityHandle passed by value Lynix 2015-03-14 13:21:29 +01:00
  • fb148c1aa0 Removed useless include/declaration Lynix 2015-03-09 19:05:47 +01:00
  • c818ef7d4b (EntityHandle) Fixed swap Lynix 2015-03-09 19:05:32 +01:00
  • 0d8f7546a9 Fixed copyright notices Lynix 2015-03-01 19:48:01 +01:00
  • c71c050831 (Entity) Added non-template version of components handling Lynix 2015-03-01 13:42:17 +01:00
  • 7c73407fa4 (Component) Fixed Clone method Lynix 2015-03-01 13:41:44 +01:00
  • 99bf3d95f7 (BaseComponent) Renamed GetComponentId to GetId Lynix 2015-03-01 13:41:15 +01:00
  • 9c0c991fe0 (Component) Added clone virtual method Lynix 2015-03-01 11:21:58 +01:00
  • 8b77825fb8 (Entity) Changed template name from C to ComponentType Lynix 2015-03-01 11:19:54 +01:00
  • 699b580516 Added Components Lynix 2015-03-01 01:53:49 +01:00
  • dd56dd6e29 (MemoryPool) Added some DOC comments Lynix 2015-03-01 00:08:34 +01:00
  • e55574cb8b (MemoryPool) Added methods to construct/destruct object Lynix 2015-03-01 00:02:41 +01:00
  • 655be2864f Fixed variadic arguments not being moved Lynix 2015-02-28 23:59:26 +01:00
  • adb268fec8 (MemoryPool) Removed template and added movement Lynix 2015-02-28 23:33:40 +01:00
  • 74c4e93884 Fixed MD2 loader crash Lynix 2015-02-26 01:26:38 +01:00
  • c3864a1acb Fixed HashCombine function under 32bits compilation Lynix 2015-02-25 17:40:07 +01:00
  • fd80228a1c Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2015-02-24 20:00:52 +01:00
  • 122e4a013c (OBJLoader) Improved code Lynix 2015-02-24 20:00:40 +01:00
  • 96a5bc950c Added HashCombine function Lynix 2015-02-24 20:00:13 +01:00
  • cadeae5e21 Moved UnpackTuple to an algorithm header Lynix 2015-02-24 19:57:00 +01:00
  • fb68bf3a79 Fixed assertions handling Lynix 2015-02-24 19:20:38 +01:00
  • c9db44f85c Added more 64bits defines Lynix 2015-02-24 17:28:30 +01:00
  • a67d66bbd8 (HardwareInfo) Added Cpuid to the public interface Lynix 2015-02-24 17:28:02 +01:00
  • 60b6b2f4de Refactored code Lynix 2015-02-24 16:16:56 +01:00
  • ba127ef7b2 (Entity) Fixed handles not being cleared after destruction Lynix 2015-02-24 16:15:17 +01:00
  • 23ed7d254f Updated copyright year Lynix 2015-02-24 15:19:40 +01:00
  • ee6ca790a5 Fixed missing includes and warnings under VS Lynix 2015-02-21 15:04:07 +01:00
  • 6201183572 (World) Replaced pointers to Entity by EntityHandle Lynix 2015-02-19 23:51:17 +01:00
  • 924d10e61c (Entity) Changed handle storage from a set to a vector Lynix 2015-02-19 23:35:15 +01:00
  • 86fbb310c3 Fixed some files encoding (wasn't UTF-8) Lynix 2015-02-19 23:24:56 +01:00
  • 3a18035989 Remade Entities Lynix 2015-02-19 22:06:57 +01:00
  • ca88c5bae4 Optimized NumberToString algorithm Lynix 2015-02-18 21:03:36 +01:00
  • 2b6dcb4e2b (Material) Set*Map methods now take an object reference... Lynix 2015-02-18 21:03:17 +01:00
  • af94573f5f (RefCounted) Removed useless declaration Lynix 2015-02-18 21:02:42 +01:00
  • 1d79efeb7f (World) Optimized CreateEntities method Lynix 2015-02-08 22:26:28 +01:00
  • 32951deed8 (World) Inlined some methods Lynix 2015-02-08 17:47:41 +01:00
  • d5a8bdca12 (Entity) Inlined most code Lynix 2015-02-08 17:39:06 +01:00
  • 5fb728d0be (World) Added DOC comments Lynix 2015-02-08 16:30:23 +01:00
  • 266da016ad (World) Added clear method Lynix 2015-02-08 15:45:42 +01:00
  • 12824deba2 (World) Fixed entity killing Lynix 2015-02-08 15:43:27 +01:00
  • 0a9bf851fd (sndfile loader) Removed useless allocation when mixing to mono Lynix 2015-02-08 14:35:27 +01:00