kervala
|
81d9ccb3cc
|
Fixed: Use ...ARBPROC declarations for ARB_occlusion_query (to fix a conflict with official OpenGL headers under Mac OS X)
|
2014-08-27 11:19:20 +02:00 |
|
kervala
|
3777d38bcb
|
Fixed: Compilation under Mac OS X (malloc is already aligned on 16 bytes and memalign doesn't exist)
|
2014-08-27 11:16:30 +02:00 |
|
kaetemi
|
09ed249fe9
|
Remove warnings, ref #177
|
2014-08-26 13:48:34 +02:00 |
|
kaetemi
|
985bb2d985
|
Adjust casts, ref #177
|
2014-08-26 13:33:18 +02:00 |
|
kaetemi
|
ba0317e4cf
|
Inventory bug workaround, ref #177
|
2014-08-25 15:32:00 +02:00 |
|
kaetemi
|
f9bc294f03
|
Link group_wheel.cpp, ref #176
|
2014-08-25 14:56:29 +02:00 |
|
kaetemi
|
bbb0134d44
|
EOL
|
2014-08-19 15:42:42 +02:00 |
|
kaetemi
|
900be17061
|
EOL
|
2014-08-19 15:38:16 +02:00 |
|
kaetemi
|
914b35dd4b
|
EOL
|
2014-08-19 15:37:31 +02:00 |
|
Laszlo Kis-Adam
|
e20f693754
|
Merged in dfighter1985/ryzomcore/gsoc2014-dfighter (pull request #72)
GSOC2014 tools commits
|
2014-08-19 00:59:26 +02:00 |
|
dfighter1985
|
99e8b5c749
|
Merged default.
|
2014-08-19 00:33:03 +02:00 |
|
kaetemi
|
8412739105
|
Merge
|
2014-08-18 21:14:27 +02:00 |
|
kaetemi
|
1ebe2c62b4
|
Crashfix in case pacs_prim are exported into .ig
|
2014-08-18 20:23:27 +02:00 |
|
dfighter1985
|
591937500d
|
Save changes.
|
2014-08-18 19:49:32 +02:00 |
|
dfighter1985
|
c8199efbf8
|
Array resize.
|
2014-08-18 18:03:48 +02:00 |
|
Matthew Lagoe
|
3b81c6b32a
|
Merged in shubham_meena/ryzomcore (pull request #70)
Adding comments with more description and removed doxygen errors
|
2014-08-18 00:55:01 -07:00 |
|
shubham_meena
|
33d3d4d8b0
|
Improved documentation with doxygen generated doc
|
2014-08-18 07:13:15 +05:30 |
|
dfighter1985
|
90e3d24c00
|
Moved BrowserCtrlPvt to it's own files.
|
2014-08-18 01:50:07 +02:00 |
|
kaetemi
|
53e2dd439b
|
Fix shape lightmap optimize
|
2014-08-17 19:40:43 +02:00 |
|
kaetemi
|
083db51ce2
|
Crashfix in case pacs_prim are exported into .ig
|
2014-08-17 19:37:20 +02:00 |
|
kaetemi
|
8473f15074
|
Crashfix in case pacs_prim are exported into .ig
|
2014-08-17 16:48:51 +02:00 |
|
kaetemi
|
7d686dbee6
|
Crashfix in case pacs_prim are exported into .ig
|
2014-08-17 16:41:09 +02:00 |
|
kaetemi
|
36d69dd2eb
|
Crashfix in case pacs_prim are exported into .ig
|
2014-08-17 16:22:56 +02:00 |
|
kervala
|
5d2fc44ac1
|
Merge
|
2014-08-17 16:08:25 +02:00 |
|
kervala
|
a7bac6f67f
|
Changed #172 XML floating point serialization not using neutral culture
|
2014-08-17 16:05:51 +02:00 |
|
kaetemi
|
5e668e5386
|
Additional fix #172 set _Locale to NULL after release
|
2014-08-17 16:02:51 +02:00 |
|
kaetemi
|
e4b7df9f06
|
Fix continent path bug
|
2014-08-17 15:58:42 +02:00 |
|
kervala
|
ffc821f641
|
Fixed #172 XML floating point serialization not using neutral culture
|
2014-08-17 15:39:30 +02:00 |
|
kaetemi
|
32aed9e995
|
Maxscript selection clear fix
|
2014-08-16 14:51:29 +02:00 |
|
kaetemi
|
c72d550b4d
|
Zone light exporter adjust
|
2014-08-16 14:51:29 +02:00 |
|
dfighter1985
|
ae0d05f5a4
|
Use the string 'array size' as the name for the property holding the array size.
|
2014-08-16 03:46:52 +02:00 |
|
dfighter1985
|
5b8a8b855d
|
Only add atoms to the property browser..
|
2014-08-16 03:10:50 +02:00 |
|
dfighter1985
|
19210e350f
|
Only add atoms to the property browser..
|
2014-08-16 02:51:30 +02:00 |
|
dfighter1985
|
d5651ae591
|
Handle selected arrays too ( show size, changing it isn't implemented yet ).
|
2014-08-16 02:47:29 +02:00 |
|
dfighter1985
|
3cd0f3fd7c
|
Only add atoms to the property browser.
|
2014-08-16 02:01:07 +02:00 |
|
dfighter1985
|
e208a130e2
|
Fixed a crash. Setting a value into a valueless Georges node doesn't assign a type, which leads to a crash when trying to poll the value directly from the node. However if the value is polled indirectly using the node's name the value can be retrieved without a crash.
|
2014-08-15 23:49:12 +02:00 |
|
botanic
|
13aa68778b
|
updated hgignore
|
2014-08-15 03:55:49 -07:00 |
|
botanic
|
66bb473e1f
|
updated doxygen
|
2014-08-15 03:49:39 -07:00 |
|
shubham_meena
|
c4ce26501c
|
Merged in Gsoc14-ryzomAppImprovements (pull request #1)
Merging Gsoc 14 branch with default
|
2014-08-15 01:05:39 +05:30 |
|
shubham_meena
|
7277168baf
|
code modified to accept request through Rest and sending achievments in response
|
2014-08-15 00:24:31 +05:30 |
|
shubham_meena
|
84a46bc255
|
bug fix in plugin installation
|
2014-08-15 00:13:00 +05:30 |
|
shubham_meena
|
b1482c512a
|
added option for posting data in REST api
|
2014-08-14 22:25:16 +05:30 |
|
shubham_meena
|
fddec32184
|
BugFixes: achievements and API key management plugins
|
2014-08-14 22:20:05 +05:30 |
|
shubham_meena
|
87091a823a
|
small bug fix: support group missing brackets at end
|
2014-08-13 18:32:13 +05:30 |
|
shubham_meena
|
a4aeb375ba
|
Added few more options in REST api
|
2014-08-13 12:57:30 +05:30 |
|
dfighter1985
|
2b3cbe52a8
|
Apply changes.
|
2014-08-12 21:00:33 +02:00 |
|
dfighter1985
|
4dcbd2182d
|
Shown properties can now be edited.
|
2014-08-12 20:17:10 +02:00 |
|
dfighter1985
|
a8b1a0eca3
|
First iteration of the property browser.
|
2014-08-12 19:26:55 +02:00 |
|
shubham_meena
|
aea9ae3c25
|
Bug Fix: delete plugin option available for inactive plugins
|
2014-08-12 12:46:22 +05:30 |
|
shubham_meena
|
6abb3ac265
|
API key management plugin for ams
|
2014-08-12 00:33:58 +05:30 |
|