January 2009 Commit Log

Number of Commits:
169
Number of Active Developers:
5
akirschbaum 2009-01-31 19:44 Rev.: 11299

Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.

766 lines of code changed in 292 files:

akirschbaum 2009-01-31 18:19 Rev.: 11298

Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.

430 lines of code changed in 123 files:

akirschbaum 2009-01-31 17:51 Rev.: 11297

Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.

156 lines of code changed in 94 files:

akirschbaum 2009-01-31 17:38 Rev.: 11296

Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.

413 lines of code changed in 134 files:

akirschbaum 2009-01-31 17:17 Rev.: 11295

Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.

709 lines of code changed in 199 files:

akirschbaum 2009-01-31 16:30 Rev.: 11294

Add explicit animations; extract some 'magicmap' and 'visibility' attributes into .face files.

3131 lines of code changed in 674 files:

rjtanner 2009-01-31 02:55 Rev.: 11293

Update comment in include/define.h: about INORGANIC (type 73) including dragon scales. Making them type flesh had negative consequences such as making them edible and causing them to weigh 50000Kg instead of 25Kg each

7 lines of code changed in 2 files:

rjtanner 2009-01-31 02:49 Rev.: 11292

Give dragons scales (flesh/dragon/dragon_sca.arc) object type 73 (inorganic), this avoids alerts in server logs: Query_cost: item green dragon scale hasn't got a valid type (but with all scale colors)

12 lines of code changed in 2 files:

rjtanner 2009-01-31 02:00 Rev.: 11291

Give throwing boulders (misc/t_boulder.arc) object type 15 (weapon), this avoids this alert in the server logs: Query_cost: item boulder hasn't got a valid type

6 lines of code changed in 2 files:

rjtanner 2009-01-31 01:32 Rev.: 11290

Typo correction on girdle of damage (was dammage) in Museum of Arms (/navar_city/magara/houses/museum)

4 lines of code changed in 3 files:

rjtanner 2009-01-30 00:07 Rev.: 11289

Removed the cloud floor tile in the Fun Zone Obstacle Course 1 (/darcap/darcap/circus/fz_o1) in Darcap Circus, it was causing problems with the teleporter back to the Fun Zone Lobby

2 lines of code changed in 3 files:

rjtanner 2009-01-29 23:38 Rev.: 11288

Fix entrance from Castle Magara, floor 1 (/wolfsburg/magara/castle/floor_1) back to the world map (/world/world_128_109)

8 lines of code changed in 3 files:

anmaster 2009-01-29 20:51 Rev.: 11287

Fix tabs in python/guilds/guild_dues.py

13 lines of code changed in 1 file:

anmaster 2009-01-29 20:45 Rev.: 11286

Correct small syntax error in CFGamble.py

1 lines of code changed in 1 file:

anmaster 2009-01-29 20:38 Rev.: 11285

Set svn:eol-style on the python scripts in maps.

84 lines of code changed in 84 files:

anmaster 2009-01-29 20:32 Rev.: 11284

Avoid features in the python scripts that are removed from python 3.0. This is confirmed to still work on at least python 2.5 and as far as I understand the docs also python 2.4

40 lines of code changed in 17 files:

anmaster 2009-01-29 20:22 Rev.: 11283

Run whitespace cleanup script in maps/python.

470 lines of code changed in 43 files:

anmaster 2009-01-29 16:48 Rev.: 11282

common/player.c, include/libproto.h, server/player.c: Fix a few memory leaks
if player selects "play again" after logging out.

35 lines of code changed in 4 files:

anmaster 2009-01-29 13:31 Rev.: 11281

plugins/cfpython/cfpython.c: Remove some Py_DECREF() calls in the python module.
This fixes bug #2459929 (DECREF error, bombs server if python is strict).
However, I'm not sure this is the correct way to fix that bug.

12 lines of code changed in 2 files:

anmaster 2009-01-28 16:53 Rev.: 11280

macros/cf_python.m4: Add python 2.6 to the python path search lists as well.
Arvid Norlander 2009-01-28

