Gawaboumga
|
7f4a7c1012
|
Add override where missing
Former-commit-id: 2a876a280bc29f45ba81cedff5a3efeb5b70efab
|
2015-12-30 15:15:20 +01:00 |
Gawaboumga
|
92eaf8db1f
|
Linux is case-sensitive
Former-commit-id: 40f31badac6bd4f19d8b54850ab0be8e486f08c2
|
2015-12-30 15:08:30 +01:00 |
Lynix
|
84f6803aac
|
Fix Markdown I just broken
Former-commit-id: 60468e60076aa6d759b4c6b7779dae1346e74cd3
|
2015-12-30 12:03:24 +01:00 |
Lynix
|
94037128b3
|
Update Readme (#50)
Former-commit-id: 3c0a0b203f2b97b6b3a05be14c279201afe1b4c0
|
2015-12-30 12:02:19 +01:00 |
Lynix
|
1926b28d63
|
Graphics/Light: Add missing GetInnerAngleCosine() and GetInvRadius() implementation
Former-commit-id: 7deb6b2dd76139ccc98801cdb36a27e1f5979722
|
2015-12-18 13:46:15 +01:00 |
Lynix
|
26e7fa1686
|
Ndk: Add EntityOwner class
Former-commit-id: ef7486e39124642cb1d1b8c24c4c726dc592486b
|
2015-12-18 13:27:09 +01:00 |
Lynix
|
39f2c4eb07
|
Lua/LuaInstance: Resolve ambiguous overload
Former-commit-id: 581b56a8e83f67b4f44413b7c4e75071e77cf0f5
|
2015-12-18 13:26:08 +01:00 |
Lynix
|
163e73f5d2
|
Lua: Some fixes
Former-commit-id: 6db68a9c5e29a81fdd590bd11167841dda780af1
|
2015-12-17 14:20:33 +01:00 |
Lynix
|
52599132a7
|
Lua/LuaInstance: Add [Check|Set][Field|Global] helpers
Former-commit-id: 4c6cb6097a28daa9099b3f00c201e49ec850c320
|
2015-12-17 13:47:25 +01:00 |
Lynix
|
ee2626b928
|
Lua: Optimize binding
Former-commit-id: 647a1731f75098b4a8b8f8785e683533931e085a
|
2015-12-17 13:41:13 +01:00 |
Lynix
|
e5d22a23cc
|
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
Former-commit-id: ae44c15d5bd71c7669100951e7104ec6fb25fd87
|
2015-12-14 12:23:05 +01:00 |
Lynix
|
cfe7c79991
|
Sdk: Add server-side module
Former-commit-id: 4df27d1e44d791aad234d095af08ae3c19660fba
|
2015-12-13 16:36:38 +01:00 |
Lynix
|
4c72e27784
|
Lua/LuaClass: Add pointer objects support
Former-commit-id: b4cf6fb6674278ed341a27d2a8e432845531a333
|
2015-12-13 16:35:42 +01:00 |
Lynix
|
2c79e5f4e0
|
Lua/LuaInstance: Add PushInstance
Former-commit-id: 0e65124d5920a1b5ea3c644e496ae58ddee1cd8e
|
2015-12-13 04:40:50 +01:00 |
Lynix
|
83bd028e8f
|
Lua/LuaClass: Add inheritance (first implementation)
Former-commit-id: 6c7f8d7dace5c857ae71958e15cc13d6a6f9ccb2
|
2015-12-13 03:29:57 +01:00 |
Lynix
|
81334ae382
|
Lua/LuaClass: Optimizations
Former-commit-id: fa8bfbab3f632e91f9aeb56214844be91c94c0f5
|
2015-12-11 14:13:52 +01:00 |
Lynix
|
3cdf6a9f44
|
Core/String: Replace Resize argument by flags, it is now capable of handling UTF-8 sequences
Former-commit-id: 472e3504de06166049fcf1b850c38e5646a2d872
|
2015-12-11 13:35:44 +01:00 |
Lynix
|
bff0e2df21
|
Graphics/ForwardRenderQueue: Fix error
Former-commit-id: a396c373b51128c57f5d8f98291f821b0bfc0c76
|
2015-12-11 13:08:32 +01:00 |
Lynix
|
ee16bee137
|
Sdk/EntityList: Fix entity removal
Former-commit-id: bd85de75d139bd824e96449310063d6fad77f269
|
2015-12-11 13:08:15 +01:00 |
Lynix
|
bfabf0cd5e
|
Lua/LuaInstance: Add support for multi-arg conversion
Allows to convert 3 numbers to a single Vector3 argument (Yup, I'm
working on it)
Former-commit-id: 56766e8b3821c7c4aa44036306c6bcbe658554bb
|
2015-12-10 23:51:19 +01:00 |
Lynix
|
f8f3dbd696
|
Sdk/World: Refactor
Former-commit-id: abdef9b717866de6ab91624242583830573d9320
|
2015-12-10 23:50:35 +01:00 |
Lynix
|
8adc0097df
|
Sdk/Entity: Add enable/disable mechanism
Former-commit-id: 09884bdacf2b573bef516936d2580942cc5d4f66
|
2015-12-10 23:50:09 +01:00 |
Lynix
|
4a71fb2922
|
Lua/LuaClass: Fix parameters sent to Getter/Setter
Former-commit-id: 7ca17fab640f8fb0c5836f8c1ae6186873d645f2
|
2015-12-10 14:09:13 +01:00 |
Lynix
|
91f778dd89
|
Graphics/SkyboxBackground: Add movement scaler
Former-commit-id: 02682210b2b3d4b0cf27c6dd8cf171a025a92701
|
2015-12-10 14:08:09 +01:00 |
Lynix
|
11abcc7da4
|
Lua/LuaInstance: Fix compilation under Clang/GCC
A big thank to gbdivers on this one
Former-commit-id: f96a61ef101b7c9512ada719c82b0836aed3738b
|
2015-12-09 16:34:50 +01:00 |
Lynix
|
688aed0160
|
Lua: Fix typo
Former-commit-id: 59511a3b013e2aaccf1521bfff34fca1d22d1b7c
|
2015-12-09 15:23:43 +01:00 |
Lynix
|
d2584b7c33
|
Lua: Add support for default arguments
Former-commit-id: a319bcadf39b7e1633aaa23f360059a1f7449590
|
2015-12-09 15:11:57 +01:00 |
Lynix
|
d72db3bf4b
|
Lua/LuaInstance: Fix linker error
Former-commit-id: cffd71467f31b7ef28e456ddd96dae1163bef145
|
2015-12-08 18:40:40 +01:00 |
Lynix
|
35b0d293fd
|
Lua/Enums: Fix missing namespace
Former-commit-id: 08a82b09341df944b7f9b0aa102ce089f3cc4a95
|
2015-12-08 18:40:26 +01:00 |
Lynix
|
ee2257810c
|
Core/Directory: Fix crash at the end of program with MinGW
Former-commit-id: 822d053793e0efc4e3dbb69fbfca556667c303f6
|
2015-12-07 22:49:40 +01:00 |
Lynix
|
93fae53ea5
|
Graphics: Qt-friendly change
Former-commit-id: b4b278897d681ea5361ce9f751a0ecba7acd34ee
|
2015-12-07 22:45:07 +01:00 |
Lynix
|
6284503da6
|
Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK
Former-commit-id: ddfe1d92246d6717e4e4ec2e982eddfa1b74ed50
|
2015-12-07 19:55:05 +01:00 |
Lynix
|
4ccbaece88
|
Lua: Fix compilation error with some arguments type
Former-commit-id: 954f5ddff3c7fba4fa5975321f2c6a1c89c3d4ad
|
2015-12-07 19:54:45 +01:00 |
Lynix
|
9f9705ccfa
|
Core: Rewrite Log system
Former-commit-id: 42bc22a2172507d1dbbdffe570f36067366a67e3
|
2015-12-07 18:18:14 +01:00 |
Lynix
|
f1166b68a9
|
Sdk /CameraComponent: Fix render target resizing
Former-commit-id: c730aa1cd42d334fd3687cb76accc54d4a7fc1d7
|
2015-12-04 19:36:38 +01:00 |
Lynix
|
0f889a0140
|
Core/Clock: Add documentation
Former-commit-id: e55e7dff873349eb0cc26e6c364b0d5967c3149a
|
2015-12-01 13:40:48 +01:00 |
Lynix
|
f71886e66d
|
Add Doxygen file
Former-commit-id: 2413ae175784c830c88bc282e58d0c4880e70202
|
2015-12-01 13:40:40 +01:00 |
Lynix
|
26681b48b7
|
Sdk/GraphicsComponent: Fix copy constructor
Former-commit-id: 8007e8c374d2c9442bc45b6c911666ba5f3a39b1
|
2015-11-30 18:19:38 +01:00 |
Lynix
|
6fcf7dcf23
|
Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK
Former-commit-id: d6270f2f36e4b83124f8d6525954db304e0bb32a
|
2015-11-30 12:51:01 +01:00 |
Lynix
|
5e8f8549af
|
Core/Posix: Fix file opening in ReadWrite mode
Former-commit-id: 7c4a5d3e31e9449fa3c23cfad58523ed54b7834a
|
2015-11-30 12:50:56 +01:00 |
Lynix
|
9b0e903e31
|
Core/Win32: Fix file opening in ReadWrite mode
Former-commit-id: 58feae9f282529b8067fae52e81d29bdada154f9
|
2015-11-30 12:50:55 +01:00 |
Lynix
|
840c591b6e
|
Fix linking problem in United mode
Former-commit-id: 6c78f8bb7fba17bda69a622a8028c59d2fadcca2
|
2015-11-28 13:53:26 +01:00 |
Lynix
|
8915619934
|
Lua: Add automatic method binding
Former-commit-id: fccd5f3682f6581db6b6b5976f4d0d3e0afa324c
|
2015-11-28 02:51:42 +01:00 |
Lynix
|
6bc285cb00
|
Fix compilation for GCC
Former-commit-id: 7c51c59904fa86f952b704d175b09b32640d9395
|
2015-11-28 02:07:56 +01:00 |
Lynix
|
0a0e6d00f7
|
Graphics: Add render order
Former-commit-id: 881ae69c214e024846dc0165f3476f76f5bcc0b5
|
2015-11-27 23:38:54 +01:00 |
Lynix
|
5d3e4d7aeb
|
Core/GuillotineBinPack: Fix search error
Former-commit-id: 8b7428f59b0a1258c8096df2f784910523dee79d
|
2015-11-26 23:57:48 +01:00 |
Lynix
|
1e5cad5b24
|
Core/Unicode: Fix Unicode export
Former-commit-id: 670984e75c25b3986f7cde250db073421e4b935a
|
2015-11-25 18:28:33 +01:00 |
Lynix
|
72a6148d1b
|
Core/MemoryView: Fix OpenMode
Former-commit-id: 71c88a9583981236650551b8bc0884abc04aeec5
|
2015-11-25 18:20:17 +01:00 |
Lynix
|
4619099a01
|
Core/SimpleTextDrawer: Fix assignment operator
Former-commit-id: 52aa69ef0712d142ab36eae6dedf084c32a08012
|
2015-11-25 18:20:02 +01:00 |
Lynix
|
b5fb11b5c2
|
Core/Serializer: Add FlushBits method
Former-commit-id: 64b8d4277001ab763dc92c0a157ebce72a8bfef8
|
2015-11-25 18:19:38 +01:00 |