dfighter1985
76d3e0df20
Set header text according to the language.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
2c812e90ab
Work with translated files, instead of work files.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
fbcfa4ee6f
Ask for confirmation before deleting a row.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
62a6b408a2
Show insert / delete row in context menu.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
kervala
38f79138b9
Changed: Determinates 3dsmax SDK base directory
10 years ago
kervala
1ace2090fb
Fixed: Give priority to fmod64 in 64 bits
10 years ago
kervala
9b600a154d
Fixed: Initialization of pointers in constructor
10 years ago
kervala
4b39f9640d
Changed: Minor optimization and warning
10 years ago
kervala
0bb464411b
Changed: Replaced tests with .size() by .empty() because faster
10 years ago
kervala
49c53955a6
Fixed: Some typos
10 years ago
kervala
23b73eff1d
Changed: Minor change
10 years ago
kervala
3fb0dfe0c2
Changed: Some Big endian swaps (for PowerPC especially)
10 years ago
kervala
42eeb9ad59
Fixed: Use UTF-8 for French translations
...
Changed: Improved some translations (more to come)
10 years ago
kervala
c1ea3820d5
Fixed: Warning
10 years ago
kervala
8d2db7bc85
Changed: Replaced atof by NLMISC::fromString
10 years ago
dfighter1985
d9c2620e6e
Implemented row deletion / insertion.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
485ee77406
Use the QWidget modified property instead of the UXTEditor's own.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
3e188334fe
Allow only 1 instance of the uxt editor.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
9bda0bd1e7
Added copyright headers to the new files.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
05216897f0
Implemented saving.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
fbc1632d04
Apply table changes to the loaded data, and offer to save when closing the changed table.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
0de5152aa9
Set header texts.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
d33fb9345e
UXT Editor widget
...
--HG--
branch : gsoc2014-dfighter
10 years ago
KISHAN GRIMOUT
b9dc8ace7e
fix windows 64-bit crash in client due to VS 64-bit compiler bug, fix #164
10 years ago
kaetemi
f724d13700
Fix #71
10 years ago
kaetemi
5930d3b384
Backed out changeset: 7bdb27443f88
10 years ago
kaetemi
12aa02585f
Fix self illumination color widget in NeL Material script
10 years ago
kaetemi
3b4e1a32cb
Fix NeL Material script defaults, fix #166
10 years ago
kaetemi
6e3827928b
Adjust 3ds Max plugin versioning info
10 years ago
dfighter1985
f60f761b7a
I don't really know what to write here.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
28c30b70f1
Set the undostack so we won't crash...
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
d30e9ad226
Initialize the undostack to NULL, so we get a proper crash instead of a dangled pointer crash.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
63b6a03f85
Fixed another crash.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
1cbcca259c
'Fixed' the Mission Compiler crash.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
56a4c3ea7d
When changing a property make sure to set default to false, so it's actually saved!
...
--HG--
branch : gsoc2014-dfighter
10 years ago
kaetemi
ca4c302c6a
Disable WG specifics in r2_login script
10 years ago
dfighter1985
61b8a4ef82
Save world editor files.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
kaetemi
3f5eedf040
Restructure web. IMPORTANT! This moves all web files to a new central directory. Update your configuration if necessary
10 years ago
kaetemi
aca4d8e48b
One set of SQL scripts to rule them all
10 years ago
dfighter1985
2d865a8567
Trying to load an invalid world editor file shouldn't crash the application, and an error messagebox should inform the user.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
3517283526
Apply property changes.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
3ad5ffee15
Block only the propertychanged signal in the const_string_array property manager.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
8f8b4fae65
Store QtProperty, IPrimitive pairs and look the primitive up when the property changes.
...
--HG--
branch : gsoc2014-dfighter
10 years ago
dfighter1985
820b6bc8ca
Changed property to p, property is a reserved word in VS.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
aa82655ee7
Use \n instead of ; as a separator.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
8ff5317f01
Identation
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
a222e44eaa
Implemented const_string_array editor.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
094210a079
Workaround related to the unknown statusbar crash.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
d850a07e9e
Copyright banner + line endings... I always mess this up somehow..
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
012ad96806
Texture chooser now supports atlas textures as well.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
e729a9d035
Fix #162 : Center ingame mouse cursor after login
11 years ago
kaetemi
246d931bee
Formatting: Use tabs
11 years ago
KISHAN GRIMOUT
107646d95d
fix windows 64bit build in mem_displayer.cpp
11 years ago
dfighter1985
a1b0f9d7e2
Added texture property editor, editor factory, manager. Textures can now be selected using these in the property tree browser.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
7cbc82fe8f
Added action property editor, editor factory, manager. Actions can now be edited using the editor widget in the property tree.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
396a3c2db2
Allow TextureChooser's texture selection to be queried.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
shubham_meena
4c0d3e53fc
fixed few bugs
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
fe58435bb5
CPath can now return the file list with a path filter.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
shubham_meena
11a3df1aaa
branch updated
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
edfe73b1ec
merging conflicts
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
931d18323b
removed merged conflicts
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
d59b6cc642
updates database
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
6119f2c480
Make sure to always convert to plain bitmap.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
1dee9d232b
No need to store the loaded image data after passing it to the label.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
1e6dc1cc37
Prototype of the texture chooser.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
shubham_meena
1ef330b076
hook functionality
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
e4e2a57b65
ActionList dialog can now select an action, and is used with the proc editor.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
085c1b41b9
Added facilities for viewing the loaded actions.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
0d9022226c
Line endings...
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
471c3a0dc5
Changed some property types.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
c6312db222
Bitmap alignment can now be set as an enum.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
27fe95904a
Quelled some compiler compliants.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
7f5973e462
tooltip parent is now changable using an enum.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
842ca366de
Tooltip posrefs are now enums in the GUI Editor.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
809fcab9e2
Forgot the widget settings...
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
b88e53c685
Got rid of a memleak.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
0c4e0e63cc
The proper enum type is now determined by type not name.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
e182e25e07
text posref is now an enum too.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
shubham_meena
e7e4b88747
function to install update in the plugin
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
ec86d0381b
Some refactoring.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
e8f7851dd2
Fix compile
11 years ago
dfighter1985
250cd6efc1
Posref can now be set as an enum, instead of a string in the property editor.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
353c74ff21
Don't enforce native fragment programs on modern hardware. Fixes water for the open source ATI/AMD driver, which reports fragment programs as not native (as they are translated to modern hardware).
11 years ago
kaetemi
5cb8a7700e
Exit with error
11 years ago
kaetemi
cf3e779ae9
Fix compile
11 years ago
kaetemi
655c22e839
Fix compile
11 years ago
kaetemi
5312547295
Add option for -mfpmath=both flag
11 years ago
kaetemi
ed5721a79b
Add SSE3 compile flag if enabled
11 years ago
kaetemi
07dd9eb85b
Compile fix
11 years ago
dfighter1985
1afe2d4a17
Text justification can now be set using an enum property editor.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
9e36082ff0
A little refactoring
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
25df3c8afe
Button types can now be set using an enum property editor.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
49002d0250
Line endings...
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
43a061bebd
SSE2: Compile fix
...
--HG--
branch : sse2
11 years ago
dfighter1985
1ce333bb00
As Object Viewer no longer uses the QtOpenGL widget this is not needed.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
bb7fa7987b
More widgets can use the color picker now.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
shubham_meena
ae7503df36
template with list of updates
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
f09e4e48a5
template for updates of plugins
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
4d1d52fc73
check functionality for existing updates
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
f1ff5e7d2c
Added color picking support to the GUI Editor. TODO: change all the widget definitions.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
shubham_meena
678cc254ee
updating functionality with some error fixes
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
0a26a5a1c6
Why did I make these public in the first place?
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
d64b499284
Making master Dnk happy.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
3d48a01170
Wrong slash...
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
a80053083d
Crashfix: If the status info widget isn't removed it miraclously crashes the app on shutdown. TODO: investigate why.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
4341ac3139
Unload plugins when killing them.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
ca78ce10a0
Object Viewer plugin will now use the Nel3DWidget in the Core plugin.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
d74d1d1663
Had to move the Nel3DWidget library to the core plugin, because Nel can only be used statically at this point. Which makes using the separate Nel3DWidget library inparctical.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
b4eac44a9d
Moved the Nel 3d widget into it's own library.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
dde63ceb31
Nel3DWidget is no longer in the GUI Editor namespace.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
81908eea01
Set some windows attributes.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
e5921ffd64
Activate the driver when getting a show event, and clear the GUI Editor display widget when there's no GUI loaded.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
f8505429ee
Moved the event listener from the 3d widget to the gui control class.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
3cbe37d700
Fixed build error that was caused by two widgets having the same filenames.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
shubham_meena
cebfde66f7
deactivating a plugin in ams
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
2f81e3c1b9
activating a plugin in ams
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
59b4735d96
Renamed nelgui_widget.* to nelgui_ctrl.*
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
676587559b
Renamed NelGUIWidget to NelGUICtrl, and changed it's base class from QWidget to QObject.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
1457469dfe
TimerId should be set to 0 when hiding.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
9d9cd463b0
GUI Editor main window will now send the show/hide events to NelGUIWidget.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
c692b168d7
Split Nel3DWidget and NelGUIWidget.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
cec2970169
SSE2: Replace prefetch
...
--HG--
branch : sse2
11 years ago
kaetemi
6734852fa3
SSE2: Ensure correct allocator is used
...
--HG--
branch : sse2
11 years ago
kaetemi
71a598db7e
SSE2: Remove dead code
...
--HG--
branch : sse2
11 years ago
kaetemi
848932f93a
SSE2: Fix for MinGW
...
--HG--
branch : sse2
11 years ago
kaetemi
ac3e69b8ab
Merge with default
...
--HG--
branch : sse2
11 years ago
kaetemi
93e97c56cd
Implement occlusion queries for AMD/ATI in the OpenGL driver
11 years ago
kaetemi
66922f04bd
Fix Ryzom server compile under MinGW
11 years ago
kaetemi
fd6a95e3a3
Backed out changeset: f665fcc42968 (except dru.cpp)
11 years ago
kaetemi
b18203fc4e
Fix Ryzom server compile under MinGW
11 years ago
kaetemi
2e096a9b36
Fix Ryzom client compile under MinGW
11 years ago
kaetemi
7adf98e8a7
Fix NeL GUI compile under MinGW
11 years ago
kaetemi
cffd68230c
Fix XA2 driver compile under MinGW
11 years ago
kaetemi
401d4bc791
Fix NeL Tools compile under MinGW
11 years ago
kaetemi
43be0fd2a5
Fix D3D driver compile under MinGW
11 years ago
kaetemi
40854aa5f3
Fix NeLNS compile under MinGW
11 years ago
kaetemi
75f7b9f931
Fix Snowballs service compile under MinGW
11 years ago
kaetemi
ee4a9ef334
Fix NeL Samples for MinGW
11 years ago
kaetemi
9838ef56de
Fix Snowballs compile under MinGW
11 years ago
kaetemi
f4fd8bb669
Fix linking of OpenGL driver under MinGW
11 years ago
kaetemi
2f3f12e034
Fix linking of OpenAL driver under MinGW
11 years ago
kaetemi
5bd6c5e06b
Fix compilation of NL3D under MinGW
11 years ago
kaetemi
1df9bec563
Fix compilation of NLNET under MinGW
11 years ago
kaetemi
3dd11fe157
Fix compilation of NLMISC under MinGW
11 years ago
kaetemi
f6ad306a57
SSE2: Add macro for force inline
...
--HG--
branch : sse2
11 years ago
kaetemi
d3fb390cf3
SSE2: Align CMatrix
...
--HG--
branch : sse2
11 years ago
kaetemi
556a41afee
SSE2: Implement alignment for arena allocator
...
--HG--
branch : sse2
11 years ago
kaetemi
eee9ba0cae
SSE2: Add aligned allocators
...
--HG--
branch : sse2
11 years ago
kaetemi
4ed37ac68e
SSE2: Add CMake options
...
--HG--
branch : sse2
11 years ago
shubham_meena
59a6c6b8c3
deleting plugin from ams
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
ad2ed4dfa4
Plugin installation first upload t{block name=content}
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
a15462c863
plugin installer functionality
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
c558b92bf5
plugin interaction files
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
2f023e0bdc
Database CREATE TABLE IF NOT EXISTS . (
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
fe7c3e4edf
Rename log menu item.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
92cb5eea3a
Updated qrc location.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
a86605f8d8
Move the log trigger menu item into it's own menu, and remove the menu when unloading the plugin.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
d4ee31ed63
Destroy context when unloading plugins.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
f060adbed7
Plugin loading, with issues..
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
c45b6a17f4
Don't crash when removing the plugin of the first tab.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
0096ad1204
Remove Object Viewer menus when unloading the plugin.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
9ad71881dc
Line endings...
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
b9bbe802d4
Remove display sheet id action when unloading the plugin.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
3fc289e7fa
Remove sheet builder action when unloading the plugin.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
828f31a2a4
Remove translation manager menu when unloading the plugin.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
fb4dc15fe7
Remove GUI Editor menu when unloading the plugin.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
d7536332a6
Implemented plugin unload.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
eb41278369
GUI for plugin loading / unloading in the plugin dialog.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
732b24b985
Updated qrc location.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
c2a951fd6c
Progressbar should look nicer on the splash screen now.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
f0a312a6e5
Progress bar will now actually show progress.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
f177a49a9e
Instead of drawing the progressbar on the splash image, draw it below it. Also move the status text closer to the progress bar.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
2ce11cc2f9
Line endings...
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
15dc492690
Set additional preferred memory
11 years ago
kaetemi
ad0bf64b18
Cleanup extension initialization
11 years ago
dfighter1985
91463f9fa2
The splash screen will now inform the user about what's happening.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
cfa12b6d81
Somehow I always forget the banners...
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
c15eebaadf
First iteration of the new splash screen.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
766cace955
Implement volatile vertex buffer for opengl driver, should provide considerable performance improvements for particle systems. Needs additional testing.
11 years ago
shubham_meena
bf47b07fe0
changes indentation and extra spaces
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
c4ff97cefd
template for plugins in AMS
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
8a28b3583a
restructuring of AMS database functions to work with CRUD
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
shubham_meena
a92f32c1c4
few more changes to the CRUD layer in ams
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
dfighter1985
1d23a092c1
rename.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
883c0d4462
Settings dialog on first startup.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
1306853697
More renames.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
shubham_meena
23c0a8bc24
CRUD layer for AMS
...
--HG--
branch : Gsoc14-ryzomAppImprovements
11 years ago
kaetemi
0d67c420cd
Set exec mode
11 years ago
kaetemi
1f786418a7
Crash safely with an error when sphrase is missing on client
11 years ago
kaetemi
47e5e587ad
Use vector instead of map to store sbrick sheets, it's faster
11 years ago
kaetemi
4311da091f
Add --admininstall parameter to c1_shard_patch
11 years ago
dfighter1985
4adbb6dbd9
Moved plugin menu items to their own sub-menu into the menubar.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
0a41e6b3c4
Fix Windows compilation of lightmap_optimizer
11 years ago
dfighter1985
79348c8e93
More renames.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
ef7a39641f
Rename.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
eeb4e48d38
Renames.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
0974142bcc
Renamed the plugin XML files.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
3440c7081b
Renamed ovqt and ovqt plugin binaries.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
liria
94b30c76fa
Merged default into lightmap_optimizer_port_to_linux
...
--HG--
branch : lightmap_optimizer_port_to_linux
11 years ago
dfighter1985
12890373a4
Merged default
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kervala
46e5c39e74
Changed: Replaced some spaces by tabulations
11 years ago
botanic
b57755b9ee
Fix for bug from de6f606
11 years ago
kervala
d7c9608d83
Fixed: Compilation error
11 years ago
dfighter1985
e6569049e9
Same as before...
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
3c72598645
Readding core plugin that was missing because of a hgignore entry.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
91f859bc8a
Moved ovqt to /code/studio
...
--HG--
branch : gsoc2014-dfighter
11 years ago
kaetemi
db5c65fedf
Merge
11 years ago
kaetemi
1a4a7bafab
Backed out changeset: 897087f1fa71, 7c3f1f0dc9d8, 61d11f94e3ea
11 years ago
kaetemi
798d207d0d
Fix EOL
11 years ago
kervala
060347f2b9
Changed: Small typo
11 years ago
kervala
50324ccd55
Fixed #151 : White box on character selection screen (a big thanks to nimetu for the patch!)
11 years ago
kervala
8972ecf1b3
Fixed: tmpFlagRemovedPatchCategories not needed anymore because RemovedPatchCategories defined in login_patch.cpp
11 years ago
sfb
c666176278
Modified the CTestConfig to point at the new CI server.
11 years ago
kervala
01bc4eeb92
Changed: Minor changes
11 years ago
kervala
e84dd7b5f7
Changed: Replaced strlwr by toLower
11 years ago
kervala
31859175ba
Backed out changeset: 79980ce60498
11 years ago
kervala
24fa8df5ff
Fusion avec default
...
--HG--
branch : compatibility
11 years ago
Cédric OCHS
bcc22bb11c
Merged in nimetu/ryzomcore/Issue#130 (pull request #65 )
...
Properly restore saved camera distance from config file (issue #130 )
11 years ago
kervala
3fff8fe467
Changed: Replaced strlwr by toLower
...
--HG--
branch : compatibility
11 years ago
Nimetu
7cc1bf9f17
Fix compiling on linux with new OpenGL headers (issue #145 )
...
--HG--
branch : Issue#145
11 years ago
Nimetu
02cb532401
Properly restore saved camera distance from config file (issue #130 )
...
--HG--
branch : Issue#130
11 years ago
dfighter1985
4f39a58e31
Tile Editor crash fixes.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
fd5d961ba7
Build fixes.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
f882abca07
Merged Georges Editor branch.
...
--HG--
branch : gsoc2014-dfighter
11 years ago
dfighter1985
4d3a472262
Merged default.
...
--HG--
branch : branch-tile-edit-ovqt-plugin
11 years ago
dfighter1985
f3b94d38d5
Merged default.
...
--HG--
branch : branch-features-geqt-plugin
11 years ago
Matthew Lagoe
c7650f041a
Merged in shubham_meena/ryzomcore/issue#119 (pull request #63 )
...
removed wrong panel from settings page
11 years ago
botanic
db2f0435cd
missing =
11 years ago
botanic
bac99a8815
fix for missing include
11 years ago
botanic
18f72e3781
php is_writable is not reliable
11 years ago
dfighter1985
41f44b2aa6
Merge default.
...
--HG--
branch : gsoc2012-gui-editor
11 years ago
kervala
ed1a84c99b
Changed: Updated OpenGL and OpenGL ES headers
...
--HG--
branch : compatibility
11 years ago
kervala
831758beb1
Fixed: nglXSwapIntervalEXT return type should be void
...
--HG--
branch : compatibility
11 years ago
kervala
5a88951837
Changed: Find DirectX libraries in alternative folders
...
--HG--
branch : compatibility
11 years ago
liria
d89e6c9c2c
Merged default into lightmap_optimizer_port_to_linux
...
--HG--
branch : lightmap_optimizer_port_to_linux
11 years ago
shubham_meena
1970dd0ff4
remove wrong panel from settings page
...
--HG--
branch : issue#119
11 years ago
botanic
4891ce5dc4
fix paths
11 years ago
botanic
fd4fce0d6a
missing .
11 years ago
botanic
5fe1dd709f
display erors on installer
11 years ago
botanic
fff4682d92
missed it on all of them
11 years ago
botanic
cd9deab467
Merge
11 years ago
botanic
08b1602e5a
missed a ../
11 years ago
Matthew Lagoe
0a631f5f9f
Merged in shubham_meena/ryzomcore/issue#120 (pull request #60 )
...
changed hardcoded location of ams_lib with location defined in configuration
11 years ago
Matthew Lagoe
3f54b93b30
Merged in shubham_meena/ryzomcore/Issue#123 (pull request #59 )
...
Changed log-in from username to both username and email
11 years ago
liria
12f63f3a6e
Typo correction
...
--HG--
branch : lightmap_optimizer_port_to_linux
11 years ago
liria
30036d000c
Merged default into lightmap_optimizer_port_to_linux
...
--HG--
branch : lightmap_optimizer_port_to_linux
11 years ago
kaetemi
e494200c21
Bugfix: Kill users who attempt to escape the game
11 years ago
kaetemi
562dae3c3f
Add command to eternally trap players ingame
11 years ago
kaetemi
5ed5cd5ea8
Add interface for HMD with player death support
11 years ago
kervala
8f6c32bd69
Backed out changeset: 3937923211ec
...
--HG--
branch : compatibility
11 years ago
Jan Boon
2eacddc47c
Merged in shubham_meena/ryzomcore/Issue#121 (pull request #58 )
...
Added tile of web in translations
11 years ago
Jan Boon
6765d4f091
Merged in shubham_meena/ryzomcore/issue#127 (pull request #56 )
...
collation changed to utf8_unicode_ci
11 years ago
kaetemi
283f52a03f
Merge
11 years ago
kervala
c83afd649d
Changed: Replaced some Mac OS X warnings by TODO comments
...
--HG--
branch : compatibility
11 years ago
kervala
62eb6347e5
Changed: Aligned methods names
11 years ago
kervala
8968124553
Changed: Aligned methods names
...
--HG--
branch : compatibility
11 years ago
kervala
81881a583f
Fixed: Switch not handled warnings
...
--HG--
branch : compatibility
11 years ago
kervala
9f0daa9a1e
Fixed: Wrong header guard warning
11 years ago
kervala
2e6ac0ad84
Fixed: Wrong header guard warning
...
--HG--
branch : compatibility
11 years ago
kervala
bfaf952f32
Fixed: Warnings with clang: wrong ! and == operators order
11 years ago
kervala
8fa24eeb4e
Fixed: Warnings with clang: wrong ! and == operators order
...
--HG--
branch : compatibility
11 years ago
kervala
b8ad53adf3
Fixed: Typo detected by clang
11 years ago
kervala
79529b1581
Fixed: Typo detected by clang
...
--HG--
branch : compatibility
11 years ago
kervala
a0801ebffe
Changed: Removed useless definitions
11 years ago
kervala
7ab7952dbd
Changed: Removed useless definitions
...
--HG--
branch : compatibility
11 years ago
kervala
def5243d06
Changed: Updated OpenGL headers
11 years ago
kervala
ee87716aa0
Changed: Updated OpenGL headers
...
--HG--
branch : compatibility
11 years ago
kervala
a8c35f9229
Fixed: Used code being removed by -Wl,-x on Mac OS X
11 years ago
kervala
f62b19eb71
Fixed: Used code being removed by -Wl,-x on Mac OS X
...
--HG--
branch : compatibility
11 years ago
shubham_meena
685987149d
changed hardcoded location of ams_lib with location difined in configuration
...
--HG--
branch : issue#120
11 years ago
kervala
a77bddf265
Changed: Give priority to ARB extensions in tests
...
--HG--
branch : compatibility
11 years ago
kervala
55a29115ba
Changed: Detect available video memory with OpenGL extensions
11 years ago
kervala
d4fb36d1eb
Changed: Detect available video memory with OpenGL extensions
...
--HG--
branch : compatibility
11 years ago
kervala
0aaad7051b
Changed: Use OpenGL ES functions prototypes from official headers
11 years ago
kervala
3e30929867
Changed: Use OpenGL ES functions prototypes from official headers
...
--HG--
branch : compatibility
11 years ago
kervala
c59f9d8a5e
Changed: Optimize OpenGL driver PCH
11 years ago
kervala
406df1c59c
Changed: Optimize OpenGL driver PCH
...
--HG--
branch : compatibility
11 years ago
kervala
927ff14998
Changed: Use OpenGL functions prototypes from official headers
...
Fixed: glDeleteObjectBufferATI replaced by glFreeObjectBufferATI since 2002
11 years ago
kervala
713c07e1e6
Changed: Use OpenGL functions prototypes from official headers
...
Fixed: glDeleteObjectBufferATI replaced by glFreeObjectBufferATI since 2002
--HG--
branch : compatibility
11 years ago
kervala
e2797c2567
Changed: Include PCH
11 years ago
kervala
b83c69bf89
Changed: Include PCH
...
--HG--
branch : compatibility
11 years ago
kervala
e9b8ee0fec
Fixed: Improve compilation speed including revision.h in a smaller .cpp file
11 years ago
kervala
868470c19f
Fixed: Improve compilation speed including revision.h in a smaller .cpp file
...
--HG--
branch : compatibility
11 years ago
shubham_meena
420a615321
login.php edited online with Bitbucket: to provide access through both username and email
...
--HG--
branch : Issue#123
11 years ago
shubham_meena
26c8e7ad15
changed login through email / username
...
--HG--
branch : Issue#123
11 years ago
botanic
6c345bf6b7
Merge
11 years ago
botanic
99b122c84c
fix my typo's
11 years ago
shubham_meena
af2cf14273
changed login from username to both username and email
...
--HG--
branch : Issue#123
11 years ago
kervala
16d0f49b45
Changed: Minor changes
11 years ago
kervala
3045bdac62
Changed: Removed pwd command
11 years ago
kervala
3f2b2757d1
Fixed: Removed chmod because useless
11 years ago
kervala
d40db9f2af
Fixed: Wrong parameters passed to bash script
11 years ago
kervala
4c159a04dd
Changed: Use BuildName only on Unix
11 years ago
kervala
697e72751e
Changed: Use fullpath in batch file
11 years ago
kervala
41ac5d56d8
Changed: Create .sh file under Unix
11 years ago
kervala
350c6ec5d7
Changed: Renamed RZ_PATCH to RZ_USE_PATCH
11 years ago
shubham_meena
5bef18032e
added web title in translations
...
--HG--
branch : Issue#121
11 years ago
shubham_meena
7217a99c59
added title of web in translations
...
--HG--
branch : Issue#121
11 years ago
shubham_meena
bfb2b0c595
libsetup.php edited online with Bitbucket
...
--HG--
branch : issue#127
11 years ago
shubham_meena
f6f0f42d1f
colation changed to utf8_unicode_ci
...
--HG--
branch : issue#127
11 years ago
kervala
7932937df9
Changed: Don't patch "main_exedll" and "main_cfg" categories under Unix
11 years ago
kervala
aa9c18481d
Changed: Use "BuildName" from client_default.cfg to determinate last supported patch version by current client under Unix
11 years ago
kervala
98f33cfa87
Changed: Use RZ_USE_SEVENZIP instead of NL_USE_SEVENZIP
11 years ago
kervala
2076a6b13d
Changed: Typo
11 years ago
kervala
6c4d33c2a6
Changed: Improvements in patch system
11 years ago
kaetemi
2f19b88539
Fix crash in 0_setup.py on Linux
11 years ago
kaetemi
de9724a821
Add color to console output
11 years ago
kaetemi
b3cf16f263
Separate output directories from input directories
11 years ago
botanic
9661711c66
dont chmod just check permissions
11 years ago
kaetemi
c5f3c5d9d0
Compile fix
11 years ago
kaetemi
5a97a3aef0
Fix config
11 years ago
kaetemi
98fdfb672c
Cleanup config
11 years ago
kaetemi
2b5373e436
Fix duplicate config data
11 years ago
Cédric OCHS
c5e40670d9
Merged in StudioEtrange/ryzomcore/cmake-fixes (pull request #55 )
...
Cmake fix - FindWindowsSDK
11 years ago
botanic
d5d65ae56e
fixed cretion of users
11 years ago
kaetemi
dd97d5d41b
Remove duplicate cfg data
11 years ago
StudioEtrange
994c47dc92
fix find windows.h for winsdk8
...
--HG--
branch : cmake-fixes
11 years ago
StudioEtrange
646b8fc9ae
Fix bug cannot find right include folder for winsdk8
...
--HG--
branch : cmake-fixes
11 years ago
Jan Boon
fc835cbe6c
Merged in StudioEtrange/ryzomcore/ovqt-fixes (pull request #54 )
...
OVQT Plugins - CMake Install fixes
11 years ago
kaetemi
1764cfd708
Fix #138 Pointer truncation in AI Script VM
11 years ago
kaetemi
91d453dd63
Make packed sheets behaviour consistent accross services
11 years ago
kaetemi
020bfb775e
Disable build of dataset packed sheets in build pipeline
11 years ago
kaetemi
86f86c6170
Add additional executable permissions
11 years ago
kaetemi
72fac9aaf1
Update default directories
11 years ago
kaetemi
151e86bc9d
Add example configuration for patchman
11 years ago
kaetemi
d08c53aaf7
Remove unnecessary cfg
11 years ago
kaetemi
934f5c3f0b
Add script for creating a new shard patch
11 years ago
kaetemi
27da0870b2
Rename scripts
11 years ago
kaetemi
e8770db674
Nicer batch scripts for pipeline
11 years ago
kaetemi
b52230832e
Add build process script for shard sheets
11 years ago
kaetemi
2289285c14
Add AIS sheets to shard sheets packer tool
11 years ago
kaetemi
2555e93771
Add sheets packer tool for CTimeDateSeasonManager
11 years ago
kaetemi
30030220c1
Add EGS sheets to shard sheets packer tool
11 years ago
kaetemi
f65a48cc4b
Rename CSheets in GPM to CGpmSheets
11 years ago
kaetemi
32eafb179d
Add sheets packer tool for shard GPMS and CContinentContainer
11 years ago
kaetemi
accafc4192
Add sheets packer tool for shard MS and IOS
11 years ago
kaetemi
a6a72fd622
Fix #134 Exit crash after failed response from character selection
11 years ago
kaetemi
5c17bb1f8e
Make IG load waiting loop more agreeable
11 years ago
kaetemi
76ce7523ff
Additional streaming behaviour fix for XAudio2 driver
11 years ago
kaetemi
5ec390b0d6
Fix #132 You can no longer walk through rezzed players
11 years ago
kaetemi
49fa568123
Remove some debug
11 years ago
kaetemi
d680b70308
Fix some streaming behaviour in XAudio2 driver
11 years ago
StudioEtrange
0b8db2399c
CMAKE TARGET : SHARED and MODULE
...
About Shared Library (shared) and Module Library (module) type of cmake target
INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
11 years ago
botanic
e741f31a64
Merge
11 years ago
botanic
a96f651742
force deleting of file so it works even after server crash
11 years ago
kaetemi
be311fb0f8
Fix for excessive inlining of npc chat serialization, issue #97
...
--HG--
branch : compatibility
11 years ago
kervala
8adf6df76a
Changed: Minor changes
...
--HG--
branch : compatibility
11 years ago
kervala
a62393a9ed
Changed: Removed pwd command
...
--HG--
branch : compatibility
11 years ago
kervala
f4233222e5
Fixed: Removed chmod because useless
...
--HG--
branch : compatibility
11 years ago
kervala
c9651b257d
Fixed: Wrong parameters passed to bash script
...
--HG--
branch : compatibility
11 years ago
kervala
39eb83eb87
Changed: Use BuildName only on Unix
...
--HG--
branch : compatibility
11 years ago
kervala
058aa23813
Changed: Use official settings for client.cfg
...
--HG--
branch : compatibility
11 years ago
kervala
edf3f49afd
Changed: Use fullpath in batch file
...
--HG--
branch : compatibility
11 years ago
kervala
dfb187126a
Changed: Create .sh file under Unix
...
--HG--
branch : compatibility
11 years ago
kervala
91a3e128cc
Changed: Renamed RZ_PATCH to RZ_USE_PATCH
...
--HG--
branch : compatibility
11 years ago
kervala
769a5ca2ee
Changed: Don't patch "main_exedll" and "main_cfg" categories under Unix
...
--HG--
branch : compatibility
11 years ago
kervala
2c396827d5
Changed: Use "BuildName" from client_default.cfg to determinate last supported patch version by current client under Unix
...
--HG--
branch : compatibility
11 years ago
kervala
607f39561d
Changed: Use RZ_USE_SEVENZIP instead of NL_USE_SEVENZIP
...
--HG--
branch : compatibility
11 years ago
kaetemi
cd1107adf5
Fix #134 Exit crash after failed response from character selection
...
--HG--
branch : compatibility
11 years ago
kaetemi
d2d87d2644
Make IG load waiting loop more agreeable
...
--HG--
branch : compatibility
11 years ago
kaetemi
6426393210
Additional streaming behaviour fix for XAudio2 driver
...
--HG--
branch : compatibility
11 years ago
kaetemi
4d3d7a000a
Fix #132 You can no longer walk through rezzed players
...
--HG--
branch : compatibility
11 years ago
kaetemi
f703359eaa
Remove some debug
...
--HG--
branch : compatibility
11 years ago
kaetemi
17b99ba796
Fix some streaming behaviour in XAudio2 driver
...
--HG--
branch : compatibility
11 years ago
kervala
c26e4c7426
Changed: Typo
...
--HG--
branch : compatibility
11 years ago
kervala
20ce763f35
Changed: Improvements in patch system
...
--HG--
branch : compatibility
11 years ago
kaetemi
cb6661b10d
Fix for excessive inlining of npc chat serialization, issue #97
11 years ago
kaetemi
1bafddccf6
Fixup paths (could we use the search paths for this?)
11 years ago
kaetemi
62cf064982
Cleanup data_shard
11 years ago
kaetemi
5c4175a54d
Only copy if needed
11 years ago
kaetemi
74363fdb33
Merge
11 years ago
kaetemi
f0688ad8c6
Get path for datasets from config like other services
11 years ago
kaetemi
e569541faa
Fix default directory
11 years ago
kaetemi
106cd007f9
Move mirror sheets back in
11 years ago
kaetemi
497232b470
Extend shard data script to gather executables and configurations
11 years ago
kaetemi
3267b89362
Add directories for patchman to gamedata setup
11 years ago
kaetemi
9939219ebf
Extend shard data script
11 years ago
botanic
2e1b47e3f0
Backed out merge changeset: b2d97621fa3b
...
Backed out merge revision to its first parent (99840e8413f2)
11 years ago
kervala
6b04b77bdd
Fixed: Reverted i18n change
...
--HG--
branch : compatibility
11 years ago
kervala
ab7836187d
Fixed: Reverted OpenGLES support change
...
--HG--
branch : compatibility
11 years ago
kaetemi
f4dda130a6
Clean translation diffs from OLDVALUE comments before merge, issue #116 , patch provided by Łukasz K
11 years ago
kaetemi
4df290147b
Fix make_merge_wk for uxt
11 years ago
kaetemi
b1c485fde0
Cleanup
11 years ago
kaetemi
451a82e59e
Cleanup
11 years ago
kaetemi
ccf99f4f8e
Merge
11 years ago
kaetemi
4f2a1b7db2
Fix the bug that caused the shape exporter to crash
11 years ago
kaetemi
90c9028170
Cleanup
11 years ago
kaetemi
ada9e8da5d
Fix export of NeL Flare
11 years ago
botanic
b3cca9bd73
add_user code for AMS
11 years ago
botanic
96770ba2db
auto create ring user permissions
11 years ago
botanic
37c3aa49fa
Set permissions in the ams installer
11 years ago
botanic
ea6bec1f91
Backed out changeset: 7d3eaa1bada0
...
--HG--
branch : compatibility
11 years ago
botanic
c99bfa03d4
Set permissions in the ams installer
...
--HG--
branch : compatibility
11 years ago
Matthew Lagoe
0db3345130
Merged in nimetu/ryzomcore/shard-script-fixes-for-dash (pull request #47 )
...
Change shard scripts to work with dash shell (issue #99 )
11 years ago
Matthew Lagoe
3f04907c31
Merged in botanic/ryzomcore-botanic-testing (pull request #21 )
...
Make it so that bad text always throws a nlwarning
11 years ago
kaetemi
bd206db383
Remove pacs.packed_prims when done
11 years ago
kaetemi
9d5c9019b5
Move visual slot tab to separate directory
11 years ago
kaetemi
06e8090669
Skip some files in ig build when possible
11 years ago
kaetemi
13e3849c89
Fix typo
11 years ago
kaetemi
6ac551cf60
Implement skip for rbank process
11 years ago