Commit Graph

  • d1e12a6d2e Sdk/Binding: Bind Font::GetDefault Lynix 2016-04-23 22:48:14 +02:00
  • 823a6f70e6 Sdk/Console: Fix SetTextFont Lynix 2016-04-23 22:47:44 +02:00
  • 346e9d7081 Sdk/Binding: Fix binding initialization Lynix 2016-04-23 22:38:47 +02:00
  • 0df824517a Sdk/Binding: Fix File methods Lynix 2016-04-23 22:24:27 +02:00
  • cfef9988ae Sdk/Binding: Bind Font class Lynix 2016-04-23 22:24:00 +02:00
  • ab8e851f6f Lua/LuaInstance: Fix pushing some types Lynix 2016-04-23 22:19:08 +02:00
  • 7b10bbaab0 Lua/LuaInstance: Rename automatic SetField/SetGlobal to PushField/PushGlobal Lynix 2016-04-23 22:18:43 +02:00
  • 16d1b83edb Extlibs: Add Vulkan headers Lynix 2016-04-21 17:27:16 +02:00
  • ddf75e852a Vulkan: Add empty module Lynix 2016-04-21 13:38:58 +02:00
  • 3051b6bdde Sdk/Build: Fix linking error in non-united mode Lynix 2016-04-21 13:30:10 +02:00
  • 75a5dd8625 Renderer/Texture: Add compressed format support (experimental too) Lynix 2016-04-21 13:23:57 +02:00
  • 226d75a352 Core/Bitset: Add conversion from integer (to mimic internal representation, experimental) Lynix 2016-04-21 13:23:42 +02:00
  • de76b48fdd Utility/Loaders: Fix and enable DDS loader (experimental) Lynix 2016-04-21 13:23:11 +02:00
  • 718713dbdd Utility/PixelFormat: Add experimental IdentifyFormat method Lynix 2016-04-21 13:22:31 +02:00
  • e5f5d7ed11 Utility/PixelFormat: Add ComputeSize method Lynix 2016-04-21 13:21:39 +02:00
  • d6112c99f4 Renderer/OpenGL: Add loading of glCompressedTexSubImage*D Lynix 2016-04-21 13:21:06 +02:00
  • 3caeb91a32 Core/Endianness: Add SwapBytes shortcut Lynix 2016-04-21 13:20:46 +02:00
  • 0d75f8ab2e Audio/Music: Fix warning Lynix 2016-04-18 12:37:20 +02:00
  • 1a9ef6a42a Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-04-18 12:14:56 +02:00
  • 6a259c9ef9 Sdk/LuaBinding: Expose BindComponent for user components Lynix 2016-04-17 20:50:26 +02:00
  • 43c1243b75 Fix merge problems Lynix 2016-04-17 20:22:29 +02:00
  • b3455e88ca Graphics/DepthRenderTechnique: Add Clear method Lynix 2016-04-17 19:58:15 +02:00
  • 37aa00b2e7 Merge branch 'master' into NDK-ShadowMapping Lynix 2016-04-17 19:57:15 +02:00
  • 922e49accb Ignore more VS stuff Lynix 2016-04-17 19:39:34 +02:00
  • 19e4a35e46 Sdk/Systems: Fix update rate Lynix 2016-04-17 19:29:01 +02:00
  • 6d146e30c8 Audio/Music: Fix GetPlayingOffset and SetPlayingOffset Lynix 2016-04-17 19:28:44 +02:00
  • 2415002fc5 Audio/Sound: Fix GetPlayingOffset/SetPlayingOffset on some implementations Lynix 2016-04-17 19:28:20 +02:00
  • b87a8b3f25 Audio/Sound: Replace error check by assert Lynix 2016-04-17 18:09:22 +02:00
  • ba176af5cd Audio/SoundBuffer: Fix duration of large sound files Lynix 2016-04-17 18:08:37 +02:00
  • 76bc70b210 Network/RUdpConnection: Add packet loss simulator Lynix 2016-04-17 17:56:02 +02:00
  • 1a5dd41407 Network/RUdpConnection: Remove useless arg from Listen Lynix 2016-04-17 17:55:21 +02:00
  • 9ea9137c21 Lua/LuaClass: Rename Set[Static]Method to Bind[Static]Method Lynix 2016-04-16 18:48:27 +02:00
  • c8dd28f75c Sdk/RenderSystem: Allow to change render technique Lynix 2016-04-16 18:40:58 +02:00
  • 104e393d65 Core/LockGuard: Improve LockGuard Lynix 2016-04-16 18:38:52 +02:00
  • 1ec8c8c5e0 Core/Error: Remove Directory include in Error.hpp Lynix 2016-04-11 13:01:17 +02:00
  • 59ef4bc9b5 Core/UnitTests: Fix compilation Lynix 2016-04-07 04:20:37 +02:00
  • a31a969409 Replace useless reinterpret_cast by static_cast Lynix 2016-04-07 04:20:18 +02:00
  • 0697fe1079 Revert "Graphics/RenderTechnique: Remove Clear method" Lynix 2016-04-06 12:39:29 +02:00
  • 9efed23cbc Utility/Algorithm: Fixes sphere generation Lynix 2016-04-05 12:47:28 +02:00
  • 5f823c9126 Renderer/Renderer: Add default UV to fullscreen quad buffer Lynix 2016-04-05 12:47:13 +02:00
  • 0f135232da Examples: Add Tut01 Lynix 2016-04-04 13:47:52 +02:00
  • f4f799baa1 Merge pull request #57 from Gawaboumga/linux-compilation-merge Lynix 2016-04-04 12:28:25 +02:00
  • 91f2bee487 Bug fix -> String with one char + Directory and File on linux Gawaboumga 2016-04-04 10:36:13 +02:00
  • 265e1c0fbd Fix compilation for gcc/clang + tests for serialization Gawaboumga 2016-04-04 10:17:05 +02:00
  • 85c2cd43e7 Sdk/Application: Store worlds in a list to prevent their memory position to move Lynix 2016-04-03 22:42:31 +02:00
  • 8481a3ae90 Sdk/LuaAPI: Add MusicParams binding Lynix 2016-04-03 22:41:47 +02:00
  • f8a716aa84 Sdk/LuaAPI: Bind class music Lynix 2016-04-02 18:56:16 +02:00
  • de8f8e0743 Audio/Music: Fix infinite loop Lynix 2016-04-02 18:55:55 +02:00
  • 621e0d123c Sdk/Console: Fix SetCharacterSize not changing size of history and input Lynix 2016-04-01 22:25:59 +02:00
  • 812e7a940c Sdk/Application: Fix world updating once after window closing Lynix 2016-04-01 22:25:30 +02:00
  • d8610d139b Utility/STBSaver: Fix failure error message Lynix 2016-04-01 18:58:58 +02:00
  • 0a17aacae6 Sdk: Fix server building Lynix 2016-04-01 18:58:45 +02:00
  • 3e7facc342 Sdk/World: Fix handles when moving Lynix 2016-04-01 18:58:37 +02:00
  • 50f25e6bcc Sdk/LuaAPI: Add Application binding Lynix 2016-04-01 18:58:22 +02:00
  • 6669733af3 Sdk/LuaAPI: Fix audio binding Lynix 2016-04-01 18:58:02 +02:00
  • fdccc9e510 Sdk/LuaAPI: Bind VelocityComponent Lynix 2016-04-01 18:57:51 +02:00
  • 2736081578 Sdk/Application: Add GetUpdateTime() Lynix 2016-04-01 18:57:23 +02:00
  • 8732cc9459 Sdk/Console: Add Clear method Lynix 2016-04-01 18:57:07 +02:00
  • 9a472a4a1c Sdk/LuaAPI: Bind console Lynix 2016-04-01 18:56:57 +02:00
  • 1dd13046cd Sdk/LuaAPI: Add Vector2 Lynix 2016-04-01 18:55:59 +02:00
  • 916e3c2d7c Sdk/LuaAPI: Add querying color Lynix 2016-04-01 18:55:43 +02:00
  • e447b6c928 Lua/LuaInstance: Fix defaulting floating point Lynix 2016-04-01 18:55:17 +02:00
  • 6808d60cc1 Sdk: Remake LuaAPI internal Lynix 2016-03-31 22:51:10 +02:00
  • 1ecc52c718 Sdk: Add binding of SDK Lynix 2016-03-31 21:16:48 +02:00
  • 809c340edc Sdk: Add Network binding Lynix 2016-03-31 21:16:05 +02:00
  • 82d1fbb057 Sdk: Add NodeComponentHandle Lynix 2016-03-31 21:15:17 +02:00
  • 1c1625070e Sdk: Add GraphicsComponentHandle Lynix 2016-03-31 21:15:10 +02:00
  • 64cd5e0cf3 Sdk: Add WorldHandle Lynix 2016-03-31 21:14:55 +02:00
  • a77ad42fcb Add generic handlers Lynix 2016-03-31 21:14:22 +02:00
  • a2f6e54104 Sdk/BaseComponent: Add GetMaxComponentIndex static method Lynix 2016-03-31 20:15:38 +02:00
  • 9b988f8960 Merge branch 'application' Lynix 2016-03-30 19:45:33 +02:00
  • b4d0dd1758 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine Lynix 2016-03-30 18:39:08 +02:00
  • 3adae93ea9 Fix whitespace Lynix 2016-03-30 18:37:41 +02:00
  • 115565fa1e Network/Enums: Fix SocketState_Max Lynix 2016-03-30 18:37:31 +02:00
  • 2b51a8b4b6 Sdk/Console: Add command history Lynix 2016-03-30 18:36:54 +02:00
  • b331d66c70 Lua/LuaClass: Add possibility to set up a custom converter Lynix 2016-03-30 18:16:05 +02:00
  • b6ea30f9c1 Lua/LuaClass: Add a default ToString implementation Lynix 2016-03-30 18:15:17 +02:00
  • 9390ce35b3 Lua/LuaInstance: Add automatic conversion of std::vector Lynix 2016-03-30 18:06:18 +02:00
  • bf288e7f06 Lua/LuaInstance: Fix crash with invalid objects Lynix 2016-03-30 18:05:28 +02:00
  • a8303d8d24 Lua/LuaInstance: Fix enum querying Lynix 2016-03-30 18:05:11 +02:00
  • 308b297a46 Lua/LuaInstance: Set SetTable as const Lynix 2016-03-30 17:50:48 +02:00
  • cc9aec3a52 Core/HardwareInfo: Fix comments Lynix 2016-03-30 17:50:26 +02:00
  • 5465951f87 Core/ResourceLoader: Fix assert Lynix 2016-03-30 17:49:27 +02:00
  • 8ae493b535 Ndk/StateMachine: Fix constructor not calling State::Enter Lynix 2016-03-29 23:42:25 +02:00
  • 12968c73fe Merge branch 'master' into application Lynix 2016-03-29 21:47:56 +02:00
  • dd87b9b115 Ndk/GraphicsComponent: Add BoundingVolume Lynix 2016-03-26 01:38:30 +01:00
  • 2b9dcb47c0 Math/BoundingVolume: Fix compilation Lynix 2016-03-26 01:38:03 +01:00
  • c22abcdc68 Merge branch 'master' into application Lynix 2016-03-25 23:18:09 +01:00
  • b28ab414c9 Math/BoundingVolume: Add ExtendTo method Lynix 2016-03-25 23:07:59 +01:00
  • 11fe78f7e0 Ndk/StateMachine: Add constructor/destructor, should be usable now Lynix 2016-03-25 21:34:17 +01:00
  • 8d6c8e8a79 Sdk/Application: Fix errors while exiting Lynix 2016-03-19 14:20:55 +01:00
  • 8aa406a310 Sdk/Application: Fix AddWorld Lynix 2016-03-19 14:20:28 +01:00
  • 42874b90d9 SDK: Add StateMachine (FSM) Lynix 2016-03-19 12:21:07 +01:00
  • d2e3bb36a6 Alphabetical commit Lynix 2016-03-15 23:00:58 +01:00
  • 83884015fc Add current work Lynix 2016-03-15 23:00:03 +01:00
  • 3f9a4170f1 Network: Add RUdpConnection class (experimental) Lynix 2016-03-09 13:54:04 +01:00
  • 8e3c542049 Core/ByteStream: Remove assertion on ByteStream pointer Lynix 2016-03-09 13:52:39 +01:00
  • b4e98dc7fc Formats: Change skip string format Lynix 2016-03-09 12:41:39 +01:00
  • 1a95c314ff Core/ParameterList: Make errors silent by default Lynix 2016-03-08 13:58:09 +01:00
  • d349b9583e Core: Fix missing include Lynix 2016-03-08 13:43:11 +01:00