May 2010 Commit Log

Number of Commits:
78
Number of Active Developers:
5
cavesomething 2010-05-30 15:32 Rev.: 13353

quest step conditions, used to advance quests when another quest(s) are at the 'right' step(s)

139 lines of code changed in 2 files:

cavesomething 2010-05-30 15:29 Rev.: 13352

#define the state numbers in the quest parsing code

26 lines of code changed in 2 files:

ryo_saeba 2010-05-30 09:56 Rev.: 13348

Use a specific message to query animation state, fix isn't enough.

4 lines of code changed in 2 files:

ryo_saeba 2010-05-30 09:51 Rev.: 13347

Fix crash in cfanim.

5 lines of code changed in 2 files:

ryo_saeba 2010-05-30 09:16 Rev.: 13343

Change log level to error for various things in cf_anim.

19 lines of code changed in 2 files:

ryo_saeba 2010-05-30 09:14 Rev.: 13342

Enable querying whether an object is animated or not.

41 lines of code changed in 4 files:

ryo_saeba 2010-05-30 05:55 Rev.: 13341

CRE: don't hardcode pre and post conditions files.

44 lines of code changed in 8 files:

ryo_saeba 2010-05-30 05:12 Rev.: 13337

CRE: add 'npctoken' and 'setnpctoken' pre and post conditions.

5 lines of code changed in 2 files:

ryo_saeba 2010-05-30 04:48 Rev.: 13335

And forgot Changelog too...

4 lines of code changed in 1 file:

ryo_saeba 2010-05-30 04:35 Rev.: 13333

Oops, forgot the confirmation message for purge :)

1 lines of code changed in 1 file:

ryo_saeba 2010-05-30 04:31 Rev.: 13332

Add DM 'purge_quest_state' command.

13 lines of code changed in 5 files:

ryo_saeba 2010-05-30 03:27 Rev.: 13331

CRE: enable message rule reordering.

49 lines of code changed in 3 files:

ryo_saeba 2010-05-29 16:14 Rev.: 13325

CRE: expand resource tree if only one item.

6 lines of code changed in 2 files:

ryo_saeba 2010-05-29 15:53 Rev.: 13324

CRE: enable new message file creation.

76 lines of code changed in 9 files:

ryo_saeba 2010-05-29 15:39 Rev.: 13323

CRE: enable message rule addition or removal.

35 lines of code changed in 5 files:

ryo_saeba 2010-05-29 15:18 Rev.: 13322

Fix CRE crash when not enough reply data.

5 lines of code changed in 2 files:

ryo_saeba 2010-05-29 14:54 Rev.: 13319

Disable cf_darcap's plugin handleDeath function, replaced by a Python script.

4 lines of code changed in 2 files:

ryo_saeba 2010-05-29 13:27 Rev.: 13317

Expose 'Map.InsertAround' to Python.

22 lines of code changed in 3 files:

kbulgrien 2010-05-28 01:12 Rev.: 13308

- Remove unused "oldmessage" parameter from draw_ext_info(),
draw_ext_info_format(), ext_info_map(), ext_info_map_except(), and
ext_info_map_except2() functions and calls.

915 lines of code changed in 83 files:

kbulgrien 2010-05-27 21:08 Rev.: 13307

Fix draw_ext_message() comments to be more informative and to update them to
more completely describe current behavior.
Remove the draw_ext_message() call to print_message() to resolve bug 2984255
and to remove inappropriate log file clutter.
Remove print_message() as LOG() is the proper means for logging messages. It
is obvious that it has been modified from its original implementation as it
expects a player pointer that is unused. The only function that called it
was draw_ext_info(), and it only did so when the player pointer was NULL or
when a player's contr pointer was NULL. It appears that print_message()
used to be a mechanism by which an old client could get simple messages
without any formatting, but that functionality is long gone.
Note that draw_ext_info()'s oldmessage parameter is completely unused, and all
calls to draw_ext_info() should set it NULL. Really it should be removed
and calls to draw_ext_info() fixed up accordingly.

37 lines of code changed in 2 files:

ryo_saeba 2010-05-26 12:43 Rev.: 13306

Quest parent edition in CRE.

68 lines of code changed in 7 files:

kbulgrien 2010-05-25 23:55 Rev.: 13305

- Change crossfire-mapper to noinst as it has to be run from the utils folder
anyway (it looks for the the templates directory in the current working
directory).

1 lines of code changed in 1 file:

cavesomething 2010-05-25 14:11 Rev.: 13303