6 lines of code changed in 2 files:

akirschbaum 2009-01-28 15:48 Rev.: 11279

Remove MapMode type/mapmode field since only one mode is supported.

4 lines of code changed in 4 files:

anmaster 2009-01-28 10:00 Rev.: 11278

common/shstr.c, common/arch.c, common/path.c: Fix some int that should have been
size_t, found using splint.
common/arch.c: Also fix an "int" that should have been "unsigned long".
include/libproto.h, include/path.h: Update prototypes where needed for these int
to size_t changes.

22 lines of code changed in 6 files:

anmaster 2009-01-27 07:45 Rev.: 11277

macros/libtool.m4: Removed this file as it depends on which libtool version is
installed on the system running autogen.sh. configure will fail with an error
if version doesn't match between this file and the generated (non-versioned)
file utils/ltmain.sh. autogen.sh will install the correct version of
macros/libtool.m4 as long as a newer version doesn't exist. Thus removing this
file from SVN is the correct way to solve the issue. This file _should_
however be included in release tarballs since utils/ltmain.sh will also be
included there.
macros/: Added svn:ignore for libtool.m4

11 lines of code changed in 2 files:

anmaster 2009-01-26 16:53 Rev.: 11276

server/plugins.c: Set plugins_list to NULL when unloading plugins at exit to
prevent some possible issues if someone tries to mess with plugins afterwards.

6 lines of code changed in 2 files:

anmaster 2009-01-26 16:47 Rev.: 11275

include/libproto.h, common/arch.c: Make hasharch() in arch.c static since it
wasn't (and shouldn't be) used anywhere else.

5 lines of code changed in 3 files:

anmaster 2009-01-26 12:34 Rev.: 11274

test/unit/common/check_shstr.c: Fix small memory leak in the shstr unit test.
common/arch.c: Make free_all_archs() also clear the hash table for archetypes,
this fixes an invalid read in test/unit/common/check_arch.c.

8 lines of code changed in 3 files:

anmaster 2009-01-26 10:22 Rev.: 11273

Use a subdirectory for aclocal macros instead of the old-style acinclude.m4.
This will make it simpler to maintain and update to current upstream copies of
the various autoconf macros. This commit does not update to current upstream
copies, but extracts the version crossfire used from the old acinclude.m4.

7353 lines of code changed in 10 files:

rjtanner 2009-01-26 01:03 Rev.: 11272

Backport from Trunk, corrected entrance destination coordinates

0 lines of code changed in 4 files:

akirschbaum 2009-01-25 07:03 Rev.: 11271

Remove redundant semicolons.

8 lines of code changed in 7 files:

akirschbaum 2009-01-25 06:59 Rev.: 11270

Whitespace changes.

32 lines of code changed in 16 files:

anmaster 2009-01-25 06:34 Rev.: 11269

lib/Makefile.am, lib/adm/collect_images.pl: Make out of tree builds work. Note
that the arch symlink in lib should be placed in the build tree. Further: the
Perl script change might be suboptimal, I'm not a Perl expert.

20 lines of code changed in 3 files:

akirschbaum 2009-01-25 05:42 Rev.: 11268

Whitespace changes.

12 lines of code changed in 1 file:

anmaster 2009-01-25 04:02 Rev.: 11267

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.Í„

3 lines of code changed in 251 files:

anmaster 2009-01-25 03:53 Rev.: 11266

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.Í„

0 lines of code changed in 238 files:

anmaster 2009-01-25 03:45

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.Í„

0 lines of code changed in 320 files:

anmaster 2009-01-25 03:09 Rev.: 11263

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.Í„

165 lines of code changed in 307 files:

anmaster 2009-01-25 02:55 Rev.: 11262

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.Í„

88 lines of code changed in 133 files:

mwedel 2009-01-25 00:11 Rev.: 11261

types/transport/transport.c: Add missing braces to if clause in
transport_type_process().
MSW 2009-01-24

