May 2010 Commit Log

Number of Commits:
297
Number of Active Developers:
5
cavesomething 2010-05-30 15:36 Rev.: 13356

Use setwhen conditions to advance the aristocracy quest line rather than setting it explicitly

47 lines of code changed in 10 files:

cavesomething 2010-05-30 15:35 Rev.: 13355

Use setwhen conditions to advance these quests rather than lots of checkinvs binding to questadvance scripts

23 lines of code changed in 3 files:

cavesomething 2010-05-30 15:33 Rev.: 13354

Remove full stop that was causing issues for CRE

1 lines of code changed in 1 file:

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 10:03 Rev.: 13351

Various animation experiments.

45 lines of code changed in 2 files:

ryo_saeba 2010-05-30 10:03 Rev.: 13350

Add missing encoding.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-30 09:57 Rev.: 13349

Fix animation query.

1 lines of code changed in 1 file:

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:29 Rev.: 13346

Animate.py testing ninja.

864 lines of code changed in 3 files:

ryo_saeba 2010-05-30 09:28 Rev.: 13345

Disable talking while the NPC is animated.

4 lines of code changed in 1 file:

ryo_saeba 2010-05-30 09:27 Rev.: 13344

Hook to animate through cfanim.

23 lines of code changed in 1 file:

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:43 Rev.: 13340

Change text if player already did the quest. Also don't let do it again and again, force to wait for map reset.

13 lines of code changed in 1 file:

ryo_saeba 2010-05-30 05:43 Rev.: 13339

Add a 'questdone' precondition to vary dialogs.

17 lines of code changed in 1 file:

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

Make player required to talk before saying she got the roots.

7 lines of code changed in 1 file:

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 05:11 Rev.: 13336

Add 'npctoken' and 'setnpctoken' pre and post conditions, to keep data in NPC instead of player.

93 lines of code changed in 5 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:47 Rev.: 13334

Use Python-based scripts instead of specific plugin.

197 lines of code changed in 6 files:

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:

kbulgrien 2010-05-30 01:36 Rev.: 13330

- Open up a bit more sea to the port of Scorn ships.
- For now, block access to the open ocean in the vicinity of Port Joseph, both
to prevent bumping up against the edge of the map, but also to preserve the
designed access to various maps that are on islands in the ocean.

7020 lines of code changed in 9 files:

kbulgrien 2010-05-29 17:44 Rev.: 13329

- Adjust Scorn harbor shipping lanes. This is an incremental expansion of
the navigable area.

107 lines of code changed in 2 files:

ryo_saeba 2010-05-29 16:51 Rev.: 13328

Force reply type to be an integer.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-29 16:44 Rev.: 13327

Fix 'WriteKey()' needing a string, not an integer.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-29 16:22 Rev.: 13326

Use the 'talked_to' key to make NPCs stop when talked to.

3 lines of code changed in 1 file:

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:55 Rev.: 13321

Replace plugin-based handling with event-based one (using Python script).

92 lines of code changed in 1 file:

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

Script to punish a player from killing a NPC.

47 lines of code changed in 1 file:

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 14:51 Rev.: 13318

Fix import before comment.

1 lines of code changed in 1 file:

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

Expose 'Map.InsertAround' to Python.

22 lines of code changed in 3 files:

ryo_saeba 2010-05-29 13:26 Rev.: 13316

Replace specific plugin handler with Python script.

13 lines of code changed in 1 file:

ryo_saeba 2010-05-29 13:23 Rev.: 13315

Script to punish tring to sell a protected item.

76 lines of code changed in 1 file:

akirschbaum 2010-05-28 13:21 Rev.: 13314

Fix 'doc' target.

3 lines of code changed in 1 file:

akirschbaum 2010-05-28 13:14 Rev.: 13313

Suppress ant warnings.

2 lines of code changed in 1 file:

akirschbaum 2010-05-28 13:13 Rev.: 13312

Fix regression tests.

14 lines of code changed in 1 file:

akirschbaum 2010-05-28 12:55 Rev.: 13311

Fix regression tests.

32 lines of code changed in 3 files:

akirschbaum 2010-05-28 12:54 Rev.: 13310

Revert previous commit.

0 lines of code changed in 1 file:

akirschbaum 2010-05-28 12:15 Rev.: 13309

