dfighter1985
04dcad32e7
Added support for adding basic primitives cube, sphere, cylinder, teapot.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
a2ccb7e796
The main window takes ownership of ViewPortWidget because of setCentralWidget, so no need to delete it here.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
6d31a50f5d
I'll give up, I don't know why wheel events are not passed over to this widget as native events. Fortunately they are not needed, since the Nel style 3d mouse listener doesn't use them.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
42bf13dcfd
Implemented shape moving/rotating/zooming. Used parts of Dnk's code from object viewer for setting the camera up properly. NOTE: for some reason the ViewPortWidget doesn't receive native mouse wheel events. An investigation is in order.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
66fb3c1284
Shapes can now be loaded and rendered to ViewPortWidget.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
8408ddd552
Added ViewPortWidget.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
96eb64ecbe
Shader can now be set for the rendering pass, using the shader combo box in MaterialWidget.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
cc86cdd3ef
ShaderEditorWidget will now load/save it's content.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
c9cd9cdd3c
Shaders will now show up in the shader combobox of MaterialWidget.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
1f2ff5721e
Shaders are now loaded/saved/deleted from the disk.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
00b47d6a50
Implemented the Shader widget, more or less.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
128c2a3270
Changed the Shader widget a little.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
a57bb57c58
Missed these.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
a71e4bc3ed
Added some Shader related classes. They are not yet complete.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
6d79a2cf6f
Use the color editor for color properties. Also don't crash if property type is not supported by the property browser.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
2e6b1a834f
We don't want duplicate property names and labels either.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
9294cdc644
We don't want duplicate passes.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
ea06a2c656
Property values can now be changed.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
9ee24b3b93
Property browser will now show the properties.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
ed267a6587
Probably we don't want the default first pass to be stuck with us if we're loading a material.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
fa3ad050de
It's not a bad idea to always have at least 1 pass.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
d96b7e2d66
Added a new class, MaterialSpliter, it holds the Material widget, and the Material properties Qt property tree widget, and acts as a proxy / message router for them.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
c9605dde57
Little bit of refactoring.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
832178a83f
Adding / Removing properties will now work.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
94fe455a1a
Material widget now retrieves the passes when loading a material.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
067676c049
Changing passes should now show up on the material widget too!
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
02e61b1e1b
Implemented the functionality of the Render Passes widget.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
30f8c9f9e1
Added a Nel3D proxy class.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
8c35946010
Material properties widget is now linked to the right button.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
85e885f274
Worked a bit more on dynamic material. Also started to rework the material and pass widgets since I've realized I messed it up. Eg.: passes should have properties, not the material itself.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
26fab0c173
Forgot to add these to CMakeLists.txt
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
32071d9053
Added skeleton for CDynMaterial. This class will be the new material.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
40c95e82ff
Changed the shader editor widget into a dialog. Implemented some of the button functions of Shader widget.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
abbc09e19c
Added ShaderWidget, and restructured the material related menu items.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
d46944f258
More GUI skeleton work. Added Shader Editor widget.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
e87e265c42
Implemented some of the buttons of the GUI skeleton.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
5aec012c5f
Added some more widget skeletons.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
ca52a76e5d
Added the skeleton of the OVQT Material Editor plugin.
...
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985
301077c93d
Merged default
...
--HG--
branch : client_config_qt
12 years ago
dfighter1985
d2a7c66e9f
Use to .toUTF8() instead of .toStdString().
...
--HG--
branch : client_config_qt
12 years ago
dfighter1985
e950834079
Merged default
...
--HG--
branch : client_config_qt
12 years ago
Dzmitry Kamiahin
68fe576f01
Fixed self-comparsion in ps.
12 years ago
sfb
1bfba35cd0
merge
12 years ago
kaetemi
76a7df820b
This should fix #41 . It was creating the unknown for the new type and then returning a new sheet for the requested unknown
12 years ago
sfb
2bf56882f8
merge
12 years ago
sfb
8fe6eee93c
fixed #40 with an explicit static_cast.
12 years ago
dfighter1985
bdfa7dbc37
Don't build GUI Editor when not building the GUI library.
12 years ago
kervala
2aea567fe2
Changed: Moved Ryzom detailed version in client
12 years ago
kervala
f68cda5cd2
Changed: Process EventCloseWindowId by client
12 years ago
kervala
0624da9c82
Changed: Added a new event EventCloseWindowId when system reports window should be closed
12 years ago
kervala
67c93a1238
Changed: Warning
12 years ago
kervala
d85e4f9ec7
Changed: EOL fixes
12 years ago
kervala
381eeaef8a
Fixed: Virtual destructor warning
12 years ago
kervala
920cbf55ca
Fixed: Assign instead of a comparison
12 years ago
kervala
b0e717728b
Changed: French comments translated to English
12 years ago
kervala
9aff9ae939
Fixed: PCH compilation
12 years ago
kervala
d505b181f9
Changed: Define CMAKE_OSX_DEPLOYMENT_TARGET if not specified on command line
12 years ago
kervala
33c73f3f16
fixes #33 build failure/error using clang
12 years ago
kervala
0c2e2d3e8f
fixes #32 build failure/error using clang
12 years ago
kervala
3aee7c3ac8
fixes a warning
12 years ago
kervala
ab454f3d92
fixes #31 Luabind can't be found
...
Added PCH support to NeL GUI
12 years ago
kervala
a5806126b4
Fixed: Compilation under Mac OS X (CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE_OSX_SYSROOT must be set on CMake command-line if needed)
12 years ago
dfighter1985
526da8ddf8
MODIFIED: no more action handler spam.
12 years ago
dfighter1985
fb4875570e
Merging dangling default branch.
12 years ago
mattraykowski
b90737e365
changes #6 - updated the NL_VERSION_MINOR version from 8 to 9.
12 years ago
dfighter1985
2bdceaecda
Resolved some build errors occuring after previous commit.
12 years ago
dfighter1985
fe456d91b6
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
12 years ago
dfighter1985
ea8d82cfa6
MODIFIED: #20 Resolved build errors with stlport.
12 years ago
dfighter1985
d106260646
Merged in dfighter1985/ryzomcore (pull request #3 )
...
GCC build error fixes for #20
12 years ago
dfighter1985
df7cf9704f
Merged some changes.
12 years ago
dfighter1985
f7962597bd
MODIFIED: #20 Resolved some GCC build in the GUI Editor.
12 years ago
mattraykowski
6e309fee7a
changed #20 - moved the libwww package discovery and fixed include paths in library project.
12 years ago
dfighter1985
8d54b6f77d
MODIFIED: Resolved build error with FINAL_VERSION set.
12 years ago
dfighter1985
ecbcdf388f
MODIFIED: Resolved some GCC build errors.
12 years ago
SirCotare
44681d3663
#1470 re-added api
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
3cf378c5e7
merge from default
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
12db371ce0
merge from upstream
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
b7d56fc85e
#1470 damn that merging... trying to remove malicious api
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
64aa976411
#1470 removed old parser
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
1dbd080eda
#1470 added missing summary image
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
51cc279942
#1470 updated API & achievements tracker to latest live version
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
2d73e89682
#1470 database structure updated
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
6017025058
#1470 updated achievements app to latest live version
...
--HG--
branch : gsoc2012-achievements
12 years ago
SirCotare
598adb8489
#1470 updated admin tool to latest live version
...
--HG--
branch : gsoc2012-achievements
12 years ago
mattraykowski
e7e51f01e0
merging gui editor repo.
12 years ago
mattraykowski
0eeeaa401f
removed line from a bad merge of the character achievement code, sorry
12 years ago
mattraykowski
3f97c5afbd
Added another path for x86_64 Ubuntu 12.10 for libwww
12 years ago
dfighter1985
a920c7e261
another merge from mainline
12 years ago
dfighter1985
96a5f00dbf
CHANGED: Somehow lost this code part during development.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
fcb736c387
Merged mainline default branch changes.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala
6eec6cb861
Changed: Typo fixes and French comments translated to English (Thanks to DuDraig!)
12 years ago
kervala
f5dec3c1ca
Changed: Typo fixes and French comments translated to English (Thanks to DuDraig!)
12 years ago
mattraykowski
de3371cae9
merging
12 years ago
sfb
9343d45e22
fixes #16 - forces tool to create an empty file in the root tool directory as a basis for initial patch generation
12 years ago
kervala
4f8b62acb4
Changed: Typo fixes (Thanks to DuDraig!)
12 years ago
mattraykowski
cd2134e671
merging
12 years ago
mattraykowski
8ced186cfd
merge from default
...
--HG--
branch : gsoc2012-achievements
12 years ago
mattraykowski
643fcadc27
merge changes in remote repo
...
--HG--
branch : gsoc2012-achievements
12 years ago
mattraykowski
c87d8a7fe0
fixes #18 - adds the create script for the webig and app_test databases.
12 years ago
kervala
e53d42ea0e
Changed: Typo fixes (Thanks to DuDraig!)
12 years ago
kervala
fc0f58e99b
Changed: Typo fixes (Thanks to DuDraig!)
12 years ago
kervala
671827225d
Changed: French comments translated to English
12 years ago
kervala
6e498aefad
Changed: Typo fixes (thanks to Vagrant!)
12 years ago
kervala
3416ec2824
Changed: Warnings with clang
12 years ago
kervala
1582ae9dbf
Changed: Preliminary memory leaks detection under Windows
12 years ago
kervala
c71e6e82f1
Changed: Typo fixes (thanks to Vagrant!)
12 years ago
kervala
45c8b20f39
Changed: Typo fixes (thanks to Vagrant!)
12 years ago
kervala
be0cd80674
Changed: Use OpenGL by default with an ATI card and without a warning dialog
12 years ago
mattraykowski
f370f767ef
fixes issue #9 - deleted the 'highres' graphvars from config files.
12 years ago
mattraykowski
6f64abe84a
fixes issue #8 - checks for RYZOM_PATH env var, starts in build folder and turns on status line display in screen.
12 years ago
mattraykowski
af14e1e591
merge, fixed inconsistent newlines
12 years ago
mattraykowski
971c2ba4a3
Fixed : #5 Applied check to validate parent skeleton is valid, patch provided by Vinicius Arroya.
12 years ago
kervala
c53d1fb301
Changed: OpenGL headers not being found by PCH
12 years ago
dnk-88
d301e9ac67
Change: Optimized placement source files in object viewer qt
12 years ago
kervala
b275536528
Changed: Included "fe_types.h"
12 years ago
kervala
16dc8db7ca
Changed: GCC warnings
12 years ago
kervala
e6036c3047
Changed: frontend_service PCH compilation
12 years ago
kervala
df5376cc2a
Changed: ai_service PCH compilation
12 years ago
SirCotare
cffdcc5339
#1470 bugfix
...
--HG--
branch : gsoc2012-achievements
12 years ago
kervala
5efeb5ba62
Fixed: Compilation with VC++ 2010 and 2012
12 years ago
kervala
c8172d233c
Changed: PCH optimizations
12 years ago
SirCotare
9283736c91
#1470 This is a huge update. It contains all changes we made to the system on the
...
official ryzom servers. I removed non open source content though. So this version
is running on live servers and works!
--HG--
branch : gsoc2012-achievements
12 years ago
kaetemi
dcbdb76fc9
Changed: Better log text
12 years ago
kaetemi
0e973ec976
Fixed: typo
12 years ago
kaetemi
d29a9ee8d7
Changed: Alternative code for play function for streaming source
12 years ago
kaetemi
6502311563
Changed: Additional checks for streaming buffers in OpenAL
12 years ago
kervala
d53a4bca98
Fixed: PCH for client_sheets
12 years ago
kervala
41f4cf2979
Fixed: Include libxml2 header
12 years ago
kervala
b83b8563a6
Fixed: Compilation with GCC
12 years ago
kervala
f89fdf3c24
Fixed: PCH for Georges editor Qt
12 years ago
kervala
4a63d4556a
Fixed: PCH for Object Viewer plugin
12 years ago
kervala
7f4ac72ef3
Changed: Minor typos
12 years ago
kervala
7136618a72
Changed: Preliminary memory leaks detection under Windows
12 years ago
kervala
b330b46ee3
Fixed: PCH finally working under Linux and Mac OS X (never worked before)
12 years ago
kervala
4daf3bd009
Changed: Compilation with PCH optimizations
12 years ago
kervala
439266544e
Changed: Compilation with VC++ 2012
12 years ago
kervala
21b784cc84
Changed: Methods constification
12 years ago
kervala
80d16e39eb
Changed: Add Qt headers in PCH for speed improvement
12 years ago
kervala
0cabe14089
Changed: Code simplification
12 years ago
kervala
d1dfe4eb62
Added: PCH for Georges Editor Plugin
12 years ago
kervala
d9e75b1e03
Changed: Compilation with GCC
12 years ago
kervala
ab838c00bf
Fixed: revision target not being generated
12 years ago
kervala
af366070ea
Changed: Simplification of OpenGL ES driver
12 years ago
kervala
f4b72eab54
Changed: Support for VC++ 2012
...
Changed: Improvements for iOS
Changed: Support for Android
12 years ago
kervala
b4d9e2bfdd
Fixed: Detect and use Windows 8 SDK only under Visual C++ 2012
12 years ago
kervala
9483b7f170
Changed: Updated OpenGL registries
12 years ago
kervala
58c8606d5d
Changed: Preliminary memory leaks detection under Windows
12 years ago
kervala
1715470910
Changed: Display HRESULT when D3DXCreateEffect fails
12 years ago
kervala
9ad7bd7969
Changed: Replaced size() by !empty()
12 years ago
kervala
6ee416badf
Changed: Minor typos
12 years ago
dfighter1985
a98b99865e
MODIFIED: #1471 Forgot to remove parents' properties before saving the node properties.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
e376bed8f1
MODIFIED: #1471 We should be able to close the application even when there's no loaded project.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala
d890af5175
Changed: Applied Kaetemi patch to disable old S3TC library mistakes
12 years ago
kervala
8bf05865ab
Changed: Disabled some useless temporary files
12 years ago
kervala
3de412e4d5
Changed: Sorted landmarks
12 years ago
kervala
518a30ee6c
Changed: Disabled some useless temporary files
12 years ago
kervala
2c5d5a3bcd
Changed: Typos
12 years ago
kervala
0b9fc06b7e
Fixed: clang compile issue with stream operator >> confusion (patch provided by tebruno99, thanks!)
12 years ago
kervala
b94b59c9b7
Changed: Changes in game_share
12 years ago
kervala
681836f620
Fixed: Server side issues
12 years ago
dfighter1985
cb13ce46cd
MODIFIED: #1471 Merged mainline default to this branch.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala
08f2b93b94
Changed: VC++ 2012 partial support
12 years ago
kervala
f21fa78062
Fixed: Client side issues
12 years ago
kervala
d2da18ff10
Changed: Minor typos
12 years ago
kervala
ef19fc9ec6
Changed: New STRING_MANAGER type clan
12 years ago
kervala
8be848dd2b
Fixed: Server side issues
12 years ago
kervala
9ceb9e7d81
Fixed: Wrong EOL
12 years ago
dfighter1985
66d381f37d
MODIFIED: #1471 Incompatible / unincrementable iterators assert will no longer be hit in debug mode with M$ STL when updating the interface anims.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
3bcbcd45e7
MODIFIED: #1471 Exiting OVQT will now work again properly.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
514536f0ff
MODIFIED: #1471 There shouldn't be an error message when clicking cancel in the open file dialog.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
7cad2331e7
MODIFIED: #1471 Widget template changes can now be saved.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
6e1254b612
MODIFIED: #1471 Oups, forgot these warning messages...
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
c87cc27ae3
MODIFIED: #1471 Adding new widget now works in the widget property dialog.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
4a9fb9e013
MODIFIED: #1471 Adding new property now works.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
3c854dc1e2
CHANGED: #1471 Removing widget properties from the widget properties dialog will now work.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
f31af3d95b
CHANGED: #1471 Removing widgets from the widget properties dialog will now work.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985
2cebadaa79
CHANGED: #1471 Widget property templates are now stored in a tree. Also added some new controls to the widget property dialog.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala
ff18f8f0ec
Fixed: Problem while parsing hg command line with a german locale
12 years ago
kervala
16af429a61
Fixed: NeL NS compilation
12 years ago
kervala
11e88fed8f
Changed: Minor changes
12 years ago
kervala
eb6ccdaad8
Fixed: MFC tools compilation with STLport
12 years ago
kervala
a3376d32a4
fixes #3 allow Qt without STLport to link to NeL with STLport
12 years ago
kervala
34bf41082f
Fixed: Compilation with 64 bits MFC
12 years ago
kervala
b7be696848
Move all PACS headers in nel/include/pacs directory ( fixes #2 )
12 years ago
kervala
95cb41465a
Changed: NPOT textures finally don't need that in D3D
12 years ago
kervala
0d782993f9
Fixed #1 : Implement anisotropic filtering for textures
12 years ago
kervala
100befeb1b
Changed: Minor changes
12 years ago
kervala
7c024fb479
Changed: Simplify OpenGL ES driver by using some aliases
12 years ago
dfighter1985
d83c375981
CHANGED: #1471 GUI library will now build with the new externals and Visual Studio 2010.
...
--HG--
branch : gsoc2012-gui-editor
12 years ago
ulukyn
41c00b9b48
Changed: Update from Ryzom Team
12 years ago
kervala
2e6361ebfe
Fixed: revision.h error when hg executable not found
12 years ago
mattraykowski
8438fdda44
merged default, resvolved conflicts.
...
--HG--
branch : gsoc2012-achievements
12 years ago
mattraykowski
92399cb5d2
merged from default
...
--HG--
branch : gsoc2012-achievements
12 years ago
kervala
bced63993b
Changed: #573 Add anti-aliasing to the OpenGL Driver
12 years ago
sfb
050835b535
merging gsoc2012-achievements
...
--HG--
branch : gsoc2012-achievements
12 years ago
kervala
b421b38def
Changed: Use of CMAKE_OSX_ARCHITECTURES to compile universal binaries under Mac OS X
12 years ago
kervala
3c19f1a2f4
Changed: Don't use CMAKE_LIBRARY_ARCHITECTURE at all, because not reliable enough
12 years ago
kervala
d8c7fa52f9
Changed: Replaced string empty comparisons with empty()
12 years ago
kervala
25dd379d7e
Changed: Replaced string empty comparisons with empty()
12 years ago
kervala
65a3946ea8
Fixed : #1498 Client fails to switch shortcut bars on ctrl + number hotkeys
12 years ago
kervala
3d50e0160d
Changed: #878 Fix typos in comments/code
12 years ago
kervala
152df7402b
Changed: Updated description for CBitmap::load and CBitmap::loadSize
12 years ago
kervala
5516d7bbd0
Changed: libxml2 requires liblzma under Mac OS X
12 years ago
kervala
7c4be0fb74
Changed: Synchronization with SVN
12 years ago
kervala
9a5b97dfff
Fixed: Compilation under Mac OS X
12 years ago
kervala
e4e12ff6c4
Changed: Synchronization with SVN
12 years ago
kervala
af4ed15c36
Changed: CXXFLAGS and CPPFLAGS support in CMake
...
Changed: Use LIBRARY_ARCHITECTURE to override CMAKE_LIBRARY_ARCHITECTURE
12 years ago
kervala
122fef354c
Changed: Don't check Debian environment variables in CMake scripts (define options on cmake command-line instead)
12 years ago
kervala
4a1df6eb66
Changed: #1444 Allow to provide custom revision.h
12 years ago
kervala
6f53c4cc23
Changed: #878 Fix typos in comments/code
12 years ago
kervala
0cf5c1f44a
Changed: Install data_leveldesign if ryzom_tools are enabled
12 years ago
kervala
9bbbb79ba6
Changed: Synchronization with SVN
12 years ago
kervala
5c82fcd39c
Fixed : #1497 optimize the drawing of radar by removing multiple access to local db (patch provided by yricl, a big thanks!)
12 years ago
kervala
29359a552e
Fixed : #1496 Fall back to OpenAL default device (patch provided by simco, thanks!)
12 years ago
kervala
c82a9d7304
Changed: Use ryzom_client as icons
12 years ago
kervala
b04836f40e
Fixed : #1444 Add details for user-agent
12 years ago
kervala
6c1f14778e
Changed: #825 Remove all warnings when compiling Ryzom
12 years ago
kervala
04d9b961bc
Changed: Renamed some Linux files to not conflict with Ryzom package
12 years ago
kervala
8eaf7d889a
Changed: Use *_PREFIX instead of fixed values with INSTALL
12 years ago
kervala
6c0bd82c2a
Changed: Use *_PREFIX instead of fixed values with INSTALL
12 years ago
kervala
f7ee271a8f
Changed: Use RYZOM_SHARE_PREFIX as prefix to look for leveldesign data
12 years ago
kervala
e67c6e9b1e
Changed: Under Windows, install all files in the same folder excepted includes and libs
12 years ago
kervala
3a3fb5ea1a
Changed: Added zbuffer formats (commented)
12 years ago
kervala
8e2009279d
Changed: Drivers runtimes should go in NL_DRIVER_PREFIX
12 years ago
kervala
a5218b9258
Changed: Synchronization with SVN
12 years ago
kervala
2e4df39c5b
Fixed: Don't compress textures in DXTC when used as buttons
12 years ago
kervala
62435e4f2f
Changed: Don't compile 7zDec if WITH_RYZOM_TOOLS is disabled
12 years ago
kervala
a9fa9bb78a
Changed: Install data_leveldesign if WITH_RYZOM_TOOLS is enabled
12 years ago
kervala
493f033e02
Changed: Added a warning when a texture can't be created in D3D driver
12 years ago
kervala
edee553e1b
Fixed: Don't compress textures in DXTC when used as buttons
12 years ago
kervala
e7d490d9a8
Changed: #825 Remove all warnings when compiling Ryzom
12 years ago
kervala
cb12a7546a
Changed: #1254 Error while compiling with current stable squish
12 years ago
kervala
1374286cab
Changed: #825 Remove all warnings when compiling Ryzom
12 years ago
kervala
0795a61516
Changed: #825 Remove all warnings when compiling Ryzom
12 years ago
kervala
fc8c26ff9f
Fixed : #1254 Error while compiling with current stable squish
12 years ago
sfb
b858478e31
Removed: #1378 Removed the reference implementation, the full implementation is available at code/web/app and code/web/api.
12 years ago
kervala
0d4f383a7f
Changed: Plugins specs and plugins installation
12 years ago
kervala
ddd33c6090
Fixed: OVQT plugins loading under Unices (in the order: local, OVQT plugins, system)
12 years ago
kervala
541a147d34
Changed: Homogeneous carriage returns
12 years ago
kervala
476377dd88
Changed: Fixed plugins specs name to install
12 years ago
kervala
cb8cb918dd
Changed: #1493 Fixed absolute prefixes
12 years ago
kervala
2028034214
Changed: Install plugins specs in ${NL_SHARE_PREFIX}/object_viewer_qt/plugins under Linux
12 years ago
kervala
8d9c96a97a
Changed: Use "lib" prefix under unices for plugins
12 years ago
kervala
52d086fb8a
Changed: #1493 Fixed absolute prefixes
12 years ago
kervala
6f480b4a87
Fixed : #1493 Remove also -O flags from environment variables
12 years ago
kervala
1604cb3f8c
Changed: Compiler flags must be defined after options declaration
12 years ago
kervala
ece10f2965
Fixed: Compilation with GCC
12 years ago
kervala
e8e75d05c0
Changed: Synchronization with SVN
12 years ago
kervala
8ab293a6ec
Changed: #1493 Fixed some directories
12 years ago
kervala
7a04e920e1
Fixed : #1493 MultiArch support
12 years ago