6 lines of code changed in 2 files:

anmaster 2009-01-24 23:38 Rev.: 11260

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.Í„

79 lines of code changed in 149 files:

anmaster 2009-01-24 23:26 Rev.: 11259

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.

0 lines of code changed in 91 files:

anmaster 2009-01-24 23:20

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.

0 lines of code changed in 214 files:

anmaster 2009-01-24 23:10

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.

0 lines of code changed in 226 files:

anmaster 2009-01-24 23:04

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.

503 lines of code changed in 108 files:

anmaster 2009-01-24 22:54 Rev.: 11252

Fix exit coords in /darcap/darcap/earthhouse

3 lines of code changed in 1 file:

anmaster 2009-01-24 22:37 Rev.: 11251

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.

117 lines of code changed in 204 files:

anmaster 2009-01-24 21:48 Rev.: 11250

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.

34 lines of code changed in 55 files:

anmaster 2009-01-24 21:41 Rev.: 11249

Losslessly recompress some PNG images for smaller size to reduce the bandwidth needed for sending images to clients.

70 lines of code changed in 114 files:

anmaster 2009-01-24 21:29

Losslessly recompress some PNG images for smaller size to reduce the bandwidth
needed for sending images to clients.

57 lines of code changed in 90 files:

anmaster 2009-01-24 21:15 Rev.: 11246

Losslessly recompress some PNG images for smaller size to reduce the bandwidth
needed for sending images to clients.

33 lines of code changed in 58 files:

anmaster 2009-01-24 21:10 Rev.: 11245

Losslessly recompress some PNG images for smaller size to reduce the bandwidth
needed for sending images to clients.

32 lines of code changed in 50 files:

anmaster 2009-01-24 21:04 Rev.: 11244

Losslessly recompress some PNG images for smaller size to reduce the bandwidth
needed for sending images to clients.

27 lines of code changed in 38 files:

mwedel 2009-01-24 19:56 Rev.: 11243

Server part of client window resizing. When server gets a mapsize request,
it now clears its map data so it does a complete refresh of the map to the
client. This fixes drawing issues.
---
include/sockproto.h: Change map_newmap_cmd() definition
server/move.c, server/plugins.c, server/server.c, server/spell_effect.c:
Change call to map_newmap_cmd()
socket/request.c: Add call to map_new_cmd() in setup area. Change
map_newmap_cmd() to take a socket structure instead of player -
the setup only has socket pointer and not player pointer to use.
---
MSW 2009-01-24

29 lines of code changed in 7 files:

anmaster 2009-01-24 19:06 Rev.: 11242

Add "race" to player races missing it. Based on what races the equivalent
monsters have.

8 lines of code changed in 4 files:

akirschbaum 2009-01-24 18:49 Rev.: 11241

Fix compiler warnings.

182 lines of code changed in 7 files:

akirschbaum 2009-01-24 15:42 Rev.: 11240

Fix ChangeLog.

2 lines of code changed in 1 file:

akirschbaum 2009-01-24 15:41 Rev.: 11239

Fix failing regression test.

3 lines of code changed in 2 files:

akirschbaum 2009-01-24 15:20 Rev.: 11238

Whitespace change.

1 lines of code changed in 1 file:

anmaster 2009-01-24 14:55 Rev.: 11237

test/unit/common/check_object.c: Make the test_count_free test work in a build
with MEMORY_DEBUG turned on as well.

11 lines of code changed in 2 files:

akirschbaum 2009-01-24 14:50 Rev.: 11236

Fix crash if read_bmap_names() is called more than once.

3 lines of code changed in 2 files:

akirschbaum 2009-01-24 14:49 Rev.: 11235

Fix failing regression test.

5 lines of code changed in 2 files:

akirschbaum 2009-01-24 14:46 Rev.: 11234

Whitespace change.

0 lines of code changed in 1 file:

anmaster 2009-01-24 14:38 Rev.: 11233