Fix regression test.

4 lines of code changed in 1 file:

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:13 Rev.: 13304

Add parent relationships to the scorn aristocracy quests

67 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:

akirschbaum 2010-05-24 10:24 Rev.: 13302

Fix incorrect map display. (Revert r13118)

96 lines of code changed in 13 files:

akirschbaum 2010-05-24 10:22 Rev.: 13301

Whitespace changes.

6 lines of code changed in 1 file:

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

Remove animations with only one face.

0 lines of code changed in 6 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:

ryo_saeba 2010-05-24 09:43 Rev.: 13298

Give a hint about the head.

1 lines of code changed in 1 file:

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:

kbulgrien 2010-05-23 16:24 Rev.: 13296

- Enclose port joseph mad village island in shallow sea to prevent ships from
reaching shore if they begin plying the eastern seas, and shape the shallow
water to connect to nearby land structures.
- Add a few more jagged rocks by the port_joseph mad village island shipwreck
instead of just having the wreck sit on top of the only jagged rocks in the
area.

661 lines of code changed in 2 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:

kbulgrien 2010-05-23 15:13 Rev.: 13293

- Surround Goblin Isle with shallow water to prevent boat access except via
the row boat going between Port Joseph and the island dock. This helps
preserve map access design in the event that ships begin to navigate in
the deeper waters.
- Move some of the random item or monster generators away from Goblin Isle
shore so that smoothing does not put them in the water.

712 lines of code changed in 1 file:

ryo_saeba 2010-05-23 11:38 Rev.: 13292

Correctly hide passwords in account dialogs.

5 lines of code changed in 2 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:40 Rev.: 13290

Fix suspicious tag.

1 lines of code changed in 1 file:

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:

mwedel 2010-05-21 02:14 Rev.: 13284

Update several archetypes which had type of CLASS (37) but were not in
fact class archetypes and instead more often used as NPC or monsters.
Remove type so they default to monsters and give them some real stats.
Also fixes bug in that requestinfo class_list would return these bogus
entries.
MSW 2010-05-20

127 lines of code changed in 15 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:

mwedel 2010-05-21 00:45 Rev.: 13281

Update player race descriptions to explicitly state skills, resistances
and other special ability - makes it easier to see what one gets without
needing to read full description.
MSW 2010-05-20

90 lines of code changed in 15 files:

cavesomething 2010-05-20 21:49 Rev.: 13280

Include theme files in the package script

20 lines of code changed in 2 files:

cavesomething 2010-05-20 10:21 Rev.: 13277

Use a better default value for map height on win32

4 lines of code changed in 2 files:

cavesomething 2010-05-20 10:18 Rev.: 13276

remove old-style icon and a compiled windows package I'd accidentally included.

4 lines of code changed in 3 files:

cavesomething 2010-05-20 10:16 Rev.: 13275

Merge some changes to the nsi file from the one from the 1.12 branch

42 lines of code changed in 2 files:

cavesomething 2010-05-20 09:17 Rev.: 13274

Merge the contents of win32Readme.txt into the Running.txt file

25 lines of code changed in 3 files:

cavesomething 2010-05-20 08:40 Rev.: 13273

Define sleep in a way that can be compilied for windows

7 lines of code changed in 2 files:

cavesomething 2010-05-20 07:58 Rev.: 13272

More explicit type definition in a struct to fix windows compilation

5 lines of code changed in 2 files:

cavesomething 2010-05-19 22:42 Rev.: 13271

Merge Revisions 11626 and 11627 from the 1.12 branch into trunk

440 lines of code changed in 12 files:

cavesomething 2010-05-19 19:03 Rev.: 13270

Remove .gladep files from those included in the windows package.

4 lines of code changed in 2 files:

cavesomething 2010-05-19 13:55 Rev.: 13269

Some support files for building windows packages

629 lines of code changed in 11 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:58 Rev.: 13266

common/commands.c: Add code to process & store race_info and class_info
data. Still TODO is actually write code that will use this information
(new character creator)
MSW 2010-05-17

263 lines of code changed in 2 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:

cavesomething 2010-05-17 08:10 Rev.: 13264

Handle the Include rule subclass of Dialog class more sanely, this fixes an issue with include rules and pre-functions.

