Fabien_HENON
72629b83b9
Changed: #1304 : Implementation of the "guild" parameter for the "destroy_item" action
2011-07-20 22:09:01 +02:00
Fabien_HENON
2558e79ea1
Changed: #1304 : Implementation of the "guild" parameter for the "recv_named_item" action
2011-07-20 21:08:53 +02:00
Fabien_HENON
42adc7f469
Changed: #1304 : Implementation of the "guild" parameter for the "recv_item" action
2011-07-20 20:33:52 +02:00
Fabien_HENON
bc4ac5dac6
Changed: #1304 : Implementation of the "guild" parameter for the "recv_fame" action
2011-07-20 18:41:30 +02:00
Fabien_HENON
0feeb05359
Changed: #1304 : Implementation of the "guild" parameter for the "recv_money" action
2011-07-19 19:10:12 +02:00
Fabien_HENON
310d027d2c
Changed: #1304 : Parsing the "guild" parameter for the actions that need it.
2011-07-19 18:39:29 +02:00
Fabien_HENON
67bc278aea
Changed: #1304 : Debug of the options added in the script (';' replaced by ':' for parameters separation)
2011-07-19 18:10:28 +02:00
Fabien_HENON
713f976748
Changed: #1304 : Implementation of the cbClientGroupAbandonMission for the guilds
2011-07-18 19:37:59 +02:00
Fabien_HENON
d5b1fbd5b0
Changed: #1304 : Add implementation of functions to process mission events for guild missions
2011-07-04 15:57:02 +02:00
Fabien_HENON
70b16fc877
Changed: #1304 : Adding mission histories for CGuild
2011-07-04 15:06:11 +02:00
Fabien_HENON
46b592db13
Changed: #1304 : Adding guild mission support in functions acceptExchange and processMissionEventList of the CCharacter class
2011-07-04 13:57:11 +02:00
Fabien_HENON
f41994dfff
Changed: #1304 : Adding Guild mission support in function tickUpdate of CCharacter
2011-07-04 12:38:42 +02:00
Fabien_HENON
5955b44550
Changed: #1304 : Implementation of basic CGuild functions for guild missions
2011-06-29 14:44:30 +02:00
Fabien_HENON
a369dbc942
Changed: #1304 : Add guild missions prerequisites.
2011-06-20 16:08:12 +02:00
Fabien_HENON
3479178476
Changed: #1304 : Instanciation of guild missions.
2011-06-20 15:15:07 +02:00
Fabien_HENON
7264e6c1bf
Changed: #1304 : Updating CMissionGuild for guild missions.
...
Implementation of the functions:
- updateUsersJournalEntry
- clearUsersJournalEntry
2011-06-07 14:42:00 +02:00
Fabien_HENON
9128f754fc
Changed: #1304 : mission_compiler actions: add new ones, check and script generation
...
Add 2 new actions for the mission compiler: recv_charge_point and
give_control.
Add the 'guild' option for some actions: check if the mission is
valid, and change the script generation to add this option.
2011-05-31 22:00:27 +02:00
Fabien_HENON
15e3cb3dd6
Changed: #1304 : mission_compiler objectives: check and script generation
...
mission compiler now checks if we are not asking several guild
members to complete an objective whereas the mission is not a
guild mission.
It also generates the 'nb_guild_members_needed' parameter for
objectives in the script.
2011-05-31 16:22:57 +02:00
kervala
aee331a52c
Merge with gsoc2011-guildmissions
2011-05-30 13:33:07 +02:00
kervala
cce05665dd
Changed: #878 Added new actions comments for translation_tools
2011-05-30 13:31:18 +02:00
Fabien_HENON
a059141e57
Merge
2011-05-30 12:01:24 +02:00
sfb
4dd8f89943
merge
2011-05-29 14:09:15 -05:00
sfb
50d15e4c86
Changed: Applied patch fixing the mission_compiler_lib build under Linux
2011-05-29 14:08:46 -05:00
kervala
5da70e5d9d
Changed: #825 Remove all warnings when compiling Ryzom
2011-05-29 13:57:31 +02:00
kervala
fbec2565e9
Changed: Compilation with VC++ 2010 without STLport
2011-05-28 15:52:48 +02:00
kervala
785c5be8d8
Changed: #878 Fix typos in comments/code
2011-05-26 20:47:04 +02:00
kervala
39c30152b9
Added: CMake project for mission_compiler_fe
2011-05-26 18:21:06 +02:00
kervala
bc3a3f6f7c
Added: CMake project for mission_compiler_lib
2011-05-26 18:08:04 +02:00
kervala
30819b35a7
Changed: #1177 VS 2010 does not work under CMake
2011-05-26 16:18:38 +02:00
kervala
e655b0a777
Changed: Use static_assert in nlctassert macro if C++0X is supported by compiler
2011-05-26 16:14:45 +02:00
kervala
28d1e2538b
Changed: #825 Remove all warnings when compiling Ryzom
2011-05-26 16:07:35 +02:00
kervala
35ccf29935
Changed: Merge changes from next patch
2011-05-26 16:06:21 +02:00
kervala
db6f3defa2
Changed: Merge changes from next patch
2011-05-26 14:33:04 +02:00
kervala
2827964479
Changed: Merge changes from next patch
2011-05-26 14:16:13 +02:00
rti
1c7d8571d7
Fixed: crash when using SelectCharacter = [0,4] (thanks ace)
2011-05-25 16:52:52 +02:00
kervala
dd36396d72
Fixed : #1272 Compilation with GCC 4.6 (patch provided by Krop)
2011-05-24 13:46:40 +02:00
kervala
4d8038085c
Changed: #825 Remove all warnings when compiling Ryzom
2011-05-24 13:40:23 +02:00
kervala
6058264aed
Changed: Renamed monitor_service to ryzom_monitor_service for homogeneity
2011-05-24 13:38:34 +02:00
kervala
570051bbbd
Changed: #1272 Fixed compilation with GCC 4.6 (patch provided by Naush)
2011-05-24 13:37:04 +02:00
kervala
0d4ed33812
Changed: #1272 Fixed gpm_service compilation with GCC 4.6 (and added PCH to project)
2011-05-24 10:54:17 +02:00
Fabien_HENON
ae02411ddf
Updating the world_editor_classes.xml file for the guild missions
...
- Adding new actions for guild missions
- Adding the guild option for some actions
- Adding the nb_guild_members_needed option for the objectives
2011-05-23 16:09:14 +02:00
kervala
5d5f8a964f
Fixed : #1177 VS 2010 does not work under CMake
2011-05-12 12:49:17 +02:00
dnk-88
5cfaa92c70
Changed: Added preview particle system in geqt.
2011-05-08 01:11:10 +03:00
dnk-88
dc07038a82
Fixed: geqt correctly handles in the FileOpenDialog of cancel action and empty icon
2011-05-07 18:23:23 +03:00
dnk-88
1af3224bc9
Header cascading section resizes is enabled.
2011-05-07 15:51:15 +03:00
rti
494628f330
Fixed: Compilation with GCC 4.6
2011-04-12 17:15:35 +02:00
rti
bb98e4985a
Fixed: Compilation with GCC 4.6
2011-04-11 17:16:00 +02:00
rti
926f5f9818
Fixed: Compilation with GCC 4.6
2011-04-11 17:12:48 +02:00
kervala
d6fefddc98
Changed: Changes from last patch
2011-03-31 22:20:16 +02:00
kervala
bef55791a0
Fixed: Compilation with GCC 4.6
2011-03-29 17:38:25 +02:00