common/readable.c, common/dialog.c, common/loader.l, common/treasure.c,
common/image.c, socket/item.c: Add missing ending \n to LOG() calls.

16 lines of code changed in 7 files:

anmaster 2009-01-24 14:19 Rev.: 11232

socket/info.c: Fix stack smashing in magic_mapping_mark() on maps wider than 50
tiles.

8 lines of code changed in 2 files:

akirschbaum 2009-01-24 14:16 Rev.: 11231

Fix failing regression test.

5 lines of code changed in 2 files:

akirschbaum 2009-01-24 13:43 Rev.: 11230

Whitespace changes: consistently reformat code.

105 lines of code changed in 9 files:

akirschbaum 2009-01-24 12:22 Rev.: 11229

Whitespace changes: consistently reformat code.

5274 lines of code changed in 110 files:

akirschbaum 2009-01-24 10:41 Rev.: 11228

Whitespace changes: consistently reformat code.

943 lines of code changed in 5 files:

akirschbaum 2009-01-24 10:16 Rev.: 11227

Whitespace changes: consistently reformat code.

2180 lines of code changed in 24 files:

akirschbaum 2009-01-24 03:20 Rev.: 11226

Whitespace changes: consistently reformat code.

1868 lines of code changed in 61 files:

anmaster 2009-01-23 14:03 Rev.: 11225

Fix destination of down stairs in /azumauindo/suno-yamatoshi/buildings/tatemonoA2.

5 lines of code changed in 1 file:

anmaster 2009-01-23 12:16 Rev.: 11224

plugins/common/hashtable.c: Rewrite the code documentation to doxygen style.

55 lines of code changed in 2 files:

anmaster 2009-01-23 12:00 Rev.: 11223

plugins/cflogger/cflogger.c: Make non-direct kills (kill by spell, kill by
poison, kill by golem and so on) register properly.

12 lines of code changed in 2 files:

anmaster 2009-01-23 05:08 Rev.: 11222

plugins/cflogger/cflogger.c: Slight error in last commit, turns out time table
can't use real time as primary key. Change database schema to format 3.
Upgrades directly from version 1 not run into the issue.

51 lines of code changed in 2 files:

rjtanner 2009-01-23 01:23 Rev.: 11221

Make shop areas of Lord Byron's Castle (/santo_dominion/lord_byron/main) stand alone maps in order to support shop headers and inventory signs

5320 lines of code changed in 5 files:

anmaster 2009-01-22 16:16 Rev.: 11220

plugins/cflogger/cflogger.c: Clean out some of the messy and broken SQL (didn't
use indexes, was missing important constraints and so on) in cflogger. This
includes introducing a new version of the SQL schema used. The database will
be automatically upgraded at next run. Be aware of that older versions were
missing a check for too new format, thus once you upgraded the format you
should not run it with an older version of the server. Changes to the schema
includes adding some indexes and similar.

170 lines of code changed in 2 files:

anmaster 2009-01-22 15:22 Rev.: 11219

plugins/cflogger/cflogger.c, plugins/cfnewspaper/cfnewspaper.c: Now handles
random maps the way the source code comments claims it does.
plugins/cfnewspaper/cfnewspaper.c: Make info about kills from a specific region
work.

15 lines of code changed in 3 files:

akirschbaum 2009-01-22 15:03 Rev.: 11218

Whitespace changes: consistently reformat code.

848 lines of code changed in 9 files:

akirschbaum 2009-01-22 13:50 Rev.: 11217

Whitespace changes: consistently reformat code.

9654 lines of code changed in 27 files:

rjtanner 2009-01-22 01:10 Rev.: 11216

Cosmetic wall changes for nicer merging

3 lines of code changed in 1 file:

rjtanner 2009-01-22 00:43 Rev.: 11215

Backport from Trunk, Fix the type of stairs (should be stair2_down, was stair2_up) in /brest/pshops/pshopsinc2

0 lines of code changed in 2 files:

rjtanner 2009-01-22 00:41 Rev.: 11214

Restore descriptive name to stairway