1 lines of code changed in 1 file:

kbulgrien 2010-05-16 21:48 Rev.: 13263

- Remove spaces from front of text lines.

2 lines of code changed in 1 file:

kbulgrien 2010-05-16 20:12 Rev.: 13262

- Add a vague hint relating to the puzzle of the altars.
- Fix some spelling.

22 lines of code changed in 1 file:

kbulgrien 2010-05-16 13:58

- Fix syntax error.

3 lines of code changed in 2 files:

kbulgrien 2010-05-16 13:55 Rev.: 13259

- Fix syntax issue.

2 lines of code changed in 1 file:

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 09:39 Rev.: 13256

Add end_quest marker, not required but nicer.

2 lines of code changed in 1 file:

ryo_saeba 2010-05-16 04:19 Rev.: 13255

Typo.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-16 04:19 Rev.: 13254

Remove dummy and weird event.

0 lines of code changed in 1 file:

ryo_saeba 2010-05-16 04:18 Rev.: 13253

Add missing selling hook to chalice.

9 lines of code changed in 1 file:

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:

mwedel 2010-05-16 01:41 Rev.: 13249

common/client.c: Fix connection logic which failed if system was using
ipv6 + ipv4 (and trying ipv6 first) - code was not properly re-setting
variables and trying the next protocol in the list. Also clean up some
formatting.
MSW 2010-05-15

29 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:

kbulgrien 2010-05-15 21:54 Rev.: 13247

- Remove some line breaks from various msg blocks.

10 lines of code changed in 2 files:

kbulgrien 2010-05-15 21:50 Rev.: 13246

- Remove some line breaks from within msg blocks.

13 lines of code changed in 2 files:

cavesomething 2010-05-15 20:04 Rev.: 13245

Clear the treasure list from the extra spellbook

2 lines of code changed in 1 file:

cavesomething 2010-05-15 19:46 Rev.: 13244

Add Alfalfa quest

252 lines of code changed in 4 files:

cavesomething 2010-05-15 19:44 Rev.: 13243

update fran to cope with alfalfa quest

13 lines of code changed in 2 files:

cavesomething 2010-05-15 19:44 Rev.: 13242

Add new Alfalfa's house

5761 lines of code changed in 3 files:

cavesomething 2010-05-15 19:43 Rev.: 13241

Move Alfalfa's house and turn it into eric's house

21 lines of code changed in 2 files:

cavesomething 2010-05-15 17:46 Rev.: 13240

Add faces for timer and time events

15 lines of code changed in 5 files:

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

Highlight rules when the same token.

114 lines of code changed in 3 files:

cavesomething 2010-05-15 16:42 Rev.: 13238

Replace LOG messages with proper exception handling, ensure that a check which raises an exception causes a rule to fail, as well as being reported in the server log

9 lines of code changed in 1 file:

cavesomething 2010-05-15 16:40 Rev.: 13237

Remove stub code, this is likely to be handled in a separate check

0 lines of code changed in 1 file:

cavesomething 2010-05-15 16:39 Rev.: 13236

Make quest pre-conditions work correctly with ranges of stages

2 lines of code changed in 1 file:

ryo_saeba 2010-05-15 16:13 Rev.: 13235

Fix JSON.

3 lines of code changed in 3 files:

ryo_saeba 2010-05-15 16:08

Fix JSON.

8 lines of code changed in 4 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 14:19 Rev.: 13231

Fix JSON.

3 lines of code changed in 1 file:

akirschbaum 2010-05-15 14:11 Rev.: 13230

Adapt WorldMaker plugin script to current Gridarta.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-15 13:36 Rev.: 13229

Fix JSON.

13 lines of code changed in 3 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:

cavesomething 2010-05-15 10:04 Rev.: 13226

Add faces for death, apply, say, pickup and drop events so that they are more easily identifiable in gridarta.

41 lines of code changed in 11 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 08:36 Rev.: 13224

Use blank lines instead of \n.

3 lines of code changed in 1 file:

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:26 Rev.: 13222

Fix dialog.

2 lines of code changed in 1 file:

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-15 05:27 Rev.: 13219

Questify Lursendis's Unforgettable banquet.

231 lines of code changed in 5 files:

cavesomething 2010-05-14 20:32 Rev.: 13218