Permit Quests to define parents, display only parent quests in the quest
lists and fold child quests into the parent's description. The same
behaviour is used for the quest summary with the -mq flag

120 lines of code changed in 2 files:

ryo_saeba 2010-05-24 10:03 Rev.: 13299

Display warning if an animation only has one face.

6 lines of code changed in 2 files:

kbulgrien 2010-05-24 00:05 Rev.: 13297

- Add support for compiling utils/mapper.c to crossfire-mapper as part of a
normal build process supported by the autotools. The utility is not built
by default since it requires libgd (not normally required by the server),
and as it is not required to run a server. To automatically build this
utility, specify --enable-mapper when running ./configure.

45 lines of code changed in 3 files:

ryo_saeba 2010-05-23 15:25 Rev.: 13295

Fix value.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-23 15:24 Rev.: 13294

Add missing function prototypes. Use 'const' where possible.

19 lines of code changed in 4 files:

ryo_saeba 2010-05-22 13:13 Rev.: 13291

Speed up compilation with precompiled headers.

35 lines of code changed in 3 files:

ryo_saeba 2010-05-22 10:37 Rev.: 13289

Reply edition panel.

198 lines of code changed in 6 files:

ryo_saeba 2010-05-22 09:52 Rev.: 13288

Fix various crashes.

11 lines of code changed in 2 files:

ryo_saeba 2010-05-22 09:48 Rev.: 13287

'pre' and 'post' conditions edition.

268 lines of code changed in 6 files:

ryo_saeba 2010-05-22 07:16 Rev.: 13286

Extract widget, enable 'message' edition.

195 lines of code changed in 6 files:

ryo_saeba 2010-05-22 04:17 Rev.: 13285

Preliminary rule edition ('match' only for now). Rule file saving support.

312 lines of code changed in 12 files:

ryo_saeba 2010-05-21 01:51 Rev.: 13283

Downcast type, remove const, which apparently cause issues.

6 lines of code changed in 3 files:

ryo_saeba 2010-05-21 01:25 Rev.: 13282

Update help text for filters.

4 lines of code changed in 2 files:

ryo_saeba 2010-05-19 11:52 Rev.: 13268

Don't display an empty menu on right click.

6 lines of code changed in 2 files:

cavesomething 2010-05-19 08:51 Rev.: 13267

Add race to the set of things that can be filtered on in CRE

11 lines of code changed in 3 files:

mwedel 2010-05-18 01:56 Rev.: 13265

Implement requestinfo for race_info and class_info. Note there is a bug with
the archetypes in that many archetypes have type==37 (CLASS) which are not
actually class descriptors.
socket/request.c: New functions to send class/race information.
doc/Developers/protocol: Update document for format of race/class_info
requestinfo.
MSW 2010-05-18

144 lines of code changed in 3 files:

kbulgrien 2010-05-16 13:37 Rev.: 13258

- Note that `make install` of crossfire-server is needed.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-16 11:01 Rev.: 13257

Improve quest edition, now can add or remove steps. Can add new quests.

206 lines of code changed in 10 files:

ryo_saeba 2010-05-16 04:08 Rev.: 13252

Indicate quest end steps. Enable edition of the 'can restart?' flag.

14 lines of code changed in 3 files:

ryo_saeba 2010-05-16 03:59 Rev.: 13251

Remove unused class.

3 lines of code changed in 4 files:

ryo_saeba 2010-05-16 03:49 Rev.: 13250

Fix crash if wanting to start an unknown quest.

14 lines of code changed in 2 files:

kbulgrien 2010-05-15 22:39 Rev.: 13248

- Add a note that Qt 4 is required and that the project does not build under
Qt 3. KDE 3 systems still have Qt 3 on them, so unless someone is familiar
with Qt, the 176 or so errors that spew out under Qt 3 are daunting, and it
is not real obvious that the problem is the version of Qt.

14 lines of code changed in 1 file:

ryo_saeba 2010-05-15 17:16 Rev.: 13239

Highlight rules when the same token.

114 lines of code changed in 3 files:

ryo_saeba 2010-05-15 16:05 Rev.: 13232

Preliminary message file (.msg) support. No edition yet.

537 lines of code changed in 16 files:

ryo_saeba 2010-05-15 11:10 Rev.: 13228

Update the tree if the quest code changes. Enables quest step edition.

104 lines of code changed in 9 files:

ryo_saeba 2010-05-15 10:23 Rev.: 13227

Quest edition, not complete but some fields already.