2 lines of code changed in 1 file:

akirschbaum 2009-01-21 18:34 Rev.: 11213

Whitespace changes: consistently reformat code.

34 lines of code changed in 11 files:

akirschbaum 2009-01-21 18:25 Rev.: 11212

Whitespace changes: consistently reformat code.

2575 lines of code changed in 18 files:

anmaster 2009-01-21 16:59 Rev.: 11211

Fix the type of stairs (should be stair2_down, was stair2_up) in /brest/pshops/pshopsinc2.

2 lines of code changed in 1 file:

anmaster 2009-01-21 16:13 Rev.: 11210

common/object.c: Add missing newline to log message that is shown if
MEMORY_DEBUG is defined.

5 lines of code changed in 2 files:

anmaster 2009-01-21 16:11 Rev.: 11209

common/arch.c: Fix memory leak in archetypes when discrete damage is used.

5 lines of code changed in 2 files:

anmaster 2009-01-21 16:07 Rev.: 11208

server/plugins.c: Remove forgotten debug output.
plugins/cflogger/cflogger.c, plugins/cfnewspaper/cfnewspaper.c: Add missing
newline in log output.
plugins/cfnewspaper/cfnewspaper.c: Close the second sqlite database as well.

12 lines of code changed in 4 files:

anmaster 2009-01-21 15:56 Rev.: 11207

server/plugins.c, server/server.c: Run closePlugin() in the various plugins at
server shutdown. Previously it was only run when the wiz command plugout was
used. This change is needed to properly close the sqlite database handles in
cflogger and cfnewspaper.
include/sproto.h: Run make proto in server/ to include the newly added
cleanupPlugins() in server/plugins.c. This caused some other changes, such as
reordering and adding some other functions.

42 lines of code changed in 4 files:

akirschbaum 2009-01-21 15:45 Rev.: 11206

Whitespace changes: consistently reformat code.

397 lines of code changed in 24 files:

akirschbaum 2009-01-21 15:30 Rev.: 11205

Whitespace changes: consistently reformat code.

3225 lines of code changed in 31 files:

anmaster 2009-01-21 13:57 Rev.: 11204

Fix broken error checking in plugin loading code.

4 lines of code changed in 2 files:

anmaster 2009-01-21 12:54 Rev.: 11203

Fix a rare bug that caused the use of an uninitialised variable in god_info_msg() for gods denies summoning (such as valkyrie).

6 lines of code changed in 2 files:

akirschbaum 2009-01-21 03:32 Rev.: 11202

Add comments.

7 lines of code changed in 1 file:

akirschbaum 2009-01-21 03:18 Rev.: 11201

Make methods private.

2 lines of code changed in 1 file:

akirschbaum 2009-01-21 03:18 Rev.: 11200

Remove redundant comments.

10 lines of code changed in 1 file:

akirschbaum 2009-01-21 03:12 Rev.: 11199

Rename CrossfireServerConnection to DefaultCrossfireServerConnection; add interface CrossfireServerConnection.

2456 lines of code changed in 4 files:

akirschbaum 2009-01-21 03:00 Rev.: 11198

Rename ServerConnection to DefaultServerConnection; add interface ServerConnection.

117 lines of code changed in 3 files:

akirschbaum 2009-01-21 02:32 Rev.: 11197

Rename ScriptProcess to DefaultScriptProcess; add interface ScriptProcess.

870 lines of code changed in 3 files:

akirschbaum 2009-01-21 02:10 Rev.: 11196

Remove outdated protocol commands face1, image, and item1.

48 lines of code changed in 1 file:

akirschbaum 2009-01-21 02:00 Rev.: 11195

Whitespace changes: consistently reformat code.

282 lines of code changed in 23 files:

akirschbaum 2009-01-21 01:22 Rev.: 11194

Whitespace changes: consistently reformat code.

34 lines of code changed in 1 file:

akirschbaum 2009-01-20 18:47 Rev.: 11193

Whitespace changes: consistently reformat code.