Add a check for the message length in dialogs and give a warning if it is exceeded (This should just result in truncation server-side)

9 lines of code changed in 1 file:

kbulgrien 2010-05-13 23:35 Rev.: 13217

- Add a little "easter egg" that can be developed into a more significant
map, but that serves to introduce the new "manhole" arch. The cistern
is boring at present, and could use some interesting content. Anyone?

624 lines of code changed in 2 files:

kbulgrien 2010-05-13 23:23 Rev.: 13216

- Move dev/wip/manhole to connect/Hole as it is tested and ready to use. The
test patch is removed as it is out of date, and the README is moved to the
Hole directory as documentation.

214 lines of code changed in 18 files:

kbulgrien 2010-05-13 17:31 Rev.: 13215

- Fix up the anchor name per prior commit that renamed the head object.

1 lines of code changed in 1 file:

kbulgrien 2010-05-13 17:17 Rev.: 13214

- Move a pirate from the center of the deck to the side, and put a ships wheel
on the map in his old spot (because one was just added as a new arch).

6 lines of code changed in 1 file:

kbulgrien 2010-05-13 17:15 Rev.: 13213

- Remove unneeded or duplicate no_magic or floor tiles.
- Add no_magic to the portions of the counter at the top of the map.
- Add a ships wheel as a decorative item since the room looks so bare.

11 lines of code changed in 1 file:

kbulgrien 2010-05-13 17:07 Rev.: 13212

Add a ships wheel based on a heavily modified down-scale of an image found at
dreadnoughtproject.org. Permission obtained for use of the image as a model
to produce this free image. Other use of the original image is not free.

31 lines of code changed in 4 files:

kbulgrien 2010-05-13 17:06 Rev.: 13211

- Lowercase the anchor name fields, remove move_type, and rename the Object
to be more consistent with the non-head object name.

3 lines of code changed in 1 file:

ryo_saeba 2010-05-13 16:52 Rev.: 13210

Add 'replies' to grandpa's dialog.

4 lines of code changed in 1 file:

ryo_saeba 2010-05-13 16:52 Rev.: 13209

Make exits coherent.

8 lines of code changed in 3 files:

ryo_saeba 2010-05-13 16:44

Make exits coherent.

1 lines of code changed in 2 files:

ryo_saeba 2010-05-13 16:39

Make exits coherent.

34 lines of code changed in 8 files:

ryo_saeba 2010-05-13 16:29 Rev.: 13202

Make exits coherent.

14 lines of code changed in 2 files:

ryo_saeba 2010-05-13 16:26 Rev.: 13201

Make destination coherent.

3 lines of code changed in 1 file:

ryo_saeba 2010-05-13 16:23 Rev.: 13200

Change doors to need to apply them.

9 lines of code changed in 1 file:

ryo_saeba 2010-05-13 16:20 Rev.: 13199

Fix destination coordinates in shop.

3 lines of code changed in 1 file:

ryo_saeba 2010-05-13 16:19 Rev.: 13198

Change doors.

9 lines of code changed in 1 file:

ryo_saeba 2010-05-13 16:17 Rev.: 13197

Exits like other doors.

15 lines of code changed in 2 files:

ryo_saeba 2010-05-13 15:19 Rev.: 13196

Make kind 'no_damage', and remove other flags.

2 lines of code changed in 1 file:

ryo_saeba 2010-05-13 15:14 Rev.: 13195

Hide ground and inventory view in account management.

5 lines of code changed in 3 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:

cavesomething 2010-05-13 14:50 Rev.: 13191

Detect status of aristocracy quest rather than hero of scorn marker in order to open the gate

48 lines of code changed in 1 file:

cavesomething 2010-05-13 14:42 Rev.: 13190

Trigger the gate on aristocracy quest status rather than the hero of scorn marker

49 lines of code changed in 1 file:

cavesomething 2010-05-13 14:41 Rev.: 13189

Use quest state rather than markers to handle access to the various suites

141 lines of code changed in 1 file:

cavesomething 2010-05-13 14:34 Rev.: 13188

Remove quests from the hall of quests, the magistrate and king are now the starting points for these.

23 lines of code changed in 1 file:

cavesomething 2010-05-13 14:33 Rev.: 13187

Add dialog for the king of scorn, make castle2 use this dialog

