Lynix
|
e907db7de1
|
Core/ObjectRef: Make hashable
Former-commit-id: 42dd274e98f24c09612321e2f8d0e957463748d8
|
2016-01-19 12:19:27 +01:00 |
Lynix
|
c94c525446
|
Graphics/TextSprite: Add convenience constructor
Former-commit-id: f6ca6499baf20e561616251950e7749350516b14
|
2016-01-19 12:15:44 +01:00 |
Lynix
|
df7d736b23
|
Physics/Geom: Fix missing initialization/uninitialization (fixes crash at exit)
Former-commit-id: 94e4ec331cd559ba4a2680f36325f25a7d2333f2
|
2016-01-19 12:15:17 +01:00 |
Lynix
|
c359c6925e
|
Graphics/SpriteLibrary: Fix missing initialization/uninitialization (fixes crash at exit)
Former-commit-id: c7bbd781d163a8456f1fadd0f71451adc5a1bd1a
|
2016-01-19 12:14:07 +01:00 |
Lynix
|
d2a1bc3fd5
|
Network: Fix some move stuff
Former-commit-id: 33b24a038319b444b9a3b84cfeea38c8305e6568
|
2016-01-15 08:29:58 +01:00 |
Lynix
|
c9a63bc72c
|
Core: Bring back MemoryStream class (It's not perfect but necessary until a better replacement comes out)
Former-commit-id: e3106b98c9825e313525298a8d46ff9c40bf5027
|
2016-01-15 02:24:34 +01:00 |
Lynix
|
2cace84c90
|
Math/Matrix4: Fix computations.
Sometimes some values can be really small (and very close to zero) without being null.
Former-commit-id: 932160043e4eb4094c7234f8cf4eb7c212966678
|
2016-01-15 01:04:29 +01:00 |
Lynix
|
4562243c5f
|
Utility/SimpleTextDrawer: Update SetColor method (will no longer force full regeneration)
Former-commit-id: 3f3043ea5c5d3add1358d50eb3f92e452d931dbf
|
2016-01-08 14:00:54 +01:00 |
Lynix
|
f9394e7af2
|
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
Former-commit-id: 3569a054e81dff3d44e433bedc9ef62526ebe367
|
2016-01-08 01:30:27 +01:00 |
Lynix
|
bbaa328530
|
Core/Bitset: Replace static members by static constexpr
Former-commit-id: 0c2a2eb8d766f544016068cdc4be859be2b20dd5
|
2016-01-08 01:28:49 +01:00 |
Lynix
|
ae6ba51380
|
Utility: Remove useless file
Former-commit-id: e3b885151fe47d60bc4904605859b98d7b4c4110
|
2016-01-07 18:07:51 +01:00 |
Lynix
|
adf5946711
|
Core/Console: Add CountOf function
Former-commit-id: 8ea1456bc8debae102ca616176febb15d3759d17
|
2016-01-07 13:33:26 +01:00 |
Lynix
|
b9ec4a4fc4
|
Utility/SimpleTextDrawer: Add Clear method
Former-commit-id: 10f7c36edb7f0d1705709b070e78792708cdbebf
|
2016-01-06 19:05:26 +01:00 |
Lynix
|
c6f491ca21
|
Graphics/TextSprite: Optimize Update method
Make it keep established connections instead of clearing everything and connecting again
Former-commit-id: abe315a03ba19059a9a867c23780c2f8cd34345b
|
2016-01-06 12:01:35 +01:00 |
Lynix
|
235fbf1877
|
Utility/SimpleTextDrawer: Add optimized AppendText method
Former-commit-id: 4608e95d19fe5256d205a0d02b75b1f496f629cc
|
2016-01-05 13:50:52 +01:00 |
Lynix
|
856df11d5c
|
Math/Algorithm: Fix compilation (C++14 constexpr is not supported by all major compilers)
Former-commit-id: 83c2d98885763160cedcf03cfb08aa44571703f4
|
2016-01-01 16:34:49 +01:00 |
Gawaboumga
|
139c495966
|
Documentation for Vector4 + static DotProduct & Normalize
Former-commit-id: 4a190589292f299d266e20f7b9723594f2c32468
|
2015-12-30 15:36:38 +01:00 |
Gawaboumga
|
95400fdfab
|
Documentation for Vector3
Former-commit-id: 15f770065aa66e03928d7086403c697be334cb3a
|
2015-12-30 15:36:12 +01:00 |
Gawaboumga
|
844e31fb38
|
Documentation for Vector2 + static DotProduct & Normalize
Former-commit-id: 6f0aa15cd725f9dfaa7f6f99b10c6d2dde4e94a1
|
2015-12-30 15:35:37 +01:00 |
Gawaboumga
|
cec0567fdd
|
Documentation for Sphere + new Unit sphere
Former-commit-id: 8f7dd89c3669f0a791b76ef7cb89d998ce6b336a
|
2015-12-30 15:34:59 +01:00 |
Gawaboumga
|
d733a9c5d1
|
Documentation for Rect
Former-commit-id: 4cb6ff983f7f01611847d29699dab5ca06e17d4a
|
2015-12-30 15:34:36 +01:00 |
Gawaboumga
|
137bc33770
|
Documentation for Ray + New method intersection Ray-Triangle
Former-commit-id: 29989ec859e609582fdb60a67a7fb353a03091a0
|
2015-12-30 15:33:55 +01:00 |
Gawaboumga
|
9efce81eac
|
Documentation for Quaternion
Former-commit-id: b19bd792823e1f49ff088fc95be26f0db185a8a6
|
2015-12-30 15:33:26 +01:00 |
Gawaboumga
|
40d3d6b235
|
Documentation for OrientedBox
Former-commit-id: 77f7c82d7ca16348774ccdf1d4e98432710a585a
|
2015-12-30 15:32:59 +01:00 |
Gawaboumga
|
53f4bacab6
|
Documentation for Plane + add MakeXY methods
Former-commit-id: 688a65089e6e332e3a2ffbed7966e4f9185b79cc
|
2015-12-30 15:32:41 +01:00 |
Gawaboumga
|
f131fd2121
|
Documentation for Matrix4 + Check for affine
Former-commit-id: 9ddb4e85f860b12d06afaa2d32139bea4053eb66
|
2015-12-30 15:32:09 +01:00 |
Gawaboumga
|
fa48b750ae
|
Documentation for Frustum
Former-commit-id: 38c09bfa36e663a77ebeb19f5b2c16f60f99ea14
|
2015-12-30 15:31:27 +01:00 |
Gawaboumga
|
5d0624f03f
|
Documentation for EulerAngles + change Return of Set
Former-commit-id: 7e269b89e880156d66d92cff202095c4e30f344d
|
2015-12-30 15:30:13 +01:00 |
Gawaboumga
|
e2213cac61
|
Documentation for BoundingVolume & Box
Former-commit-id: 0fc14422dc32677f329f95dc7a554127f1b8ba0a
|
2015-12-30 15:29:07 +01:00 |
Gawaboumga
|
007b40b1b3
|
Documentation for Algorithm + constexpr
Former-commit-id: d77905d0ee9a2dde655f548bd175042aa3f5d22d
|
2015-12-30 15:28:13 +01:00 |
Gawaboumga
|
7f4a7c1012
|
Add override where missing
Former-commit-id: 2a876a280bc29f45ba81cedff5a3efeb5b70efab
|
2015-12-30 15:15:20 +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
|
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
|
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
|
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
|
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
|
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
|
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 |