5839 lines of code changed in 33 files:

akirschbaum 2009-01-19 15:41 Rev.: 11192

Fix typo in scripting protocol: send "watch stats maxsp" rather than "watch stats maxspp".

5 lines of code changed in 2 files:

lalo 2009-01-19 05:03 Rev.: 11191

reverted r8195 -- mwedel's combat rebalance.

Not a change that I'm happy about, but we agreed we shouldn't release this until
the corresponding spell rebalance is done.

0 lines of code changed in 478 files:

lalo 2009-01-19 00:07 Rev.: 11190

reverted r8194 -- mwedel's combat rebalance.

Not a change that I'm happy about, but we agreed we shouldn't release this until
the corresponding spell rebalance is done.

Some changes from r8194 are kept though, notably the new D exp_table.

0 lines of code changed in 38 files:

lalo 2009-01-18 18:38 Rev.: 11189

updating stable/next/latest externals

6 lines of code changed in 2 files:

akirschbaum 2009-01-18 16:29 Rev.: 11187

Comment changes.

6 lines of code changed in 1 file:

akirschbaum 2009-01-18 13:27 Rev.: 11186

Make command parser more robust.

37 lines of code changed in 1 file:

akirschbaum 2009-01-18 13:21 Rev.: 11185

Implement "monitor" and "unmonitor" script commands.

20 lines of code changed in 2 files:

akirschbaum 2009-01-18 13:04 Rev.: 11184

Register monitor listener at most once; properly deregister listener when the script terminates.

19 lines of code changed in 1 file:

akirschbaum 2009-01-18 12:55 Rev.: 11183

Make "draw" script command more robust.

17 lines of code changed in 1 file:

akirschbaum 2009-01-18 12:52 Rev.: 11182

Implement "issue" script command.

60 lines of code changed in 2 files:

akirschbaum 2009-01-18 12:32 Rev.: 11181

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2009-01-18 12:30 Rev.: 11180

Implement "request" script command.

408 lines of code changed in 6 files:

akirschbaum 2009-01-18 11:56 Rev.: 11179

Add comments.

21 lines of code changed in 1 file:

akirschbaum 2009-01-18 11:54 Rev.: 11178

Merge duplicated code.

0 lines of code changed in 1 file:

akirschbaum 2009-01-18 11:53 Rev.: 11177

Record spell path information.

1 lines of code changed in 1 file:

akirschbaum 2009-01-18 11:46 Rev.: 11176

Send correct coordinates for "request map pos" script command.

2 lines of code changed in 2 files:

akirschbaum 2009-01-18 11:38 Rev.: 11175

Do not crash for "request items cont" if there is no opened container.

5 lines of code changed in 2 files:

akirschbaum 2009-01-18 11:30 Rev.: 11174

Replace while loops with for loop.

8 lines of code changed in 1 file:

akirschbaum 2009-01-18 11:26 Rev.: 11173

Whitespace changes.

1174 lines of code changed in 1 file:

akirschbaum 2009-01-18 10:41 Rev.: 11172

Report weight in grams in "request items" commands.

3 lines of code changed in 2 files:

akirschbaum 2009-01-18 08:36 Rev.: 11171

Simplify expressions.

4 lines of code changed in 1 file:

akirschbaum 2009-01-18 07:18 Rev.: 11170

Remove unused field.

1 lines of code changed in 1 file:

akirschbaum 2009-01-18 07:18 Rev.: 11169

Add comments.

59 lines of code changed in 1 file:

akirschbaum 2009-01-18 06:40 Rev.: 11168

Print the complete message when processing the 'draw' script command.

1 lines of code changed in 1 file:

akirschbaum 2009-01-18 06:38 Rev.: 11167

Implement scripttell command.

90 lines of code changed in 3 files:

akirschbaum 2009-01-18 06:29 Rev.: 11166

Add checks for incorrect parameters to scripttell command. Do not pass the script ID to the script.

23 lines of code changed in 2 files:

akirschbaum 2009-01-18 06:12 Rev.: 11165

Implement scriptkillall command.

73 lines of code changed in 3 files:

akirschbaum 2009-01-18 06:08 Rev.: 11164

Report scripts having terminated with an error code.

9 lines of code changed in 1 file:

akirschbaum 2009-01-18 06:04 Rev.: 11163

Implement scriptkill command.

96 lines of code changed in 4 files:

akirschbaum 2009-01-18 05:53 Rev.: 11162

Improve error message.

10 lines of code changed in 2 files:

akirschbaum 2009-01-18 05:50 Rev.: 11161

Implement script IDs for referencing running scripts.

91 lines of code changed in 3 files:

akirschbaum 2009-01-18 05:30 Rev.: 11160

Implement scripts command.

107 lines of code changed in 5 files:

akirschbaum 2009-01-18 05:13 Rev.: 11159

Track running scripts. Report started and terminated/failed scripts to the message window.

117 lines of code changed in 4 files:

akirschbaum 2009-01-18 04:44 Rev.: 11158

Move code to create script processes into ScriptManager.

92 lines of code changed in 3 files:

lalo 2009-01-17 15:02 Rev.: 11153

preparing for 1.12 release

0 lines of code changed in 159 files:

lalo 2009-01-17 14:59

preparing for 1.12 release

0 lines of code changed in 8008 files:

rjtanner 2009-01-17 03:58 Rev.: 11149

Updated ChangeLog file using svn2cl

200 lines of code changed in 2 files:

rjtanner 2009-01-17 03:23 Rev.: 11148

Fix map header formatting

2 lines of code changed in 1 file:

rjtanner 2009-01-17 02:56 Rev.: 11147

Backport from trunk - insert missing floor tiles

9 lines of code changed in 1 file:

rjtanner 2009-01-17 02:54 Rev.: 11146

Synch with Branches/1.x; Insert floor tiles beneath walls

8 lines of code changed in 1 file:

rjtanner 2009-01-17 02:49 Rev.: 11145

Backport from Trunk; Replace and phase out the (old) oakdoor graphic with something different

4 lines of code changed in 1 file:

rjtanner 2009-01-17 02:44 Rev.: 11144

Backport from Trunk; replaced ordinary tower with lighthouse archetype

6 lines of code changed in 1 file:

rjtanner 2009-01-17 02:33 Rev.: 11143

Synch with Branches/1.x; Replace blocked (solid black square) arch with cave_15 (solid grey square) archetype

370 lines of code changed in 1 file:

rjtanner 2009-01-17 02:23

Backport from Trunk; Replace blocked (solid black square) arch with cave_15 (solid grey square) archetype

23 lines of code changed in 2 files:

rjtanner 2009-01-17 02:22 Rev.: 11140

Backport from Trunk; Update wall sections to match nearby walls or styles

61 lines of code changed in 1 file:

rjtanner 2009-01-17 02:20 Rev.: 11139

Backport from Trunk; Replace blocked (solid black square) arch with cave_15 (solid grey square) archetype

896 lines of code changed in 1 file:

rjtanner 2009-01-17 02:18 Rev.: 11138

Backport from Trunk; Added missing floor tiles

41 lines of code changed in 1 file:

rjtanner 2009-01-17 02:17 Rev.: 11137

Backport from Trunk; Replace blocked (solid black square) arch with cave_15 (solid grey square) archetype

1 lines of code changed in 1 file:

rjtanner 2009-01-17 02:14 Rev.: 11136

Backport from Trunk. Fixed an inventory error with the chaos dragon, colourspray was inside of a ground tile for some reason; reinserted the spell back in to the normal inventory so the dragon has access to the spell again

9 lines of code changed in 2 files:

rjtanner 2009-01-17 02:08 Rev.: 11135

Backport form Trunk; Sync level difficulty and replace oakdoor archetype

3 lines of code changed in 1 file:

rjtanner 2009-01-17 02:03 Rev.: 11134