186 lines of code changed in 5 files:

cavesomething 2010-05-13 14:27 Rev.: 13186

Add quest events to the sword that the lord spectre carries

16 lines of code changed in 1 file:

cavesomething 2010-05-13 14:20 Rev.: 13185

Add quest handlers for city-based final maps for royalty quests

27 lines of code changed in 2 files:

cavesomething 2010-05-13 14:17 Rev.: 13184

Add final map handling for the non-city based royalty quests

163 lines of code changed in 8 files:

cavesomething 2010-05-13 14:08 Rev.: 13183

Fix name of script in comments

1 lines of code changed in 1 file:

cavesomething 2010-05-13 13:58 Rev.: 13182

Change the lower floor of the castle to use the new magistrate dialog

137 lines of code changed in 1 file:

cavesomething 2010-05-13 13:55 Rev.: 13181

Dialog rules for the scorn magistrate

312 lines of code changed in 9 files:

cavesomething 2010-05-13 13:44 Rev.: 13180

Fix syntax errors in .msg file

3 lines of code changed in 1 file:

cavesomething 2010-05-13 13:42 Rev.: 13179

Add a dialog file for the servant in the temple of gaea, one of the scorn royalty quests will involve speaking to her.

45 lines of code changed in 2 files:

ryo_saeba 2010-05-13 13:26 Rev.: 13178

Remove useless detector and marker.

1 lines of code changed in 1 file:

cavesomething 2010-05-13 12:19 Rev.: 13177

Add a dialog for the dragon emissary in goth's tavern

64 lines of code changed in 2 files:

cavesomething 2010-05-13 12:04 Rev.: 13176

Trigger quest update on finding entrance to Animator's lair

6 lines of code changed in 1 file:

cavesomething 2010-05-13 12:01 Rev.: 13175

Improve wording of one of the stage descriptions

1 lines of code changed in 1 file:

cavesomething 2010-05-13 11:59 Rev.: 13174

Add Events to trigger updates to the royalty quests on entering the appropriate caves

49 lines of code changed in 8 files:

cavesomething 2010-05-13 11:58 Rev.: 13173

Rename Hermes' Inn to make it easier to refer to in directions

2 lines of code changed in 1 file:

cavesomething 2010-05-13 11:50 Rev.: 13172

Quest Definitions for Aristocracy Quests

386 lines of code changed in 1 file:

cavesomething 2010-05-13 11:36 Rev.: 13171

Add replies to the gate guard dialog

6 lines of code changed in 1 file:

cavesomething 2010-05-13 11:32 Rev.: 13170

Add Replies for the portguard

15 lines of code changed in 1 file:

cavesomething 2010-05-11 18:49 Rev.: 13169

Add Replies to the Gork quest dialogs

20 lines of code changed in 2 files:

kbulgrien 2010-05-10 23:39 Rev.: 13168

- Fix movement block for the office counter so that you cannot get the passes
by just walking over it.
- Add some scenery. Put an old anchor in the corner of the room.

11 lines of code changed in 1 file:

kbulgrien 2010-05-10 23:35 Rev.: 13167

- Add large old wood and iron ships anchor.

57 lines of code changed in 4 files:

cavesomething 2010-05-10 13:16 Rev.: 13166

Fix the counting of rules, errors and warnings in included files

4 lines of code changed in 1 file:

cavesomething 2010-05-10 13:15 Rev.: 13165

Change the names of the recognised fields

1 lines of code changed in 1 file:

ryo_saeba 2010-05-10 12:51 Rev.: 13164

Adjust quest to new dialog system.

10 lines of code changed in 1 file:

ryo_saeba 2010-05-10 12:50 Rev.: 13163

Add a 'prefunction' to rules to have special processing.

13 lines of code changed in 1 file:

ryo_saeba 2010-05-10 12:20 Rev.: 13162

Remove the requirements, assuming player can always say anything.

5 lines of code changed in 1 file:

kbulgrien 2010-05-09 22:25 Rev.: 13161

- Make the portgate view of the portoffice more consistent with the current
inside of the office.
- Turn smoothing off on some floor pieces to make sure grass does not invade
the interior of the office.

55 lines of code changed in 1 file:

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 08:16 Rev.: 13158