249 lines of code changed in 24 files:

ryo_saeba 2010-05-15 09:23 Rev.: 13225

Show existing quests, and their various steps.

556 lines of code changed in 16 files:

ryo_saeba 2010-05-15 06:54 Rev.: 13223

Fix typedef definition issue when building CRE.

4 lines of code changed in 2 files:

ryo_saeba 2010-05-15 06:11 Rev.: 13221

Make various pointers const.

14 lines of code changed in 4 files:

ryo_saeba 2010-05-15 06:01 Rev.: 13220

Correctly initialize variable. Make pointers const.

6 lines of code changed in 2 files:

ryo_saeba 2010-05-13 15:11 Rev.: 13194

Clean code.

6 lines of code changed in 2 files:

ryo_saeba 2010-05-13 15:09 Rev.: 13193

Correctly initialize variables.

5 lines of code changed in 2 files:

ryo_saeba 2010-05-13 15:05 Rev.: 13192

Make buffer bigger to avoid truncation, warn if still truncation.

6 lines of code changed in 2 files:

ryo_saeba 2010-05-09 03:34 Rev.: 13160

Remove unused code.

6 lines of code changed in 2 files:

ryo_saeba 2010-05-09 03:30 Rev.: 13159

Make variables 'const'.

5 lines of code changed in 2 files:

ryo_saeba 2010-05-08 07:25 Rev.: 13156

Expose rt_xxx to Python scripts through 'Crossfire.ReplyType'.

11 lines of code changed in 2 files:

ryo_saeba 2010-05-08 06:13 Rev.: 13155

Add 'rt_say', give explicit values. Extract texts to function.

48 lines of code changed in 3 files:

ryo_saeba 2010-05-08 06:11 Rev.: 13154

Fix arguments.

3 lines of code changed in 1 file:

ryo_saeba 2010-05-08 05:54 Rev.: 13153

Add Crossfire.AddReply, Crossfire.SetPlayerMessage and Crossfire.NPCSay wrappers to the Python plugin.

82 lines of code changed in 1 file:

ryo_saeba 2010-05-08 05:19 Rev.: 13152

Transmit talk information to plugins. Make a specific say plugin command.

23 lines of code changed in 9 files:

ryo_saeba 2010-05-08 05:05 Rev.: 13151

Keep NPC messages only, in case NPCs are removed during the dialog.

43 lines of code changed in 3 files:

ryo_saeba 2010-05-08 04:32 Rev.: 13150

Extract talk_info to dialog.h. Use sstring for various messages.

36 lines of code changed in 3 files:

cavesomething 2010-05-07 11:01 Rev.: 13146

Update Man page

9 lines of code changed in 2 files:

cavesomething 2010-05-07 10:49 Rev.: 13145

Add -mq as a command line option to dump a list of the quests that the
server recognises.

31 lines of code changed in 4 files:

ryo_saeba 2010-05-06 16:37 Rev.: 13141

Improve dialog system.

88 lines of code changed in 2 files:

cavesomething 2010-05-06 15:21 Rev.: 13140

Add -mexp to the list of options displayed in the help text.

4 lines of code changed in 2 files:

ryo_saeba 2010-05-06 14:19 Rev.: 13139

Doxygen fixes.

10 lines of code changed in 4 files:

ryo_saeba 2010-05-06 12:00 Rev.: 13138

Make parameters and return values const when applicable.

33 lines of code changed in 4 files:

ryo_saeba 2010-05-06 11:59 Rev.: 13137

Update documentation.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-06 11:51 Rev.: 13136

Extract artifact functions to their own file.

622 lines of code changed in 6 files:

ryo_saeba 2010-05-06 11:48 Rev.: 13135

Don't send warnings on the server log from the DM's 'create' command.

7 lines of code changed in 2 files:

ryo_saeba 2010-05-06 11:47 Rev.: 13134

Make proto.

21 lines of code changed in 3 files:

ryo_saeba 2010-05-04 15:17 Rev.: 13119

ANSI C89 fix.

6 lines of code changed in 2 files:

ryo_saeba 2010-05-01 09:36 Rev.: 13056

Fix potential segfault.

8 lines of code changed in 2 files:

ryo_saeba 2010-05-01 09:32 Rev.: 13055

Enforce 2 characters minimum for account passwords.

37 lines of code changed in 2 files:

akirschbaum 2010-05-01 05:20 Rev.: 13050

Spelling corrections.

22 lines of code changed in 1 file:

April 2010 »

Generated by StatSVN 0.7.0