Lynix
64f49cd162
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
...
Former-commit-id: 40b9e664b314de916f3a368eb4f9bdeec4656106 [formerly 3d8f980ec64eb6b03c6396052e05226b0ba003f3]
Former-commit-id: 62557219dcab794f14d8244c7a36e62dfa952b53
2016-05-31 13:25:03 +02:00
Lynix
0b389d10a4
Add Linux binaries for extern libraries
...
Former-commit-id: bd78d2c8c85facea7acf0221c9ea85c314589444 [formerly 38cac051662a2f48614b74fcb3d4ab3f93a95fb2]
Former-commit-id: fdbc531a8c41f06359f683053d8ed9d494b2f9ee
2016-05-31 13:03:52 +02:00
Lynix
f19117e84f
Physics: Add new libraries for Windows
...
Former-commit-id: 55870046787c3c3ae067f09d1ab1c8cb2114f2ca
2016-05-31 09:06:24 +02:00
Lynix
b6ba99ae23
Physics: Upgrade Newton to 3.13
...
Former-commit-id: 0744442f892fd7f53d9497669975b381b7bc1369
2016-05-31 09:02:35 +02:00
Lynix
e7ef441070
Extlibs/STB: Fix STB compilation in C mode
...
Former-commit-id: 6cc1453e20ad15ff7f9d9b7d7212d92a13306e85
2016-05-30 13:54:02 +02:00
Lynix
79c15d6271
Build: Fix default platform on 32bits os
...
Former-commit-id: 01a32275da73f662048a9acb4750c43e7d483305
2016-05-30 13:52:08 +02:00
Lynix
dc4510d5cf
Examples: Add empty project for testing purposes
...
Former-commit-id: bdecb65da518637c42e608e77ac49fedeb24ef00
2016-05-30 13:50:52 +02:00
Lynix
3e4051d82c
Build: Fix linking for audio and utility system for POSIX
...
Former-commit-id: b6bf529230e967996fa27d5636aeedc9f78d6e73
2016-05-30 08:50:49 +02:00
Lynix
6959e0bde6
Build: Improve build
...
- Help linux default to 64bits build in case of 64bits OS
- Fix linux linking with tools
Former-commit-id: c6444a691a8b0be6e85b284c60cc3f43056eee01
2016-05-30 08:48:22 +02:00
Lynix
18868082fc
Graphics/DepthRenderTechnique: Fix typo in include name
...
Former-commit-id: 8ac7a886fbb406d1c03ceae5ea8ac71bb48364b7
2016-05-30 07:41:32 +02:00
Lynix
8a3339badf
Fix some GCC warnings
...
Former-commit-id: 31c8460b4656c29ac165d7aa28f335851f2565df
2016-05-25 13:52:10 +02:00
Lynix
840b03691a
Plugins/Assimp: Fix stack corruption
...
Former-commit-id: 15b1c22cd0bbb1601e23b1e4bd037fe0cc13ab24
2016-05-18 00:44:58 +02:00
Lynix
d2a6ead9f3
Plugins/Assimp: Fix UV parameters
...
Former-commit-id: 7130ef5a3303aa24c882fc3daa36cbdf7096c265
2016-05-17 20:22:30 +02:00
Lynix
a386a8bd2d
Graphics/Light: Fix compilation
...
Former-commit-id: 0ae92c86e52bb18aa9587fbb82c932b71b44484c
2016-05-17 20:14:06 +02:00
Lynix
e0b714dacc
Sdk/LuaAPI: Fix handles retrieval
...
Former-commit-id: a1704c9ded36a42badda6303ac28018797772e82
2016-05-17 18:11:05 +02:00
Lynix
7df52a3ad0
Utility/DDSLoader: Fix bit reversing for exotic format
...
Former-commit-id: d12dc599714bbdeefda000eade3159080b764bde
2016-05-17 17:09:08 +02:00
Lynix
3dc81263dc
Core/Bitset: Fix OR/XOR with two bitset of similar size
...
Former-commit-id: 5de82c13f397c04497c11a98e1bd745c686cbb50
2016-05-17 17:08:45 +02:00
Lynix
5be03ab2f2
Core/Algorithm: Add ReverseBits function
...
Former-commit-id: 10921a52223af92ddaf951f613eb93945133078b
2016-05-17 17:08:14 +02:00
Lynix
8a38bb767d
Utility: Rework PixelFormat (WIP)
...
Former-commit-id: bb48562e5f5caac023fcfca7840931aaae7a7821
2016-05-17 14:23:45 +02:00
Lynix
4ecc701ad2
Build: Copy all dependency modules to the example directory
...
Former-commit-id: e6c2cb47433d84c17e7277125180469f2b3f0d37
2016-05-16 20:02:59 +02:00
Lynix
59b9e96f21
Build: Make every lib copy its binaries (and dependency bins) to the example/bin folder
...
Former-commit-id: 6f966190fd910968615553f4c9250d2f14a5c726
2016-05-15 00:38:19 +02:00
Lynix
6c8d2ed03a
Merge branch 'NDK-ShadowMapping'
...
Former-commit-id: 0fcd92b113069d2ee1edc74cf9be471cd6d97267
2016-05-13 13:06:23 +02:00
Lynix
6274692108
Sdk/CameraComponent: Clean include
...
Former-commit-id: 3ff8192a4ae46441c7f3d5554c532f6a0bcc07da
2016-05-13 13:02:42 +02:00
Lynix
206c0a9adc
Core/Color: Add IsOpaque method
...
Former-commit-id: b730460b9d81adbcee983648145cbc7a97301329
2016-05-13 12:47:53 +02:00
Lynix
a15b31c646
Graphics/Material: Add Basic2D and Translucent2D materials
...
Former-commit-id: fd07cb7c039d0e30b6fe74378efb3208808f9d9b
2016-05-13 12:47:43 +02:00
Lynix
c15dd5221d
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
...
Former-commit-id: 3bfc3cf3f6be345b552c5d773cd7a11ccd2e5bc4
2016-05-11 12:27:24 +02:00
Lynix
2b04a4722f
Utility/*TextDrawer: Fix bounds starting at a negative position
...
Former-commit-id: 06ac76189b5c36e108b5fc80b3c54d01068deadd
2016-05-11 12:27:18 +02:00
Lynix
b1288c5277
Sdk/LuaBinding: Make LuaClass members public
...
Former-commit-id: 89e8182c833073e12d18ec5a0f0ae0d0f689c4f1
2016-05-09 19:38:30 +02:00
Lynix
0c4172f81b
Core: Update global include
...
Former-commit-id: 6175fae50487b14ddad34bf4de94d0948f994708
2016-05-09 18:11:11 +02:00
Lynix
8328aae028
Core/ObjectHandle: Fix movement
...
Former-commit-id: 8b8c9789447f20572400b05349c75e18960b3e3f
2016-05-09 18:10:58 +02:00
Lynix
8740cf393c
Core/Bitset: Fix infinite loop
...
Former-commit-id: f1246eedcd7a0b327e7e4a70803eb5cd20b071ef
2016-05-09 18:10:46 +02:00
Lynix
e9608366cd
Core/ObjectHandle: Add noexcept move constructor/assignment
...
Former-commit-id: d726fab8750fe02fbed0e605bbf9a757c7f035de
2016-05-09 09:03:11 +02:00
Lynix
11c435aa7d
Core/Bitset: Fix value constructor
...
Former-commit-id: 9ed58dc40a513d32fac946d8876ac702713e279a
2016-05-06 19:15:15 +02:00
Lynix
5d2fa3ce98
Build/Tool: Make Assimp plugin copy its library file to the example directory
...
Former-commit-id: c24dd8b79f56353a4b5b43b7e8de1ff0c672eb05
2016-05-05 23:36:53 +02:00
Lynix
1e3225d1b4
Build: Add an option to copy the built library to the example directory
...
Former-commit-id: 78618a92f864e75c1c46f478a1cfc57726188b89
2016-05-05 23:36:34 +02:00
Lynix
ed3b9f9a21
Examples: Fix MeshInfos since material update
...
Former-commit-id: 1d019a7c6659f2ca0f173711c03e3eb89ed1659b
2016-05-05 21:50:44 +02:00
Lynix
385c597434
UnitTests: Fix errors
...
Former-commit-id: fb2340e5c7c264193f1ac363d6387486215aef7e
2016-05-05 21:27:36 +02:00
Lynix
5e52988d87
Sdk/Binding: Add component access by name
...
Former-commit-id: 8b5cffb55c526124cddffc9f13a05bbecc638bb9
2016-05-05 20:40:25 +02:00
Lynix
d678951c33
Utility: Fix some warnings
...
Former-commit-id: 743eae3bfca7871bdd4c180c53a1ee09fa9dcc5a
2016-05-03 23:18:08 +02:00
Lynix
a6c13f85af
Core/Posix: Add absolutly not tested File::SetSize implementation
...
At least the engine should compile again on posix
Former-commit-id: 16819ae6d032d5c1983fd4b22af3e43fc98800b0
2016-05-03 23:15:22 +02:00
Lynix
943dae72af
Build: Rename .bat scripts
...
Former-commit-id: 8dde8153d3a3065fd98f3e094f8b6fa641e9fd62
2016-05-03 23:04:56 +02:00
Lynix
952205baf3
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
...
Former-commit-id: 987a93d4e0507f8a7dd84ba1e63dce14ec22962e
2016-05-03 22:49:39 +02:00
Lynix
839ab8cebe
Sdk/Binding: Fix querying argument of type IpAddress
...
Former-commit-id: 2980c126f7d216dd4537cef6f745928148eee45e
2016-05-03 22:44:01 +02:00
Lynix
1fa545da73
Utility/Formats: Fix MD5 loading
...
Former-commit-id: 6eb5e2bc69277e0bd87284a66ed73f6fa7e5101c
2016-05-03 12:42:52 +02:00
Lynix
d253e22c8f
Plugins/Assimp: Add material loading
...
Former-commit-id: 09671bb2ad3520622808575af2faca16300d12c1
2016-05-01 19:23:31 +02:00
Lynix
3b5d6e9cde
Make mesh able to carry material informations
...
- Move OBJ Loader to Utility module, where it belongs
- Change Mesh material informations from a path to a parameterlist
- Improve Mesh code
Former-commit-id: f16f48f8b6399188a09797cec3707ab6726bdbca
2016-04-30 18:44:33 +02:00
Lynix
9aab369791
Core/ParameterList: Add support for color values and updated documentation
...
Former-commit-id: 87478d0e90a39ec24779ee9174e9f4e1a1f6d32b
2016-04-30 12:44:34 +02:00
Lynix
d558ef6edc
Merge pull request #61 from TaoSc/master
...
Updated features page and assets' optimization
Former-commit-id: e54a4ef6ccb784f6a606fbeb4474edc20b9e9076
2016-04-30 00:46:32 +02:00
Lynix
ec15f1ddc7
Build/Tut01: Fix linking error
...
Former-commit-id: 487c7613bc0f85efb9f5df75391760eafb801637
2016-04-29 20:40:34 +02:00
Lynix
0aac3ab33e
Build: Improve code and allow to be platform specific about everything
...
Former-commit-id: 7f13e1a49ad33da26c1841ee550c9de03303cd80
2016-04-29 20:34:03 +02:00