Add 'replies' to the dialog system, to let the player know what she can say.

37 lines of code changed in 2 files:

ryo_saeba 2010-05-08 07:28 Rev.: 13157

Use Crossfire.NPCSay() to have NPCs talk after the player.

1 lines of code changed in 1 file:

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-08 04:07 Rev.: 13149

Add a connected value to the rule that gives the key, so that another door in the south east of the map opens at the same time.

1 lines of code changed in 1 file:

cavesomething 2010-05-08 04:07 Rev.: 13148

Tidy up wall tiles to look right

2 lines of code changed in 1 file:

cavesomething 2010-05-07 18:55 Rev.: 13147

Fix stage numbers in these dialogs

8 lines of code changed in 2 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:

cavesomething 2010-05-07 07:19 Rev.: 13144

Check multiple token conditions correctly

5 lines of code changed in 1 file:

kbulgrien 2010-05-06 22:32 Rev.: 13143

- Add CONVERT_FILESPEC_TO_OS_FORMAT() everywhere the GTK-V2 client creates a
path so that on WIN32 platforms, the path will be converted to use backslash
delimiters.

14 lines of code changed in 5 files:

kbulgrien 2010-05-06 22:28 Rev.: 13142

- Create a replace_chars_with_string() function that does a find/replace on
a string. Specified character tokens in the buffer are replaced by strings.
- Create a CONVERT_FILESPEC_TO_OS_FORMAT(path) macro that uses this function
to provide a method for converting paths to WIN32 format when a client is
compiled for that platform. The macro does nothing on non-WIN32 platforms.

71 lines of code changed in 2 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:

cavesomething 2010-05-06 06:18 Rev.: 13133

Change location description on sign to point to where the building actually is.

1 lines of code changed in 1 file:

akirschbaum 2010-05-06 05:39 Rev.: 13132

Fix protocol error when connecting to metalforge.

10 lines of code changed in 2 files:

cavesomething 2010-05-05 11:10 Rev.: 13131

New Script to enable map connections to be triggered depending on the state of a quest.

47 lines of code changed in 1 file:

cavesomething 2010-05-05 10:02 Rev.: 13130

Fix parsing of stage numbers

1 lines of code changed in 1 file:

cavesomething 2010-05-05 06:42 Rev.: 13129

Add useage note in comments

5 lines of code changed in 1 file:

cavesomething 2010-05-05 06:38 Rev.: 13128

Fix syntax errors

3 lines of code changed in 1 file:

cavesomething 2010-05-05 06:36 Rev.: 13127

Fix include paths

2 lines of code changed in 2 files:

cavesomething 2010-05-05 06:35 Rev.: 13126

Fix syntax errors in dialog files

12 lines of code changed in 3 files:

cavesomething 2010-05-05 06:33 Rev.: 13125

Break out the smith .msg file into two separate files

79 lines of code changed in 2 files:

cavesomething 2010-05-05 06:11 Rev.: 13124

Add dialog_check.py - a script to check dialog files for common errors.
Add ## DIALOGCHECK blocks to all existing action scripts
Allow the pre 'quest' check to express ranges of stages or an exact
stage to be at

258 lines of code changed in 13 files:

cavesomething 2010-05-05 06:04 Rev.: 13123

Correct some errors in dialog script

2 lines of code changed in 1 file:

cavesomething 2010-05-05 05:48 Rev.: 13122

Change the .msg files for the test map to use a mixture of absolute and relative paths

5 lines of code changed in 3 files:

cavesomething 2010-05-05 05:46 Rev.: 13121

Allow include blocks to use either relative or absolute paths to reference other .msg files.
Maps still need to specify a full path in the slaying field of an event say.

9 lines of code changed in 1 file:

kbulgrien 2010-05-04 22:23 Rev.: 13120

- Change function header comments to doxygen style and add empty comment
headers for functions that have none.

44 lines of code changed in 1 file:

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

ANSI C89 fix.

6 lines of code changed in 2 files:

akirschbaum 2010-05-03 16:06 Rev.: 13118

Accelerate some GUI painting operations.

65 lines of code changed in 12 files:

akirschbaum 2010-05-03 15:13 Rev.: 13117

Improve map rendering performance when switching maps.

5 lines of code changed in 1 file:

akirschbaum 2010-05-03 15:02 Rev.: 13116