Backport from Trunk; As a convenience, added teleporters to the four Hall of Selection maps and the Nexus - other changes are made for visual balance (for now)

48 lines of code changed in 1 file:

rjtanner 2009-01-17 02:01 Rev.: 11133

Backport from Trunk; Updated door archetypes and replaced blocked (solid black square) arche with cave_15 (solid grey square) archetype

822 lines of code changed in 1 file:

rjtanner 2009-01-17 01:55 Rev.: 11132

Backport from Trunk; Replace rocks with wooden table (longtable) for the booze to sit on in the bar

25 lines of code changed in 1 file:

rjtanner 2009-01-17 01:49

Backport from Trunk; Cosmetic wall changes for nicer merging

202 lines of code changed in 2 files:

rjtanner 2009-01-17 01:44 Rev.: 11129

Backport from Trunk; Redesign of Bob's Bakery

458 lines of code changed in 1 file:

rjtanner 2009-01-17 01:39 Rev.: 11128

Backport from Trunk; Added missing floor tiles

9 lines of code changed in 1 file:

rjtanner 2009-01-17 01:35 Rev.: 11127

Backport from Trunk; Added walls to the dungeon map, updated exit & entrance coordinates due to the map size changing

2881 lines of code changed in 1 file:

rjtanner 2009-01-15 01:22 Rev.: 11126

Backport from Trunk, make Hanuk uncharmable by setting him to level 120

2 lines of code changed in 1 file:

rjtanner 2009-01-15 00:53 Rev.: 11125

Backport from Trunk, Update map names for consistency (Castle Ra-Gar -> Castle of Ra-Gar)

10 lines of code changed in 5 files:

rjtanner 2009-01-14 21:44 Rev.: 11124

Backport from Trunk - update wall sections for nicer merging

3119 lines of code changed in 47 files:

rjtanner 2009-01-14 21:04 Rev.: 11123

Backport from Trunk - replace old xpm oakdoor with different exit archetype. Requires r10897 or newer.

53 lines of code changed in 3 files:

rjtanner 2009-01-11 02:16 Rev.: 11122

Backport from Trunk; Corrected map creation dates, no functional changes

88 lines of code changed in 44 files:

rjtanner 2009-01-10 03:27 Rev.: 11121

Updated ChangeLog file using svn2cl

338 lines of code changed in 2 files:

rjtanner 2009-01-10 03:08 Rev.: 11120

Restore shoprace human to map header

2 lines of code changed in 1 file:

rjtanner 2009-01-10 03:06 Rev.: 11119

Backport from Trunk; Corrected map creation dates, no functional changes

728 lines of code changed in 364 files:

mwedel 2009-01-05 02:19 Rev.: 11118

gtk-v2/src/map.c: display_mapcell(): Fix bug 2476715: Image display problem
when not sized to a multiple of 32
MSW 2009-01-04

31 lines of code changed in 2 files:

mwedel 2009-01-05 02:11 Rev.: 11117

Various fixes and improvements, mostly related to map handling in gtk2 client.
Main change is that the map area can now be resized during play and it will
draw things as expected. Note server change is needed for map to not appear
jumbled after initial resize. Fix bug 2476715: Image display problem when not
sized to a multiple of 32
--
configure.ac: Move evaluation of extra includes and extra linker flags (
--with-..) options before lua/opengl checks - if those libraries are not
in usual location, still want to be able to use them.
gtk-v2/src/gtk2proto.h: callback for configure event added.
gtk-v2/src/map.c: map_init(): Remove explicit call to set map area size.
display_mapcell(): Fix drawing of images not a multiple of 32.
resize_map_window(): Additional processing after resize event.
on_drawingarea_map_configure_event(): New function - gets resize event
and makes necessary updates.
gtk-v2/glade/gtk-v2.glade: Remove explicit size value from layout. This
gives more resize flexibility.
MSW 2009-01-04


96 lines of code changed in 5 files:

December 2008 »

Generated by StatSVN 0.7.0