Commit graph

16692 commits

Author SHA1 Message Date
05a96ceea3 [Hit return to continue] 2018-12-01 10:24:21 +01:00
8091bc8fb1 feature #36 patch_gen multi-thread 2018-11-29 22:18:09 +01:00
0d1f1067bc Merge remote-tracking branch 'upstream/develop' into ryzomcore 2018-10-14 20:05:30 +02:00
Nimetu
f4ef386ec9 Changed: Limit fullscreen resolutions to 1024x768 or higher
--HG--
branch : develop
2018-10-11 23:30:37 +03:00
Nimetu
94861ac709 Changed: Make sure char select window resolution is at least 1024x768
--HG--
branch : develop
2018-10-11 21:54:02 +03:00
Nimetu
ace1684f5c Fixed: Ingame UI restored wrongly if window resized in char select mode
--HG--
branch : develop
2018-10-11 21:51:00 +03:00
dc9d966e49 Merge branch 'ryzomcore+develop' into 'develop'
Ryzomcore+develop

See merge request khaganat/mmorpg_khanat/khanat-opennel-code!39
2018-04-30 22:49:04 +02:00
c7be58f514 replace LF for bug shard 2018-04-21 15:43:22 +02:00
Sit Melai
69c8be03d9 Prevent crash on Windows due to no revision from Git or Mercurial found. 2018-04-07 17:20:10 +02:00
Sit Melai
f37b991c14 CMakeModule to find Git (previously only Mercurial) 2018-04-07 17:19:01 +02:00
root
cf1db62ab8 correction pour la compilation sous windows à cause des merges RC mal fait 2018-03-25 12:04:43 +02:00
1c898ea0b2 Merge branch 'ryzomcore' into ryzomcore+develop
# Conflicts:
#	.hgtags
#	.travis.yml
#	code/CMakeModules/FindMSVC.cmake
#	code/ryzom/client/src/steam_client.cpp
2018-03-24 18:18:50 +01:00
Nimetu
2e7d025109 Changed: Use user requested resolution for both char select and ingame
--HG--
branch : develop
2018-03-17 13:59:42 +02:00
Nimetu
1dc3d51ce2 Added: save_ui action handler to save keys and icfg files
--HG--
branch : develop
2018-10-11 15:24:03 +03:00
Nimetu
8ef8b2d62d Fixed: checkCoords needs XReal to be same as in updateCoords
--HG--
branch : develop
2018-09-27 21:42:31 +03:00
Nimetu
c2ffa714d2 Fixed: Wrong width for container list element
--HG--
branch : develop
2018-09-27 12:36:09 +03:00
Nimetu
4f7c082a4a Fixed: Wrong text width
--HG--
branch : develop
2018-09-27 08:30:33 +03:00
Nimetu
f5c8335fa9 Fixed: Wrong table width if colspan is used
--HG--
branch : develop
2018-08-26 22:58:48 +03:00
Nimetu
ea95d8e091 Fixed: HTML list element invalidates content on each frame
--HG--
branch : develop
2018-08-26 22:58:48 +03:00
Jan Boon
37c567c88c
File ai_instance.cpp uses inline processStateEvent from state_instance.h which uses inline testCompatibility from event_reaction_include.h
https://gist.github.com/sjvs/8795aae6671734ff991033b510e62de5
2018-08-25 15:31:58 +08:00
Jan Boon
0f44a7da27
Fix pointer accessed after delete 2018-08-24 09:30:56 +08:00
Nimetu
dd03e1f0b1 Fixed: Remove onenter callback from html textarea
--HG--
branch : develop
2018-08-18 14:15:32 +03:00
kervala
729ba2ebbd Fixed: Typo
--HG--
branch : develop
2018-08-18 11:51:55 +02:00
kervala
6097ada1fa Changed: Removed other throws
--HG--
branch : develop
2018-08-18 11:20:37 +02:00
kervala
06a4244df3 Changed: Include NeL in RyzomGameShare CMake module
--HG--
branch : develop
2018-08-18 11:14:14 +02:00
kervala
964e32cd93 Changed: Use Threads CMake module and CMAKE_DL_LIBS
--HG--
branch : develop
2018-08-18 11:13:10 +02:00
kervala
6da051e1a8 Changed: New macro FIX_PACKAGE_OPTIONS
--HG--
branch : develop
2018-08-18 11:12:47 +02:00
kervala
1380a94f5d Changed: Use LIST(APPEND instead of SET
--HG--
branch : develop
2018-08-18 11:12:26 +02:00
kervala
58efd082c1 Changed: Don't include curl.h in headers to avoid dependencies on CURL for more files that required
--HG--
branch : develop
2018-08-18 10:57:33 +02:00
kervala
40dc2188f2 Fixed: Check CURL backend on old CURL versions (tested with 7.22)
--HG--
branch : develop
2018-08-18 10:53:04 +02:00
Nimetu
adc89b3a82 Fixed: style inheritance for underline, strikethrough
--HG--
branch : develop
2018-08-18 09:16:14 +03:00
kervala
b86bf43090 Fixed: Simplify certificates management
--HG--
branch : develop
2018-08-11 21:47:50 +02:00
kervala
ad98b1414a Changed: Minor changes
--HG--
branch : develop
2018-08-11 15:35:40 +02:00
kervala
ad99c2afb7 Fixed: Warning (missing return)
--HG--
branch : develop
2018-08-11 15:35:13 +02:00
kervala
c7ded068d9 Fixed: Compilation (reverted back some changes)
--HG--
branch : develop
2018-08-11 15:34:42 +02:00
Nimetu
15355e3815 Changed: shadow attributes for CViewText and editbox templates
--HG--
branch : develop
2018-08-11 15:33:01 +03:00
Nimetu
33f6b64bb9 Changed: Add text-shadow and text-stroke style properties
--HG--
branch : develop
2018-08-10 14:09:34 +03:00
Nimetu
1525b03a83 Changed: Extend style attribute to other tags
--HG--
branch : develop
2018-08-11 09:59:01 +03:00
Nimetu
d32877ddc9 Changed: Keep track of style states in a single struct
--HG--
branch : develop
2018-08-10 16:00:43 +03:00
kervala
91fa4d3f5f Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
2018-08-09 19:54:08 +02:00
kervala
c13b758be9 Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
2018-08-09 19:47:44 +02:00
kervala
184d3698c9 Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
2018-08-09 19:38:33 +02:00
kervala
dcaf417aee Changed: Minor changes
--HG--
branch : develop
2018-08-09 14:34:28 +02:00
kervala
cc6ed038b9 Fixed: Don't use memory aligned functions while debugging with VC++
--HG--
branch : develop
2018-08-09 14:32:00 +02:00
kervala
78670dfdda Fixed: Compilation with VC++ 2010
--HG--
branch : develop
2018-08-09 14:31:17 +02:00
kervala
f39c6ed3c6 Fixed: Warnings
--HG--
branch : develop
2018-08-09 14:30:13 +02:00
kervala
facc5f6d28 Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
2018-08-09 14:27:42 +02:00
kervala
443cc7df65 Fixed: Don't throw an exception when a certifcate can't be found
--HG--
branch : develop
2018-08-08 20:55:40 +02:00
kervala
8a1588c147 Fixed: Also use SSL context callback when manually using Windows CA certs
--HG--
branch : develop
2018-08-08 20:55:14 +02:00
kervala
c4888b2d5b Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
2018-08-08 20:54:09 +02:00