Commit graph

97 commits

Author SHA1 Message Date
kervala
9cee4d65fc Changed: Including malloc/malloc.h is useless 2014-08-27 11:21:47 +02:00
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
f9bc294f03 Link group_wheel.cpp, ref #176 2014-08-25 14:56:29 +02:00
dfighter1985
99e8b5c749 Merged default. 2014-08-19 00:33:03 +02:00
kaetemi
1ebe2c62b4 Crashfix in case pacs_prim are exported into .ig 2014-08-18 20:23:27 +02:00
dfighter1985
e4abdd69ad Merge default 2014-08-07 00:03:09 +02:00
dfighter1985
3e3572c3ab Tile loading more or less works. TODO: investigate why displacement map lookup causes crashes. 2014-08-05 02:58:31 +02:00
kaetemi
f4d83149a7 GL: Occlusion query bugfix 2014-08-03 22:15:12 +02:00
dfighter1985
8d7c974be6 Started to rework tile checks, tile banks loading / saving. A tilebank will now be in the tilemodel, and it will work from there. Also moved some constants into an independent file. 2014-08-03 21:33:13 +02:00
kervala
59b1141d37 Changed: #172 XML floating point serialization not using neutral culture (for VC++ 2005 and up) 2014-08-02 11:18:24 +02:00
kervala
f63f7acfbd Fixed: build_interface currently only works with 32 bits bitmaps 2014-08-02 10:58:50 +02:00
kervala
8f7a050a9e Fixed: VC++ 2010 compiler bug in for loop variables reuse 2014-08-02 10:57:31 +02:00
kervala
8356b791d4 Fixed: Some NeL tools in 3d directory don't need NeL 3D 2014-08-01 17:17:53 +02:00
kervala
5cb991c1b0 Fixed: Compilation of PACS tools without NeL 3D 2014-08-01 17:00:08 +02:00
dfighter1985
47b85c3f8a TileBank loading. 2014-07-30 10:54:08 +02:00
kaetemi
371b58b0f5 ryzomcore/v0.9.1 2014-07-29 19:21:25 +02:00
kaetemi
5ffea55bcc Crash workaround in IG loading, ref #171 2014-07-31 19:50:25 +02:00
kaetemi
d0793b2e6b Bugfix 2014-07-30 21:47:48 +02:00
kaetemi
597221ecef Fix XRef ligo export 2014-07-30 20:56:28 +02:00
kaetemi
ca94c90ae6 Faster ligo export step 2014-07-30 20:56:28 +02:00
kaetemi
71d16b0e24 Crashfix for 3ds Max export 2014-07-30 20:56:28 +02:00
kaetemi
6b6f4fac2f Cleanup 2014-07-29 16:48:14 +02:00
kaetemi
20acc5a48c Fix Skin export interface issue, #169 2014-07-29 15:42:11 +02:00
kaetemi
7d79e75d1a Add warning 2014-07-29 15:23:51 +02:00
kaetemi
00881eed6c Crashfix Physique export 2014-07-29 15:23:06 +02:00
kaetemi
a3b0f16823 Remove a debug assert 2014-07-29 14:39:07 +02:00
kaetemi
5390f976cf Bugfix 2014-07-29 14:25:28 +02:00
kaetemi
e854571ba5 Initialize object viewer viewport at correct size 2014-07-29 14:10:40 +02:00
kaetemi
661d5fd274 Compile fix 2014-07-29 14:09:08 +02:00
dfighter1985
a9a4f4eaa3 Merged default. 2014-07-22 00:15:50 +02:00
KISHAN GRIMOUT
bc45823645 fix windows 64-bit crash in client due to VS 64-bit compiler bug, fix #164 2014-07-16 13:47:08 +02:00
kaetemi
f81032039a Fix self illumination color widget in NeL Material script 2014-07-28 18:32:05 +02:00
kaetemi
27269065ab Fix NeL Material script defaults, fix #166 2014-07-28 18:31:40 +02:00
kaetemi
6db922232e Adjust 3ds Max plugin versioning info 2014-07-28 18:31:20 +02:00
kervala
a9b162b016 Fixed: Initialization of pointers in constructor 2014-07-19 14:02:43 +02:00
kervala
fb40a59387 Changed: Minor optimization and warning 2014-07-19 14:01:44 +02:00
kervala
f7d9b32051 Changed: Replaced tests with .size() by .empty() because faster 2014-07-19 14:01:03 +02:00
kervala
2508728714 Changed: Minor change 2014-07-19 11:24:07 +02:00
kervala
fd4376b1a4 Changed: Some Big endian swaps (for PowerPC especially) 2014-07-19 11:23:49 +02:00
kervala
2d4c4cd3cf Fixed: Warning 2014-07-19 11:16:43 +02:00
kervala
7c95946416 Changed: Replaced atof by NLMISC::fromString 2014-07-19 11:14:38 +02:00
dfighter1985
7e6b3ffa06 Texture chooser now supports atlas textures as well. 2014-07-09 21:07:12 +02:00
kaetemi
868ff2d106 Fix #162: Center ingame mouse cursor after login 2014-07-09 12:31:22 +02:00
kaetemi
2efdca688e Formatting: Use tabs 2014-07-09 16:59:55 +02:00
KISHAN GRIMOUT
b99dab48c6 fix windows 64bit build in mem_displayer.cpp 2014-07-09 13:41:43 +02:00
dfighter1985
2277dbb92b CPath can now return the file list with a path filter. 2014-07-06 23:21:25 +02:00
dfighter1985
a30caef9e1 Added facilities for viewing the loaded actions. 2014-07-02 22:27:04 +02:00
dfighter1985
31ee29c7dc Quelled some compiler compliants. 2014-06-29 03:01:43 +02:00
dfighter1985
b65fd4b18b tooltip parent is now changable using an enum. 2014-06-29 02:53:33 +02:00