Improve map rendering performance.

38 lines of code changed in 1 file:

akirschbaum 2010-05-03 14:37 Rev.: 13115

Improve map rendering performance.

15 lines of code changed in 2 files:

akirschbaum 2010-05-03 14:09 Rev.: 13114

Make output of --debug-gui readable.

8 lines of code changed in 2 files:

kbulgrien 2010-05-02 16:57 Rev.: 13113

- Add Vendor tag so the official builds say something other than (none).
For now, use sourceforge.net/projects/crossfire as there is no other
mention of SourceForge in the .spec file.

5 lines of code changed in 1 file:

akirschbaum 2010-05-02 13:42 Rev.: 13112

Replace integer constants with named constants.

9 lines of code changed in 3 files:

akirschbaum 2010-05-02 11:57 Rev.: 13111

Rewrite protocol parser to use ByteBuffers.

754 lines of code changed in 13 files:

akirschbaum 2010-05-02 09:45 Rev.: 13110

Update comments.

240 lines of code changed in 22 files:

akirschbaum 2010-05-02 09:07 Rev.: 13109

Include payload of unparsable messages into --debug-protocol log.

7 lines of code changed in 2 files:

akirschbaum 2010-05-02 08:58 Rev.: 13108

Remove unused code.

0 lines of code changed in 2 files:

akirschbaum 2010-05-02 08:52 Rev.: 13107

Remove redundant return value.

3 lines of code changed in 2 files:

akirschbaum 2010-05-02 08:51 Rev.: 13106

Make constant private.

1 lines of code changed in 1 file:

akirschbaum 2010-05-02 08:46 Rev.: 13105

Add final modifier.

1 lines of code changed in 1 file:

akirschbaum 2010-05-02 08:45 Rev.: 13104

Make parameter final.

3 lines of code changed in 1 file:

akirschbaum 2010-05-02 08:44 Rev.: 13103

Suppress false warnings.

2 lines of code changed in 2 files:

akirschbaum 2010-05-02 08:43 Rev.: 13102

Weaken types.

4 lines of code changed in 1 file:

akirschbaum 2010-05-02 08:40 Rev.: 13101

Consistently format source code.

464 lines of code changed in 38 files:

akirschbaum 2010-05-02 08:32 Rev.: 13100

Remove unused variable.

0 lines of code changed in 1 file:

akirschbaum 2010-05-02 08:31 Rev.: 13099

Fix incorrectly parsed command name in failure message.

1 lines of code changed in 1 file:

akirschbaum 2010-05-02 08:27 Rev.: 13098

Fix incorrectly parsed face numbers in accountplayers message.

6 lines of code changed in 3 files:

akirschbaum 2010-05-02 08:23 Rev.: 13097

Add missing break statements.

2 lines of code changed in 1 file:

akirschbaum 2010-05-02 08:22 Rev.: 13096

Clean up --debug-protocol logging messages.

25 lines of code changed in 1 file:

akirschbaum 2010-05-02 08:05 Rev.: 13095

Replace integer constants with named constants.

48 lines of code changed in 1 file:

akirschbaum 2010-05-02 07:57 Rev.: 13094

Extract code into functions.

157 lines of code changed in 1 file:

akirschbaum 2010-05-02 07:39 Rev.: 13093

Merge duplicated code.

12 lines of code changed in 1 file:

akirschbaum 2010-05-02 07:37 Rev.: 13092

Extract code into function.

123 lines of code changed in 1 file:

akirschbaum 2010-05-02 07:30 Rev.: 13091

Properly check <element> parameters of skin commands.

127 lines of code changed in 1 file:

akirschbaum 2010-05-02 07:16 Rev.: 13090

Extract code into functions.

506 lines of code changed in 1 file:

akirschbaum 2010-05-02 06:56 Rev.: 13089

Reject excess arguments for ACCOUNT_* commands.

20 lines of code changed in 1 file:

akirschbaum 2010-05-02 06:47 Rev.: 13088

Extract code into functions.

65 lines of code changed in 1 file:

akirschbaum 2010-05-02 06:42 Rev.: 13087

Merge duplicated code.

15 lines of code changed in 1 file:

akirschbaum 2010-05-02 06:27 Rev.: 13086

