kervala
|
0267264cdd
|
Changed: Temporary comment the line because XAudio2 returns an error if used
|
2015-11-15 18:31:20 +01:00 |
|
kervala
|
9aa47b4836
|
Changed: Minor changes
|
2015-11-15 13:29:34 +01:00 |
|
kervala
|
c210bb0e88
|
Fixed: Display title and artist name from ogg files in music player
|
2015-11-15 13:13:44 +01:00 |
|
kervala
|
2bad77c5fa
|
Fixed: Only open supported music formats in music player
|
2015-11-15 13:12:54 +01:00 |
|
kaetemi
|
0289b22db0
|
This seems like a good idea as well, ref #254
|
2015-11-15 12:27:58 +01:00 |
|
kaetemi
|
fc8e07c791
|
Add some extra checks, ref #254
|
2015-11-15 12:21:14 +01:00 |
|
kervala
|
2ad5f18f71
|
Changed: Minor changes
|
2015-11-14 18:33:13 +01:00 |
|
kervala
|
9f2b505b49
|
Changed: Support for integer types in Lua 5.3, fixes #253
|
2015-11-14 18:19:58 +01:00 |
|
kervala
|
3ea4340ce6
|
Changed: Support for integer types in Lua 5.3, fixes #253
|
2015-11-14 11:46:17 +01:00 |
|
kervala
|
5ea4193018
|
Changed: Don't try to convert string to CRGBA if less than 3 integers
|
2015-11-13 19:38:46 +01:00 |
|
kervala
|
74fd0ba557
|
Changed: Minor changes
|
2015-11-13 19:37:32 +01:00 |
|
kervala
|
75a28a149b
|
Fixed: Crash in CLuaManager
|
2015-11-13 19:18:41 +01:00 |
|
kervala
|
c27e1062e4
|
Changed: Support for integer types in Lua 5.3, fixes #253
|
2015-11-13 18:42:50 +01:00 |
|
kervala
|
380bac5728
|
Changed: Replaced some NLMISC::strlwr by NLMISC::toLower
|
2015-11-13 16:22:49 +01:00 |
|
Nimetu
|
ef50655b79
|
Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page
|
2015-11-12 20:15:04 +02:00 |
|
Nimetu
|
bba1523d37
|
Fixed displaying utf8 string on <img> alt attr.
|
2015-11-12 16:01:57 +02:00 |
|
kervala
|
95f7448dd2
|
Fixed: Include AvailabilityMacros.h before using macro MAC_OS_X_VERSION_10_6
|
2015-11-09 12:45:34 +01:00 |
|
kervala
|
d4d12f2c81
|
Fixed: Compilation with old libcurl versions
|
2015-11-09 10:47:28 +01:00 |
|
kervala
|
826b729411
|
Changed: Display OpenGL version and GPU used in logs
|
2015-11-09 10:00:51 +01:00 |
|
kervala
|
5babd5ab59
|
Changed: Support for WGL_NV_gpu_affinity extension
|
2015-11-09 10:00:05 +01:00 |
|
kervala
|
ffbf1e8804
|
Changed: Updated OpenGL headers
|
2015-11-09 09:56:13 +01:00 |
|
kervala
|
13665eec9d
|
Fixed: Missing #endif
|
2015-11-09 09:55:58 +01:00 |
|
kervala
|
c3a6787196
|
Changed: Release modes list under OS X
|
2015-11-08 13:42:31 +01:00 |
|
kervala
|
76436616ea
|
Changed: Centralize OS X 10.6 check in NL_MAC_VERSION_10_6_UP
|
2015-11-08 13:35:16 +01:00 |
|
kervala
|
cccc2c47b8
|
Changed: Replace int 3 asm by __debugbreak()
|
2015-11-08 13:25:36 +01:00 |
|
kervala
|
bc50742bfe
|
Changed: Minor changes
|
2015-11-08 13:22:33 +01:00 |
|
kervala
|
3fa369e73c
|
Fixed: Typos (renamed restaure to restore)
|
2015-11-08 11:53:46 +01:00 |
|
Nimetu
|
f1e4fa9739
|
Fixed: CViewText not updating visible text when used by CCtrlTextButton
|
2015-11-08 05:15:40 +02:00 |
|
Nimetu
|
356cc7c3df
|
Changed: Allow to set max concurrent cURL connections per CGroupHTML instance
|
2015-11-08 01:51:34 +02:00 |
|
kervala
|
0afd605acc
|
Fixed: Clang warnings
|
2015-11-07 18:33:43 +01:00 |
|
kervala
|
4a268da708
|
Changed: Minor changes (spaces replaced by tabs)
|
2015-11-07 18:33:16 +01:00 |
|
kervala
|
02633263d0
|
Fixed: Use ShellExecute to open a document or URL as primary method, because second one doesn't work everytime
|
2015-11-07 18:31:58 +01:00 |
|
kervala
|
2de3fc3384
|
Changed: Add support for Spanish
|
2015-11-07 14:53:07 +01:00 |
|
kervala
|
c4c465b6c7
|
Fixed: Get system language code under OS X too and added method in NLMISC::CI18N
|
2015-11-07 14:52:46 +01:00 |
|
kervala
|
2184d13ef4
|
Fixed: Compilation errors when constant not defined
|
2015-11-06 15:48:48 +01:00 |
|
kervala
|
72e707bbe0
|
Changed: Minor changes
|
2015-11-06 15:48:23 +01:00 |
|
kervala
|
63366b4c9b
|
Fixed: clang warnings
|
2015-11-06 15:24:19 +01:00 |
|
kervala
|
dc86aa8459
|
Fixed: Unable to debug Ryzom while client is in fullscreen (bug with Windows 10?)
|
2015-11-05 16:48:07 +01:00 |
|
Nimetu
|
5f89a64d39
|
Add basic gif support to CBitmap (issue #238)
|
2015-11-03 18:50:31 +02:00 |
|
kervala
|
32a82cc7a0
|
Fixed: Crash when cursor is over WebPage, Outpost or WebIG at first frame, patch by kishan_grimout (issue #245)
|
2015-11-03 13:40:49 +01:00 |
|
Nimetu
|
97754b7af1
|
Fixed: Crash in CWidgetManager::sendClockTickEvent when element removed from _ClockMsgTargets (issue #250)
|
2015-11-03 01:06:12 +02:00 |
|
kervala
|
5db6c42975
|
Fixed: Avoid warnings of conflicts between Debug and Release DLLs
|
2015-11-01 16:47:39 +01:00 |
|
kaetemi
|
f54a5e1b8e
|
Be helpful
|
2015-09-22 16:18:00 +02:00 |
|
kaetemi
|
b7a4075f90
|
Apply uv channel and transform
|
2015-09-22 16:00:07 +02:00 |
|
kervala
|
59b97a82ef
|
Fixed: GetVersionEx deprecated under Windows 8.1+ and returns wrong version, replace it by RtlGetVersion from kernel
|
2015-09-22 09:43:24 +02:00 |
|
kaetemi
|
6e76e869a3
|
Initial work on UV
|
2015-09-21 23:47:19 +02:00 |
|
kaetemi
|
6c8a8d7b48
|
Import material texture
|
2015-09-21 18:11:35 +02:00 |
|
kaetemi
|
a3c8b2f89c
|
Adjust material import
|
2015-09-21 15:53:12 +02:00 |
|
kaetemi
|
ad5d1d3ca9
|
Fix typo
|
2015-09-20 21:47:26 +02:00 |
|
kaetemi
|
0553734334
|
Export shape
|
2015-09-20 21:41:53 +02:00 |
|
kaetemi
|
50f4afda07
|
Import basic material options
|
2015-09-20 21:08:30 +02:00 |
|
kaetemi
|
a021dc9eb5
|
Adjust
|
2015-09-20 19:12:33 +02:00 |
|
kaetemi
|
f5db005931
|
Note
|
2015-09-20 19:06:07 +02:00 |
|
kaetemi
|
9f03654267
|
Shape import
|
2015-09-20 19:03:05 +02:00 |
|
kaetemi
|
215237c8c5
|
Restructure
|
2015-09-20 17:22:24 +02:00 |
|
kaetemi
|
39e4fc7f23
|
Skeleton scan
|
2015-09-20 17:03:44 +02:00 |
|
kaetemi
|
334e154743
|
Scene meta data
|
2015-09-20 16:44:56 +02:00 |
|
kaetemi
|
bb016974b7
|
Centralized asset database configuration
|
2015-09-20 15:23:27 +02:00 |
|
kaetemi
|
f135f11887
|
Add pipeline v3 tool logger
|
2015-09-20 14:08:38 +02:00 |
|
kaetemi
|
607ecda469
|
Flag bones in scene for skel export
|
2015-09-19 19:35:57 +02:00 |
|
kaetemi
|
d08d09b341
|
Command line options
|
2015-09-19 18:08:25 +02:00 |
|
kaetemi
|
8fc6c08aa6
|
Placeholder projects
|
2015-09-19 17:14:35 +02:00 |
|
Nimetu
|
79c101b4a2
|
Fix 'ah:' urls for untrusted domains
|
2015-08-11 19:35:27 +03:00 |
|
kaetemi
|
04ce449901
|
Fix object viewer include issue
|
2015-07-10 07:54:34 +02:00 |
|
kaetemi
|
5a297fd58d
|
Fix freetype include order
WINSDK added a fttypes.h header...
|
2015-07-10 06:30:20 +02:00 |
|
kaetemi
|
8602783c96
|
MFC now requires XP or higher
|
2015-07-10 06:24:17 +02:00 |
|
kaetemi
|
ab0aed948a
|
Fix DXSDK include order
|
2015-07-10 06:16:19 +02:00 |
|
Nimetu
|
a62a049f46
|
Fix missing include when WITH_PCH=OFF
|
2015-06-17 00:36:54 +03:00 |
|
Nimetu
|
746a0b9f24
|
Add radio button type to CGroupHTML (issue 237)
|
2015-03-31 18:47:46 +03:00 |
|
kervala
|
08451bad7d
|
Fixed uint to bool conversion warning
|
2015-04-25 18:28:03 +02:00 |
|
Nimetu
|
1ae44aecdd
|
Fix compiling on 32bit linux
|
2015-04-22 13:44:21 +03:00 |
|
Nimetu
|
e14c131332
|
Fix sending and receiving cookies
|
2015-04-20 20:51:00 +03:00 |
|
Nimetu
|
db2cee5b84
|
Fix possible curl handle leak
|
2015-04-20 20:50:56 +03:00 |
|
Nimetu
|
8d86495364
|
Fix compiling under windows
|
2015-04-20 01:04:52 +03:00 |
|
Nimetu
|
f8813e4d2e
|
Replace url parser with one less strict
|
2015-04-19 22:12:05 +03:00 |
|
Nimetu
|
d7da85970d
|
Make sure image src attribute matches local file or is absolute url
|
2015-04-19 22:01:46 +03:00 |
|
Nimetu
|
918d2c70fe
|
Fix utf8 tooltips on web links
|
2015-04-19 20:26:38 +03:00 |
|
Nimetu
|
7e54d79be2
|
Use cURL as http transport
|
2015-04-17 17:41:01 +03:00 |
|
Nimetu
|
0933ffc9d2
|
Ensure that html is valid utf8 and that tags come in correct(ish) order
|
2015-04-18 23:23:23 +03:00 |
|
Nimetu
|
f3c99aa589
|
Remove libwww, only keep html entitites list
|
2015-04-17 15:10:00 +03:00 |
|
kaetemi
|
d77f0c0b42
|
Add extra light groups for better lightmap control
|
2015-04-16 17:39:47 +02:00 |
|
Jan Boon
|
14b39953ac
|
Merged in nimetu/ryzomcore/libxml2-html-parser (pull request #127)
implement html parser using libxml2
|
2015-04-16 17:01:47 +02:00 |
|
kaetemi
|
dc7e040d94
|
ryzomcore/v0.12.0
|
2015-04-14 11:55:08 +02:00 |
|
Nimetu
|
6198b7f496
|
Parse local files (ingame help) with new html parser
|
2015-04-13 20:53:10 +03:00 |
|
Nimetu
|
55a3c66c78
|
Implement html parser using libxml2
|
2015-04-13 20:52:34 +03:00 |
|
Nimetu
|
1f08e3ac94
|
Remove libwww dependency from CGroupHTML::addLink() signature
|
2015-04-13 20:51:39 +03:00 |
|
kervala
|
de78560bdd
|
Fixed compilation of font sample
|
2015-04-05 13:52:05 +02:00 |
|
Jan Boon
|
dd4c90785e
|
Merged in nimetu/ryzomcore (pull request #126)
add bold, italic, underline, strikethrough font styles
|
2015-04-01 06:20:41 +02:00 |
|
kaetemi
|
4c91c4a7d9
|
Separate dither matrix per color channel
|
2015-03-30 12:04:35 +02:00 |
|
kaetemi
|
76a1deb882
|
Apply bayer dither to TGA16 export for smoother lightmaps
|
2015-03-30 11:22:25 +02:00 |
|
Nimetu
|
c1670e1318
|
Add span tag and bold, italic, underline, strikethrough styles to CGroupHTML
|
2015-03-29 18:24:19 +03:00 |
|
Nimetu
|
a1c11a07ba
|
Add embolden, oblique, underline, strikethrough styles to CViewText
|
2015-03-29 18:24:16 +03:00 |
|
kaetemi
|
25a399ae9e
|
Use unordered set and map for VS2013, ref #236
|
2015-03-29 16:58:07 +02:00 |
|
kaetemi
|
63df17a63c
|
Fixup some more hashes
|
2015-03-29 16:58:07 +02:00 |
|
Nimetu
|
b5b5dcd031
|
Add embolden, oblique font styles (NL3D)
|
2015-03-29 17:28:33 +03:00 |
|
kaetemi
|
9cd1a4528c
|
Add Wang hash functions
|
2015-03-29 03:14:06 +02:00 |
|
kervala
|
c72c040589
|
Merge with hotfix
|
2015-03-24 15:52:16 +01:00 |
|
kervala
|
0d83cea719
|
Fixed compilation with GCC
|
2015-03-24 15:51:32 +01:00 |
|
kaetemi
|
42944adf1d
|
Merge with hotfix
|
2015-03-07 00:01:02 +01:00 |
|
kaetemi
|
8d854e3e8d
|
ryzomcore/v0.11.3
|
2015-03-06 23:53:34 +01:00 |
|
kaetemi
|
eaf44707a7
|
Merge with hotfix
|
2015-03-06 23:40:48 +01:00 |
|
kaetemi
|
08dfa4e628
|
Synchronize versions
|
2015-03-06 23:37:21 +01:00 |
|
kaetemi
|
a77c5d540b
|
Flag max plugins as windowed
|
2015-03-06 21:20:01 +01:00 |
|
kaetemi
|
28a7017c00
|
Flag windowed application when attempting window creation using 3D driver
|
2015-03-06 21:15:09 +01:00 |
|
kaetemi
|
4afe23c6e3
|
Some practical improvements for the report handling
|
2015-03-06 21:07:12 +01:00 |
|
kaetemi
|
c5a40c2616
|
Merge with feature-crashreport+develop
|
2015-03-06 21:05:31 +01:00 |
|
kaetemi
|
ac7dcc4ed0
|
Merge with feature-crashreport
|
2015-03-06 19:08:13 +01:00 |
|
kaetemi
|
7078fdb064
|
Replace report functionality
|
2015-03-06 19:07:25 +01:00 |
|
kaetemi
|
14c10db490
|
Replace report functionality
|
2015-03-06 19:06:11 +01:00 |
|
kaetemi
|
f7055db542
|
Extend debugging sample
|
2015-03-06 19:06:10 +01:00 |
|
kaetemi
|
4bcb8811d6
|
Fix checkbox behaviour
|
2015-03-06 19:06:10 +01:00 |
|
kaetemi
|
0a2c891c75
|
Extend debugging sample
|
2015-03-06 19:06:10 +01:00 |
|
kaetemi
|
0c1bba4540
|
Adjust layout
|
2015-03-06 19:06:10 +01:00 |
|
kaetemi
|
9523abfe92
|
Use proper style sheet for crash report under Cinnamon
|
2015-03-06 19:06:10 +01:00 |
|
kaetemi
|
ea5a53ddc4
|
Enable crash report tool in debugging sample application
|
2015-03-06 19:06:10 +01:00 |
|
kaetemi
|
98ff7c1535
|
Merge with feature-crashreport
|
2015-03-06 16:01:05 +01:00 |
|
dfighter1985
|
5157e7a137
|
Default return value.
|
2015-03-03 03:10:28 +01:00 |
|
dfighter1985
|
2eb7a6648a
|
Merged mainline changes..
|
2015-03-03 03:05:14 +01:00 |
|
dfighter1985
|
de5c888318
|
Don't offer send in non-dev mode when there's no log file specified.
|
2015-03-03 02:37:51 +01:00 |
|
dfighter1985
|
2d7784aad4
|
Only send email if the email CB is checked.
|
2015-03-03 02:33:04 +01:00 |
|
dfighter1985
|
a761910a78
|
Send report in dev mode if the CB is checked.
|
2015-03-03 02:30:39 +01:00 |
|
kervala
|
a9f2459f35
|
Fixed: Compilation with GCC
|
2015-03-02 23:27:12 +01:00 |
|
dfighter1985
|
a579fbc924
|
Some more GUI changes.
|
2015-03-02 21:06:01 +01:00 |
|
dfighter1985
|
da6391ec1e
|
Added return codes as requested.
|
2015-03-02 20:12:09 +01:00 |
|
dfighter1985
|
3080717012
|
GUI changes as per requested by Kaetemi.
|
2015-03-02 19:52:39 +01:00 |
|
kervala
|
29e95e59d3
|
Changed: Minor change
|
2015-03-02 13:13:45 +01:00 |
|
kervala
|
2e7e46b8f9
|
Fixed: Sort files in CFileContainer::addSearchPath too
|
2015-03-02 13:13:26 +01:00 |
|
kervala
|
d820233d21
|
Fixed: Skip .hg directories
|
2015-03-02 13:07:33 +01:00 |
|
kervala
|
619f33fffc
|
Fix #208 linking against static libX11.a
|
2015-03-02 13:06:51 +01:00 |
|
Nimetu
|
ba1052672f
|
Fix compilation
|
2015-03-01 18:41:16 +02:00 |
|
kaetemi
|
a84290983f
|
Merge with feature-crashreport
|
2015-02-24 17:19:41 +01:00 |
|
kaetemi
|
04cca60cac
|
Merge with develop
|
2015-02-24 17:19:27 +01:00 |
|
kaetemi
|
c60344217a
|
Qt5 compile fix for crash report tool
|
2015-02-24 17:18:48 +01:00 |
|
kaetemi
|
7fa28fba72
|
Add isWindowedApplication to INeLContext
|
2015-02-24 17:17:45 +01:00 |
|
kaetemi
|
1f93a1024f
|
Use ULL suffix for unsigned 64bit integer constants with Visual Studio 2013
|
2015-02-24 17:17:45 +01:00 |
|
kaetemi
|
8b14cd4121
|
Fix _MSC_VER typo
|
2015-02-24 17:17:45 +01:00 |
|
kaetemi
|
85c0a7e130
|
Merge with develop
|
2015-02-24 12:51:16 +01:00 |
|
kaetemi
|
e6593a326a
|
Merge with feature-crashreport
|
2015-02-24 12:51:01 +01:00 |
|
kaetemi
|
c19ed5938b
|
Cleanup Windows includes
|
2015-02-24 12:47:54 +01:00 |
|
kaetemi
|
692eab1c71
|
Add _WIN32_WINNT fallback define
|
2015-02-24 12:47:54 +01:00 |
|
kaetemi
|
edd1597b07
|
Remove redundant windows.h includes in NLMISC
|
2015-02-24 12:47:54 +01:00 |
|
kaetemi
|
946d80ae18
|
Categorize NLMISC project source files
|
2015-02-24 12:47:54 +01:00 |
|
kaetemi
|
0302156e24
|
Fix sstream include
|
2015-02-24 12:47:32 +01:00 |
|
kaetemi
|
5307229afa
|
Merge with feature-crashreport
|
2015-02-24 11:41:05 +01:00 |
|
kaetemi
|
7f220d78ac
|
Only in FINAL_VERSION
|
2015-02-23 20:33:31 +01:00 |
|
kaetemi
|
d01d3040c2
|
Default window title
|
2015-02-23 20:09:51 +01:00 |
|
kaetemi
|
fa9da7caf8
|
Add function to set custom host url. Deprecate email callback function. Add some comments
|
2015-02-23 20:01:20 +01:00 |
|
kaetemi
|
ff010bc5d8
|
GCC/Linux version of NLMISC_BREAKPOINT
|
2015-02-23 19:23:15 +01:00 |
|
dfighter1985
|
d96159a2b7
|
Merged in dfighter1985/ryzomcore/feature-crashreport (pull request #122)
Crash reporter changes
|
2015-02-23 17:55:32 +01:00 |
|
kaetemi
|
e64791ce55
|
Visual Studio 2013 compilation support for Ryzom Server
|
2015-02-23 12:58:43 +01:00 |
|
dfighter1985
|
f7db38c7e1
|
Use CMsgBoxDisplayer on non-windows platforms as well.
|
2015-02-23 01:36:50 +01:00 |
|
kaetemi
|
d13e1bffdd
|
Merge with hotfix
|
2015-02-22 23:50:39 +01:00 |
|
dfighter1985
|
7394873799
|
Remove generated log file when quitting the reporter.
|
2015-02-22 22:34:07 +01:00 |
|
dfighter1985
|
967275ec19
|
Parametrize crash reporter.
|
2015-02-22 21:51:17 +01:00 |
|
dfighter1985
|
8ed0e963de
|
More renames...
|
2015-02-22 19:52:01 +01:00 |
|
dfighter1985
|
1c933a93c1
|
Renames.
|
2015-02-22 19:33:38 +01:00 |
|
dfighter1985
|
64a86fbd04
|
Renames.
|
2015-02-22 19:33:12 +01:00 |
|
dfighter1985
|
1b840d8734
|
renamed directory.
|
2015-02-22 19:28:02 +01:00 |
|
dfighter1985
|
82f298cb18
|
Changed default title to NeL Error Report.
|
2015-02-22 19:26:03 +01:00 |
|
dfighter1985
|
9d3f9c1c90
|
Moved to nel\tools\misc
|
2015-02-22 19:24:38 +01:00 |
|
dfighter1985
|
2f11ad54ac
|
Class names in Nel start with a C...
|
2015-02-22 19:04:11 +01:00 |
|
dfighter1985
|
3569d88801
|
Copyright header changed to Nel...
|
2015-02-22 18:59:35 +01:00 |
|
dfighter1985
|
52250695f6
|
Launch the error report application instead of sending an email.
|
2015-02-22 18:45:41 +01:00 |
|
dfighter1985
|
8e745739cf
|
Backed out from fdc0d40
|
2015-02-22 17:38:06 +01:00 |
|
dfighter1985
|
6be000a530
|
Backed out from 5942903
|
2015-02-22 17:20:24 +01:00 |
|
dfighter1985
|
32acbd5297
|
Back out from 5bb3dad
|
2015-02-22 17:15:41 +01:00 |
|
kaetemi
|
60c7bfcf00
|
Merge with hotfix
|
2015-02-22 10:53:17 +01:00 |
|
kaetemi
|
d75b7f3491
|
Merge with dfighter-tools
|
2015-02-22 10:45:48 +01:00 |
|
kaetemi
|
891011b74c
|
Merge with hotfix
|
2015-02-22 10:39:02 +01:00 |
|
dfighter1985
|
4b15d60ec0
|
Merged in hotfix (pull request #117)
Merge hotfix branch
|
2015-02-21 23:09:07 +01:00 |
|
dfighter1985
|
9625ffb7dd
|
A little cleanup of CMsgBoxDisplayer.
|
2015-02-21 22:32:11 +01:00 |
|
dfighter1985
|
8a571b8689
|
A little cleanup of CMsgBoxDisplayer.
|
2015-02-21 22:32:11 +01:00 |
|
dfighter1985
|
50d93d426a
|
Use CMsgBoxDisplayer on platforms other than Windows as well.
|
2015-02-21 21:28:56 +01:00 |
|
dfighter1985
|
566d21f64e
|
Use CMsgBoxDisplayer on platforms other than Windows as well.
|
2015-02-21 21:28:56 +01:00 |
|
dfighter1985
|
8771a4c69c
|
Install rcerror
|
2015-02-21 20:01:44 +01:00 |
|
dfighter1985
|
d33da5fe44
|
Install rcerror
|
2015-02-21 20:01:44 +01:00 |
|
kaetemi
|
28a4989c17
|
Visual Studio 2013 compilation support for Ryzom Client
|
2015-02-20 18:10:06 +01:00 |
|
kaetemi
|
2e3c25251a
|
Visual Studio 2013 compilation support for NeL Tools
|
2015-02-20 17:51:13 +01:00 |
|
kaetemi
|
51721efeec
|
Visual Studio 2013 compilation support for NLGUI
|
2015-02-20 17:17:07 +01:00 |
|
kaetemi
|
e60b2dc760
|
Visual Studio 2013 compilation support for NL3D
|
2015-02-20 17:14:12 +01:00 |
|
kaetemi
|
dedd5b7ef9
|
Visual Studio 2013 compilation support for NLSOUND
|
2015-02-20 17:14:00 +01:00 |
|
kaetemi
|
165151a7e6
|
Visual Studio 2013 compilation support for NLMISC
|
2015-02-20 17:07:23 +01:00 |
|
kaetemi
|
a8d366ead3
|
Visual Studio 2013 compilation support for NLPACS
|
2015-02-20 16:31:54 +01:00 |
|
kaetemi
|
e00310422f
|
Visual Studio 2013 compilation support for NLNET
|
2015-02-20 16:29:09 +01:00 |
|
kaetemi
|
881bbc6083
|
Visual Studio 2013 compilation support for NLMISC
|
2015-02-20 16:24:19 +01:00 |
|
dfighter1985
|
893ef9e2aa
|
Typo...
|
2015-02-20 03:22:02 +01:00 |
|
dfighter1985
|
0eb8913a20
|
Typo...
|
2015-02-20 03:22:02 +01:00 |
|
dfighter1985
|
35eeb4697d
|
Tell the user if the report couldn't be sent.
|
2015-02-20 02:54:05 +01:00 |
|
dfighter1985
|
31907ca35f
|
Tell the user if the report couldn't be sent.
|
2015-02-20 02:54:05 +01:00 |
|
dfighter1985
|
dddcf6158c
|
Override the cursor while sending the report.
|
2015-02-20 02:44:22 +01:00 |
|
dfighter1985
|
52bb68f547
|
Override the cursor while sending the report.
|
2015-02-20 02:44:22 +01:00 |
|
dfighter1985
|
457147d008
|
Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :(
|
2015-02-20 02:35:11 +01:00 |
|
dfighter1985
|
04480a3290
|
Unfortunately on Windows argc and argv parameters are unreliable inside a Qt application, so I had to hardcode the report file name. :(
|
2015-02-20 02:35:11 +01:00 |
|
dfighter1985
|
1e3fad50bb
|
Probably a good idea to look for rcerror as rcerror.exe on Windows.
|
2015-02-20 02:03:33 +01:00 |
|
dfighter1985
|
a92f816f55
|
Probably a good idea to look for rcerror as rcerror.exe on Windows.
|
2015-02-20 02:03:33 +01:00 |
|
dfighter1985
|
8b92080b14
|
Implemented the bug report Qt app and an example web app that takes the report.
|
2015-02-20 01:59:04 +01:00 |
|
dfighter1985
|
aca8314fdb
|
Implemented the bug report Qt app and an example web app that takes the report.
|
2015-02-20 01:59:04 +01:00 |
|
dfighter1985
|
02ec1b015e
|
Added the Ryzom Core Error Reporter's skeleton.
|
2015-02-19 00:20:18 +01:00 |
|
dfighter1985
|
e962a41323
|
Added the Ryzom Core Error Reporter's skeleton.
|
2015-02-19 00:20:18 +01:00 |
|
dfighter1985
|
85fe754bf2
|
CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit.
|
2015-02-17 03:12:26 +01:00 |
|
dfighter1985
|
cc52abcfa0
|
CMsgBoxDisplayer should not present a dialog now, but write the report to a file then attempt to launch the error reporter application. Which ofc doesn't exist yet in this commit.
|
2015-02-17 03:12:26 +01:00 |
|
kervala
|
9718f37ec4
|
Merge with hotfix
|
2015-02-14 19:29:36 +01:00 |
|
kervala
|
f0ebd8d428
|
Fixed: Unnamed semaphores are deprecated under OS X
|
2015-02-14 17:52:15 +01:00 |
|
kervala
|
5221bf199c
|
Merge with hotfix
|
2015-02-14 14:31:19 +01:00 |
|
kervala
|
44d0c95b69
|
Fixed: Warning with multichars to int conversion
|
2015-02-14 14:25:50 +01:00 |
|
kervala
|
539f721624
|
Fixed: Compilation
|
2015-02-14 13:57:06 +01:00 |
|
kervala
|
c569b03d0c
|
Changed: Replaced atoi and atof by NLMISC::fromString
|
2015-02-14 13:46:21 +01:00 |
|
kervala
|
a5d69a78d7
|
Changed: Minor changes
|
2015-02-14 12:47:03 +01:00 |
|
kervala
|
1ce011be38
|
Fixed: Compilation warnings
|
2015-02-14 12:41:59 +01:00 |
|
dfighter1985
|
8b095f97b3
|
Merged in hotfix (pull request #114)
Merging hotfix branch
|
2015-02-13 19:48:42 +01:00 |
|
dfighter1985
|
991a3fdf99
|
Include rgba.h in libwww.h. Thanks Nimetu!
|
2015-02-09 20:07:35 +01:00 |
|
dfighter1985
|
eaf5d26bae
|
Handle relative paths when loading .worldedit files in World Editor.
|
2015-02-08 00:24:29 +01:00 |
|
dfighter1985
|
ac2833e78d
|
Merged in hotfix (pull request #111)
Merge hotfix
|
2015-02-06 02:32:03 +01:00 |
|
dfighter1985
|
23873f2e3a
|
Erm. Initialize Nel3D on other platforms too...
|
2015-02-06 02:29:33 +01:00 |
|
dfighter1985
|
5537d4b627
|
Merged in hotfix (pull request #105)
Merge hotfix
|
2015-02-02 23:32:08 +01:00 |
|
dfighter1985
|
8498b4aacd
|
Fixed build of Object Viewer Widget Qt ( old, not part of Studio ).
|
2015-02-02 22:01:16 +01:00 |
|
dfighter1985
|
711261cb0d
|
Merged hotfix
|
2015-02-02 03:54:50 +01:00 |
|
dfighter1985
|
41e2e8b4db
|
Merged mainline
|
2015-02-02 02:03:00 +01:00 |
|
dfighter1985
|
44760221f2
|
Initialize Nel3D in the Object Viewer plugin too.
|
2015-02-01 20:29:26 +01:00 |
|
kervala
|
e3de253702
|
Changed: Optimize sorting of files (instead of doing it several times for each directory, do it only once)
|
2015-01-23 21:11:15 +01:00 |
|
kervala
|
1675e7af3a
|
Changed: Replaced atoi and atof by NLMISC::fromString
|
2015-01-13 19:47:14 +01:00 |
|
kervala
|
d6a2af6abd
|
Changed: Minor changes
|
2015-01-13 14:11:07 +01:00 |
|
kaetemi
|
52cdc1e341
|
Lightmap debug message
|
2015-01-13 13:21:56 +01:00 |
|
kaetemi
|
f65356079e
|
Unhide layers in max export
|
2015-01-13 13:21:56 +01:00 |
|
kervala
|
5b492fdebe
|
Changed: Typo
|
2015-01-11 14:56:51 +01:00 |
|
kervala
|
8880047f69
|
Fixed: Compilation with OS X SDK 10.10
|
2015-01-10 20:33:02 +01:00 |
|
kervala
|
afac054306
|
Fixed: Removed raw mouse mode for OS X too
|
2015-01-10 19:55:05 +01:00 |
|
kervala
|
541fd4a25c
|
Fixed: OpenGL driver compilation
|
2015-01-10 19:53:27 +01:00 |
|
kervala
|
223de1a1a4
|
Merge
|
2015-01-10 19:08:55 +01:00 |
|
kervala
|
ba6cbc76c9
|
Changed: Minor changes
|
2015-01-10 18:45:14 +01:00 |
|
kervala
|
741d3b6275
|
Fixed: OpenGL ES driver compilation
|
2015-01-10 18:41:54 +01:00 |
|
kervala
|
2a6478b505
|
Changed: More aliases for OpenGL ES functions and defines to simplify code
|
2015-01-10 18:41:18 +01:00 |
|
Jan Boon
|
fce776f93e
|
Merged in nimetu/ryzomcore/fix-issue-225 (pull request #98)
CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225)
|
2015-01-09 18:09:17 +01:00 |
|
Nimetu
|
e2517b8ebc
|
Fix html submit button value that is included with form data (issue #226)
|
2015-01-09 13:11:20 +02:00 |
|
Nimetu
|
c05b296472
|
CGroupEditBox: ignore enter key when ctrl is pressed (ctrl+m combo) (issue #225)
|
2015-01-09 12:59:53 +02:00 |
|
kervala
|
bdfa7a624e
|
Changed: Minor changes
|
2014-12-26 13:38:02 +01:00 |
|
kaetemi
|
6d16be808f
|
Merge with default
|
2014-12-22 14:26:26 +01:00 |
|
kaetemi
|
c522248f2d
|
ryzomcore/v0.11.2
|
2014-12-22 14:21:01 +01:00 |
|
kaetemi
|
f146593561
|
Move to hotfix: 287c1142e5ea
|
2014-12-22 14:08:29 +01:00 |
|
dfighter1985
|
9a61380b37
|
Ported changeset 9878ab4: CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219.
|
2014-12-22 01:26:04 +01:00 |
|
dfighter1985
|
fe5c94505f
|
CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219.
|
2014-12-21 22:55:27 +01:00 |
|
kaetemi
|
d7ea4033f7
|
Also export non-root shapes
|
2014-12-12 21:17:13 +01:00 |
|
kaetemi
|
d0b4aa5681
|
Adjust sky batch
|
2014-12-12 01:22:19 +01:00 |
|
kaetemi
|
661bb29406
|
Add sky batch script
|
2014-12-12 01:22:18 +01:00 |
|
kaetemi
|
e6f8faaf58
|
Merge
|
2014-12-09 23:07:58 +01:00 |
|
kaetemi
|
8f1bfa05ce
|
Add zone snapshot script example
|
2014-12-09 23:06:08 +01:00 |
|
kaetemi
|
04ce266c03
|
Fix NeLLigoMakeSnapShot
|
2014-12-09 23:06:08 +01:00 |
|
kaetemi
|
dbe3ee5d9e
|
Fix offscreen rendering mode
|
2014-12-09 23:06:08 +01:00 |
|
kaetemi
|
5edbf6d63d
|
Add script to generate zone names
|
2014-12-09 23:06:07 +01:00 |
|
kaetemi
|
cfba18092d
|
Handle window close message in painter
|
2014-12-09 23:06:07 +01:00 |
|
kaetemi
|
18a52f8f92
|
Adjust patch orientation script
|
2014-12-04 13:28:30 +01:00 |
|
kaetemi
|
670412f630
|
Add key in patch painter to reset a patch mesh
|
2014-12-04 13:21:45 +01:00 |
|
kaetemi
|
b6e162bb05
|
Merge with hotfix
|
2014-12-04 13:21:40 +01:00 |
|
kaetemi
|
ea25449029
|
Fix crash with patch mesh attach
|
2014-12-04 13:21:12 +01:00 |
|
kaetemi
|
b7dbbcac54
|
Add script to orient zone patches automatically
|
2014-12-03 15:16:39 +01:00 |
|
kaetemi
|
c7e0627bb5
|
Increase patch painter distance
|
2014-12-03 15:16:39 +01:00 |
|
kaetemi
|
c02d285b4d
|
Merge with hotfix
|
2014-11-24 15:04:16 +01:00 |
|
kaetemi
|
1a5f3a2875
|
ryzomcore/v0.11.1
|
2014-11-24 14:57:36 +01:00 |
|
kaetemi
|
9fba7eff72
|
Fix bug causing patch painter fail to open more than once
|
2014-11-19 16:30:14 +01:00 |
|
kaetemi
|
2e94bc1d15
|
Fix bug causing patch painter fail to open more than once
|
2014-11-19 16:30:14 +01:00 |
|
kaetemi
|
fb44ccb82d
|
Remove PIC library
|
2014-11-19 16:20:14 +01:00 |
|
kaetemi
|
6d6926a8b8
|
ryzomcore/v0.11.0
|
2014-11-10 23:34:41 +01:00 |
|
dfighter1985
|
b6c9cc5498
|
CDBViewQuantity shouldn't crash in the editor.
|
2014-10-20 22:49:46 +02:00 |
|
dfighter1985
|
38d2366a71
|
it's not a bad idea to store the value in the right variable...
|
2014-10-20 22:21:59 +02:00 |
|
dfighter1985
|
112d137add
|
DBViewNumber shouldn't crash anymore.
|
2014-10-20 20:57:08 +02:00 |
|
dfighter1985
|
3193ab11de
|
When setting the Id of the decorated edit box, set the Id of the text as well.
|
2014-10-20 18:51:53 +02:00 |
|
Jan Boon
|
841f06be25
|
Merged in nimetu/ryzomcore/html-table-rendering (pull request #92)
Some improvements to table rendering
|
2014-10-18 04:44:34 +02:00 |
|
Nimetu
|
754a0ff04d
|
Fix html img not showing on some cases, clean up addImage method
|
2014-10-18 01:20:56 +03:00 |
|
Nimetu
|
a24400c059
|
Fix crash when using textarea without form
|
2014-10-18 00:15:51 +03:00 |
|
dfighter1985
|
c96c030b25
|
set the Id of the text properly when loading the decorated edit box.
|
2014-10-17 22:25:30 +02:00 |
|
dfighter1985
|
68fa126867
|
Create the viewtext of the decorated edit box when the box is created, also adjust it so the text is drawn to the right of the left texture.
|
2014-10-17 21:18:26 +02:00 |
|
dfighter1985
|
25b5750239
|
Fixed a typo that messed up the textures of decorated editbox.
|
2014-10-17 16:01:50 +02:00 |
|
dfighter1985
|
2a07542bf2
|
Save decorated edit box as such.
|
2014-10-16 21:03:58 +02:00 |
|
dfighter1985
|
50625d3e29
|
Update decorated edit box decoration coords while dragging.
|
2014-10-16 20:58:47 +02:00 |
|
dfighter1985
|
9b8991038d
|
Allow selection of CGroupEditBox.
|
2014-10-16 20:29:36 +02:00 |
|
dfighter1985
|
715fdd1ddf
|
Implemented CGroupEditBoxDecor a decorated CGroupEditBox.
|
2014-10-16 20:25:19 +02:00 |
|
dfighter1985
|
03c6a69141
|
Fix parent pos and size parsing.
|
2014-10-15 19:46:43 +02:00 |
|
Nimetu
|
11442b15ae
|
Change table defaults valign=middle, cellpadding=1, cellspacing=2
|
2014-10-15 00:02:38 +03:00 |
|
Nimetu
|
66ca072948
|
Render table with rowspan, colspan.
Borders, if enabled, adds +1 to cell padding.
|
2014-10-14 15:29:06 +03:00 |
|
Nimetu
|
23d51172c2
|
Add rowspan and colspan attributes
|
2014-10-14 15:26:14 +03:00 |
|
dfighter1985
|
284de64589
|
When creating a new GUI set the base color to white.
|
2014-10-13 17:47:42 +02:00 |
|
dfighter1985
|
b8d16d8b9b
|
Pos and Size parent setters should now use the widget directly as well.
|
2014-10-13 15:43:10 +02:00 |
|
dfighter1985
|
126631020f
|
Size parent is now queried directly from the widget.
|
2014-10-13 15:26:47 +02:00 |
|
Nimetu
|
d938a90da6
|
Render table and cell borders
|
2014-10-13 01:59:20 +03:00 |
|
Nimetu
|
13b947861d
|
Add bordercolor attribute to table tag
|
2014-10-13 01:10:46 +03:00 |
|
dfighter1985
|
cc3e44ac2b
|
GUI Editor should show the right parent position.
|
2014-10-12 23:07:08 +02:00 |
|
dfighter1985
|
a96cdafb29
|
Parent positions should now be saved right again.
|
2014-10-12 23:05:22 +02:00 |
|
Nimetu
|
80e2d7fa35
|
Fix table cellpadding
|
2014-10-12 17:43:18 +03:00 |
|
dfighter1985
|
479625968d
|
Implemented new action.
|
2014-10-11 21:43:28 +02:00 |
|
dfighter1985
|
f5826add20
|
Moved CRootGroup out of CInterfaceParser.
|
2014-10-11 19:30:30 +02:00 |
|
dfighter1985
|
c47188179a
|
CInterfaceParser in editor mode should look for files in the working directory first.
|
2014-10-11 16:26:38 +02:00 |
|
dfighter1985
|
f6d34ddb37
|
Added limits to pch, should fix Linux build.
|
2014-10-11 13:04:03 +02:00 |
|
dfighter1985
|
c7bfb9cf20
|
Merged develop
|
2014-10-11 02:15:07 +02:00 |
|
dfighter1985
|
6c05ced558
|
Added support for grouping widgets.
|
2014-10-11 00:42:43 +02:00 |
|
dfighter1985
|
0aead6db70
|
Allow multiselection.
|
2014-10-10 20:25:25 +02:00 |
|
dfighter1985
|
20ccee370b
|
Unselect selection when clicking 'nothing'.
|
2014-10-10 17:33:57 +02:00 |
|
kervala
|
e4ab2467c1
|
Minor changes
|
2014-10-10 13:08:14 +02:00 |
|
kervala
|
9995543f47
|
Fix some warnings
|
2014-10-10 13:07:54 +02:00 |
|
kaetemi
|
a1262b71b2
|
Handle shadow outline in gui
|
2014-10-08 23:20:35 +02:00 |
|
kaetemi
|
523761d7b7
|
Implement text shade outline
|
2014-10-08 23:20:34 +02:00 |
|
dfighter1985
|
733fb56703
|
A little crash fix.
|
2014-10-08 21:28:20 +02:00 |
|
dfighter1985
|
a4dfd8c95e
|
Sizes should remain the same when ungrouping.
|
2014-10-08 21:00:56 +02:00 |
|
dfighter1985
|
003ddd6881
|
Added support for ungrouping.
|
2014-10-08 20:36:16 +02:00 |
|
dfighter1985
|
e9f5fef158
|
Make group selection optional.
|
2014-10-08 18:45:17 +02:00 |
|
dfighter1985
|
01cdcaa480
|
Only select a group first in editor mode.
|
2014-10-08 18:00:54 +02:00 |
|
dfighter1985
|
b524c9fec1
|
Don't try to handle the right mouse button actions in editor mode.
|
2014-10-08 17:59:39 +02:00 |
|
dfighter1985
|
1111a022af
|
When moving a group draw it's children too.
|
2014-10-08 17:52:56 +02:00 |
|
dfighter1985
|
4d06c3c278
|
Select groups first.
|
2014-10-08 17:37:05 +02:00 |
|
kaetemi
|
6ec644e2ba
|
Fix rendering of specially sized window highlights
|
2014-10-08 09:31:13 +02:00 |
|
kaetemi
|
d2e9352d4c
|
Fix when tx_b and tx_b_open have different heights
|
2014-10-08 09:30:59 +02:00 |
|
kaetemi
|
cbe5cb66f7
|
Add inset_t parameter to layer options, allows putting header graphics in top texture
|
2014-10-04 01:43:27 +02:00 |
|
kaetemi
|
96ea88ac07
|
Fix a bad copy paste in NLGUI
|
2014-10-04 01:43:13 +02:00 |
|
kaetemi
|
0eed48b902
|
Fix #207, FXAA orientation under D3D
|
2014-10-01 23:24:56 +02:00 |
|
Jan Boon
|
2935767d60
|
Merged in nimetu/ryzomcore/html-maxlength-attr (pull request #84)
Add maxlength attribute to input and textarea tags
|
2014-10-01 23:18:33 +02:00 |
|
dfighter1985
|
7504dc1238
|
From now on dragged widgets will be re-aligned on drop. They will find the nearest hotspot of the group they are dropped into, and calculate an offset so they will align to the hotspot and yet remain where they were dropped.
|
2014-09-29 20:29:04 +02:00 |
|
dfighter1985
|
4d5d67fac7
|
Update CCtrlTextButton's CViewText's coords after updating it's own coords.
|
2014-09-29 17:38:24 +02:00 |
|
dfighter1985
|
2383e19561
|
Posref changes in the editor should apply...
|
2014-09-29 17:23:22 +02:00 |
|
dfighter1985
|
e87d83bccc
|
Refactoring. Added CInterfaceFactory.
|
2014-09-27 21:48:51 +02:00 |
|
dfighter1985
|
fada6e7dcc
|
A little refactoring.
|
2014-09-27 20:15:46 +02:00 |
|
dfighter1985
|
75047b71b4
|
Move the text too with the text button.
|
2014-09-27 19:54:19 +02:00 |
|
dfighter1985
|
3ca518dca2
|
Merged develop
|
2014-09-27 18:22:44 +02:00 |
|
dfighter1985
|
039e8a83a4
|
Initialize struct member before use...
|
2014-09-27 18:20:29 +02:00 |
|
Nimetu
|
2b02fd2c37
|
Add maxlength attribute to input and textarea tags
|
2014-09-27 15:55:57 +03:00 |
|
dfighter1985
|
3fbe51185f
|
Merged develop.
|
2014-09-27 00:08:06 +02:00 |
|
dfighter1985
|
161c8e5edc
|
Editbox selection should be stopped when the mouse button goes up, even if it happens outside of the box.
|
2014-09-26 23:29:38 +02:00 |
|
dfighter1985
|
e6f4801129
|
Refactored IWidgetAdditionWatcher, now it's called IWidgetWatcher and it also reports widget moves.
|
2014-09-24 23:32:24 +02:00 |
|
dfighter1985
|
f7825fc8b3
|
No need for free floating elements when we can simply reparent to the top window...
|
2014-09-24 22:59:40 +02:00 |
|
dfighter1985
|
c5b8f30bb9
|
Orphaned widgets won't get stuck.
|
2014-09-24 20:40:37 +02:00 |
|
dfighter1985
|
f30054a26c
|
Add widget to a new parent when the widget being dragged is dropped, otherwise add it to the orphanlist so that it's drawn anyways. NOTE: The dropped widget can be clipped. If it is clipped, it never shows up even tho it's there.
|
2014-09-24 18:45:52 +02:00 |
|
dfighter1985
|
49d023d273
|
Set dragged widgets' coordinates based on the move rather than the mouse pointer's coords.
|
2014-09-24 16:31:26 +02:00 |
|
dfighter1985
|
574d24e5e3
|
Dragged elements will no longer disappear.
|
2014-09-24 16:20:25 +02:00 |
|
kaetemi
|
a943c939ef
|
Add useful default config variables to dev client
|
2014-09-24 12:34:40 +02:00 |
|
kaetemi
|
cdfbcfe1d8
|
Add some more practical data build batch scripts
|
2014-09-24 01:07:12 +02:00 |
|
kaetemi
|
3158f6d90e
|
Handle GUI event only once
|
2014-09-23 19:47:06 +02:00 |
|
dfighter1985
|
10c340e29a
|
Merged develop.
|
2014-09-22 23:58:48 +02:00 |
|
dfighter1985
|
d19e4ecaab
|
Studio should no longer crash when multiple plugins that use LIGO are loaded. LIGO classes are now guarded against multiple registrations. If it's tried log messages are generated. Mission Compiler and World Editor will now apply their own LIGO configs when the user switches to their tab.
|
2014-09-22 23:24:48 +02:00 |
|
dfighter1985
|
2666f19500
|
Merged develop
|
2014-09-19 20:10:00 +02:00 |
|
kaetemi
|
e8799f08aa
|
Add extra search paths
|
2014-09-19 19:48:17 +02:00 |
|
kaetemi
|
9d161fddf5
|
Add resave scripts
|
2014-09-18 17:40:07 +02:00 |
|
kaetemi
|
b9b58bd7dc
|
Add particle system path fixing script
|
2014-09-18 14:10:03 +02:00 |
|
kaetemi
|
3731f28892
|
Backed out incomplete changes to GL driver
|
2014-09-18 11:31:19 +02:00 |
|
dfighter1985
|
e40ecbda00
|
Merged the gui-editor branch.
|
2014-09-17 21:12:14 +02:00 |
|
kaetemi
|
62d567afca
|
Add cartographer
|
2014-09-14 16:37:24 +02:00 |
|
kaetemi
|
21d283edb0
|
Add pz process
|
2014-09-14 15:02:44 +02:00 |
|
kaetemi
|
302c478af6
|
Merge with develop
|
2014-09-12 15:19:12 +02:00 |
|
kaetemi
|
a62c795fac
|
ryzomcore/v0.10.0
|
2014-09-12 10:57:31 +02:00 |
|
kaetemi
|
5ac1d8f03b
|
Add data_common to executables_dev batch
|
2014-09-12 10:50:19 +02:00 |
|
kaetemi
|
b34c7cf12a
|
When in Rome, do as the Romans do
|
2014-09-11 10:36:41 +02:00 |
|
dfighter1985
|
60205f51e8
|
Merged default.
|
2014-09-10 20:18:00 +02:00 |
|
kaetemi
|
0d40dbc177
|
Add script for installing worldedit data
|
2014-09-10 16:38:19 +02:00 |
|