Merge duplicated code.

30 lines of code changed in 1 file:

akirschbaum 2010-05-02 06:06 Rev.: 13085

Replace if statements with assert statements.

16 lines of code changed in 1 file:

akirschbaum 2010-05-02 06:03 Rev.: 13084

Remove redundant code.

0 lines of code changed in 1 file:

akirschbaum 2010-05-02 05:51 Rev.: 13083

Extract code into function.

39 lines of code changed in 1 file:

akirschbaum 2010-05-02 05:39 Rev.: 13082

Merge duplicated code.

6 lines of code changed in 1 file:

akirschbaum 2010-05-02 05:17 Rev.: 13081

Suppress warnings.

5 lines of code changed in 3 files:

akirschbaum 2010-05-02 05:13 Rev.: 13080

Remove unused parameter.

4 lines of code changed in 2 files:

akirschbaum 2010-05-02 05:10 Rev.: 13079

Remove unneeded code.

0 lines of code changed in 1 file:

akirschbaum 2010-05-02 05:07

Do not extend Thread.

9 lines of code changed in 3 files:

akirschbaum 2010-05-02 05:01

Do not extend Thread.

25 lines of code changed in 3 files:

akirschbaum 2010-05-02 04:55 Rev.: 13074

Add missing serialVersionUID fields.

20 lines of code changed in 4 files:

akirschbaum 2010-05-02 04:52 Rev.: 13073

Add @NotNull/@Nullable annotations.

47 lines of code changed in 14 files:

akirschbaum 2010-05-02 04:35 Rev.: 13072

Fix possible NullPointerExceptions.

9 lines of code changed in 1 file:

akirschbaum 2010-05-02 04:32 Rev.: 13071

Implement hashCode() and equals() in Comparable implementations.

45 lines of code changed in 2 files:

akirschbaum 2010-05-02 04:28 Rev.: 13070

Suppress false warning.

1 lines of code changed in 1 file:

akirschbaum 2010-05-02 04:26 Rev.: 13069

Use long constant to initialize long field.

1 lines of code changed in 1 file:

akirschbaum 2010-05-02 04:22 Rev.: 13068

Rename parameter names.

8 lines of code changed in 3 files:

akirschbaum 2010-05-02 04:19 Rev.: 13067

Do not extend concrete class from abstract class.

3 lines of code changed in 1 file:

akirschbaum 2010-05-02 04:11 Rev.: 13066

Fix Javadoc issues.

8 lines of code changed in 4 files:

akirschbaum 2010-05-02 04:09 Rev.: 13065

Do not declare mutliple variables in one declaration.

6 lines of code changed in 2 files:

akirschbaum 2010-05-02 04:06 Rev.: 13064

Declare variables more local.

8 lines of code changed in 4 files:

akirschbaum 2010-05-02 04:04 Rev.: 13063

Remove unneeded this qualifiers.

17 lines of code changed in 7 files:

akirschbaum 2010-05-02 04:01 Rev.: 13062

Add final modifiers.

55 lines of code changed in 14 files:

akirschbaum 2010-05-02 03:53 Rev.: 13061

Add missing braces.

4 lines of code changed in 2 files:

akirschbaum 2010-05-02 03:52 Rev.: 13060

Add missing @Override annotations.

136 lines of code changed in 13 files:

akirschbaum 2010-05-02 03:44 Rev.: 13059

Do not assign to function parameter.

5 lines of code changed in 1 file:

akirschbaum 2010-05-02 03:39 Rev.: 13058

Order import statements.

9 lines of code changed in 9 files:

akirschbaum 2010-05-02 03:38 Rev.: 13057

Make project compilable.

49 lines of code changed in 1 file:

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:

ryo_saeba 2010-05-01 09:22 Rev.: 13054

Missing file in previous commit.

1 lines of code changed in 1 file:

ryo_saeba 2010-05-01 09:20 Rev.: 13053

Add account support.

2200 lines of code changed in 38 files:

akirschbaum 2010-05-01 08:47 Rev.: 13052

Remove prelude skin.

11 lines of code changed in 7 files:

akirschbaum 2010-05-01 06:36 Rev.: 13051

Include all defined skins into jxclient.jar, not just 'ragnorok' and 'prelude'.

6 lines of code changed in 1 file:

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