March 2010 Commit Log

Number of Commits:
218
Number of Active Developers:
7
akirschbaum 2010-03-31 13:38 Rev.: 12777

Add 'enable history' parameter to command_text/query_text skin commands; change meaning of 'enable history' parameter of text skin command.

28 lines of code changed in 9 files:

akirschbaum 2010-03-31 13:19 Rev.: 12776

Do not require dialog definition for set_num_look_objects skin command.

1 lines of code changed in 1 file:

kbulgrien 2010-03-30 23:01 Rev.: 12775

- Add a note regarding the change to the magicmouth.arc.

5 lines of code changed in 1 file:

kbulgrien 2010-03-30 22:57 Rev.: 12774

- Add a subtype to the magic mouth so it does not generate errors in the
client due to use of an illegal type. This subtype is new, so that
the "sign" type is unique, as magic mouths most certainly are not your
typical sign.

1 lines of code changed in 1 file:

kbulgrien 2010-03-30 22:55 Rev.: 12773

- Update the link to the server/trunk/include/shared folder to revision 12770
to pull in a new revision of shared/newclient.h for the purpose of updating
the message type/subtype for magic ears and magic mouths.
- Regenerate msgtypes.h to capture the changes from the updated
shared/newclient.h file.
- Rename msg_dialog_magic_mouth to msg_dialog_magic_ear in the theme files to
more accurately identify what is being themed. Magic mouths are signs, not
dialogs. It is the magic ears that are dialogs. This change is driven by
an update in common/shared/newclient.h and common/msg_types.h.

16 lines of code changed in 4 files:

kbulgrien 2010-03-30 22:46 Rev.: 12772

- Update the link to the server/trunk/include/shared folder to revision 12770
to pull in a new revision of newclient.h for the purpose of updating the
message type/subtype for magic ears and magic mouths.

6 lines of code changed in 1 file:

kbulgrien 2010-03-30 22:32 Rev.: 12771

- Fix the instructions to match the current situation. The propedit is in
the client area, not the server folder.

9 lines of code changed in 1 file:

kbulgrien 2010-03-30 22:20 Rev.: 12770

- Rename the confusing MSG_TYPE_DIALOG_MAGIC_MOUTH to
MSG_TYPE_DIALOG_MAGIC_EAR since only magic ears are MSG_TYPE_DIALOG.
- Add a new MSG_TYPE_SIGN subtype of MSG_TYPE_SIGN_MAGIC_MOUTH since magic
mouths are distinctly different from all other signs, and this might mean
a client might want to handle their messages uniquely.

30 lines of code changed in 4 files:

kbulgrien 2010-03-30 22:08 Rev.: 12769

- Fix msgctrl_defaults[] to list magic ears as a subtype but not magic mouths.
Magic mouths are signs, so add that to the sign message descriptive text.
This results in a change to the message control dialog.

7 lines of code changed in 2 files:

akirschbaum 2010-03-30 16:42 Rev.: 12768

Rename variable names.

16 lines of code changed in 3 files:

akirschbaum 2010-03-30 16:39 Rev.: 12767

Make GUIMetaElement adapt to size of prefix image.

1 lines of code changed in 3 files:

akirschbaum 2010-03-30 16:29 Rev.: 12766

Reorder parameters of 'map' skin command.

4 lines of code changed in 3 files:

akirschbaum 2010-03-30 15:19 Rev.: 12765

Rename 'magicmap' skin command to 'minimap'.

196 lines of code changed in 4 files:

akirschbaum 2010-03-30 15:18 Rev.: 12764

Order import statements.

4 lines of code changed in 4 files:

akirschbaum 2010-03-30 14:53 Rev.: 12763

Make background image parameter of 'log_message' skin command optional.

8 lines of code changed in 5 files:

akirschbaum 2010-03-30 14:51 Rev.: 12762

Rename variable name.

2 lines of code changed in 1 file:

akirschbaum 2010-03-30 14:46 Rev.: 12761

Make background image parameter of 'log_label' skin command optional.

5 lines of code changed in 4 files:

akirschbaum 2010-03-30 14:42 Rev.: 12760

Rename variable name.

2 lines of code changed in 1 file:

akirschbaum 2010-03-30 06:23 Rev.: 12759

Replace instanceof check with instance function.

27 lines of code changed in 4 files:

akirschbaum 2010-03-30 06:19 Rev.: 12758

Replace chain of instanceof checks with visitor pattern.

93 lines of code changed in 5 files:

akirschbaum 2010-03-30 06:09 Rev.: 12757

Add comments.

36 lines of code changed in 1 file:

akirschbaum 2010-03-30 05:59 Rev.: 12756

Rename variable names.

28 lines of code changed in 2 files:

akirschbaum 2010-03-30 03:57 Rev.: 12755

Swap parameters in 'text' skin command.

4 lines of code changed in 3 files:

akirschbaum 2010-03-30 03:04 Rev.: 12754

Fix Ansi C89 violations.

4 lines of code changed in 1 file:

kbulgrien 2010-03-29 22:00 Rev.: 12753

- The animation shadow_dragon gives errors on server startup. Change to use
of animation big_shadow_dragon since that is what is in the .face file
alongside the .arc file.

6 lines of code changed in 1 file:

kbulgrien 2010-03-29 21:59 Rev.: 12752

- Undo add of shadow_dra.arc and rename original shadow_dra.arch instead as it
has a commit comment whereas the .arc did not.

0 lines of code changed in 2 files:

meflin2 2010-03-29 21:32 Rev.: 12751

big bright firepot arch

0 lines of code changed in 1 file:

kbulgrien 2010-03-29 21:28 Rev.: 12750

Commit some edits made in conjunction with wiki edits a while back:
Sort the normal commands alphabetically.
Move gsay to the communications command list.
Move printlos out of the communications command list to the normal list.
Move cointoss and orcknuckle out from among the emote commands and put them
next to the non-emotion commands in the communications commands group. They
still do not seem to be communication commands, but that's where they were
already and I don't feel like debating it at the moment.

36 lines of code changed in 2 files:

kbulgrien 2010-03-29 21:07 Rev.: 12749

- Add extra detail to the apply command help.

9 lines of code changed in 2 files:

cavesomething 2010-03-29 20:52 Rev.: 12748

Patch by Funnyman3595 to add support for object.split and
object.clone to the python plugin

88 lines of code changed in 5 files:

meflin2 2010-03-29 19:02 Rev.: 12747

meflin2

92 lines of code changed in 1 file:

cavesomething 2010-03-29 18:16 Rev.: 12746

Change the quest definition to conform to the new standard.

10 lines of code changed in 1 file:

cavesomething 2010-03-29 17:56 Rev.: 12745

Quest handling changes, remove questend calls, replace with individual
steps which can 'finish quest'.

160 lines of code changed in 9 files:

ryo_saeba 2010-03-29 16:32 Rev.: 12744

Use the right type 'const char*'.

1 lines of code changed in 1 file:

akirschbaum 2010-03-28 17:13 Rev.: 12743

Rename stat name.

4 lines of code changed in 4 files:

cavesomething 2010-03-27 21:04 Rev.: 12742

Use the map2 type defines for parsing, update the version of newclient.h that is drawn from the server.

6 lines of code changed in 2 files:

cavesomething 2010-03-27 20:44 Rev.: 12741

Replace the numbers used in the map2 command handling with some #defines.

23 lines of code changed in 3 files:

cavesomething 2010-03-27 19:31 Rev.: 12740

Don't drop the inventory of items that are marked as no_drop

12 lines of code changed in 2 files:

ryo_saeba 2010-03-27 04:41 Rev.: 12739

Massive CRE improvements.

658 lines of code changed in 22 files:

cavesomething 2010-03-26 21:16 Rev.: 12738

Stop chests from drawinfo-ing the names of invisible items when they are opened.

13 lines of code changed in 2 files:

ryo_saeba 2010-03-25 17:25 Rev.: 12737

Town portal now has an animation instead of being immediate.

40 lines of code changed in 2 files:

ryo_saeba 2010-03-25 17:25 Rev.: 12736

Opening portal animation.

34 lines of code changed in 2 files:

ryo_saeba 2010-03-25 17:24 Rev.: 12735

Have disappearing FLAG_IS_USED_UP items put their inventory on the ground, not on pile top.

5 lines of code changed in 2 files:

ryo_saeba 2010-03-25 17:23 Rev.: 12734

Add new flag to object_free() to force inventory contents on the ground instead on pile top.

10 lines of code changed in 3 files:

akirschbaum 2010-03-25 15:41 Rev.: 12733

Hide help dialog when not playing.

3 lines of code changed in 2 files:

akirschbaum 2010-03-25 15:35 Rev.: 12732

Do not anymore build jxcskin_*.jar; these files are not needed as they are included in jxclient.jar.

5 lines of code changed in 2 files:

akirschbaum 2010-03-25 15:25 Rev.: 12731

Change default key binding t=pickup !inhibit. Toggles auto-pickup.

6 lines of code changed in 3 files:

akirschbaum 2010-03-25 15:18 Rev.: 12730

Add default key binding ENTER=/chat.

6 lines of code changed in 3 files:

ryo_saeba 2010-03-25 14:12 Rev.: 12729

Add '\!' to pickup to toggle the mode.

45 lines of code changed in 3 files:

ryo_saeba 2010-03-25 12:43 Rev.: 12728

Add an help text.

17 lines of code changed in 3 files:

meflin2 2010-03-25 12:33 Rev.: 12727

more python guild updates

212 lines of code changed in 8 files:

ryo_saeba 2010-03-24 17:43 Rev.: 12726

Basic filtering on artifacts and formulaes.

171 lines of code changed in 7 files:

ryo_saeba 2010-03-24 17:09 Rev.: 12725

Enable filtering on archetypes (name and clone's type).

320 lines of code changed in 14 files:

akirschbaum 2010-03-24 17:06 Rev.: 12724

Fix repository structure.

62898 lines of code changed in 615 files:

akirschbaum 2010-03-24 16:47 Rev.: 12723

Introduce ttb repository structure.

0 lines of code changed in 874 files:

mwedel 2010-03-24 01:49 Rev.: 12722

Add requestinfo/replyinfo mechanisms to get the news/rules/motd file. In
this way, client does not need to parse drawinfo commands, and this
functionality is needed in account based logins since the login code path is
different. Add setup command for loginmethod - work in progress
but needed for testing.
---
socket/request.c: Add setup loginmethod, add send_file() to send files
socket/loop.c: Update requestinfo handling to deal with motd/news/rules
doc/Developers/protocol: Clarify some areas of protocol. Add information
about requestinfo/replyinfo for news/rules/motd
MSW 2010-03-23

87 lines of code changed in 4 files:

mwedel 2010-03-24 01:12 Rev.: 12721

As per discussion on IRC, some changes to hopefully improve balance - will
await feedback:
common/living.c: Don't have the magic of an item affect wc. Only if wc
is explicitly set does it improve the character.
server/skills.c: Tweak lockpicking - give the skill level more relevence.
Have difficulty increase exp gained.
MSW 2010-03-23

23 lines of code changed in 3 files:

akirschbaum 2010-03-22 15:55 Rev.: 12720

Remove duplicated image for first floor item.

10 lines of code changed in 3 files:

akirschbaum 2010-03-22 15:46 Rev.: 12719

Scale down multi-square images in ground view.

37 lines of code changed in 3 files:

akirschbaum 2010-03-22 15:25 Rev.: 12718

Display tooltips for inventory or ground view items right next to the item.

178 lines of code changed in 7 files:

akirschbaum 2010-03-22 14:24 Rev.: 12717

Extract expressions.

8 lines of code changed in 1 file:

ryo_saeba 2010-03-22 13:58 Rev.: 12716

Fix EVENT_SAY for items in a container.

5 lines of code changed in 2 files:

akirschbaum 2010-03-21 14:39 Rev.: 12715

Permanently display text for first floor item.

5 lines of code changed in 3 files:

akirschbaum 2010-03-21 14:38 Rev.: 12714

Fix item renderer for icon+text display.

3 lines of code changed in 1 file:

akirschbaum 2010-03-21 10:36 Rev.: 12713

Update help dialog.

26 lines of code changed in 3 files:

akirschbaum 2010-03-21 09:36 Rev.: 12712

Add tooltips to checkbox options.

64 lines of code changed in 8 files:

akirschbaum 2010-03-21 09:00 Rev.: 12710

Report disconnects due to protocol errors to the user.

43 lines of code changed in 8 files:

akirschbaum 2010-03-21 08:33 Rev.: 12709

Include empty text lines in message window.

8 lines of code changed in 3 files:

akirschbaum 2010-03-21 08:09 Rev.: 12708

Properly clear background when painting items on the ground.

3 lines of code changed in 2 files:

akirschbaum 2010-03-21 06:30 Rev.: 12707

Reformat and spellcheck default rules/motd/news files.

10 lines of code changed in 6 files:

akirschbaum 2010-03-21 06:22 Rev.: 12706

Increase size of query dialog to show all login text.

8 lines of code changed in 8 files:

akirschbaum 2010-03-21 05:58 Rev.: 12705

Reformat und spellcheck all help texts.

367 lines of code changed in 106 files:

akirschbaum 2010-03-21 05:23 Rev.: 12704

Fix typos in help texts.

12 lines of code changed in 9 files:

akirschbaum 2010-03-21 05:15 Rev.: 12703

Add help for 'title' command.

11 lines of code changed in 3 files:

akirschbaum 2010-03-21 05:03 Rev.: 12702

Provide an application icon for the main window.

17 lines of code changed in 5 files:

akirschbaum 2010-03-21 04:52 Rev.: 12701

Move all resource names into ResourceUtils.

25 lines of code changed in 3 files:

akirschbaum 2010-03-21 04:49 Rev.: 12700

Fix display issues with map view in prelude skin.

1 lines of code changed in 1 file:

akirschbaum 2010-03-21 04:48 Rev.: 12699

Rename parameter name.

5 lines of code changed in 1 file:

akirschbaum 2010-03-21 03:54 Rev.: 12698

Disable all keybindings from inventory dialog.

14 lines of code changed in 2 files:

akirschbaum 2010-03-21 03:51 Rev.: 12697

Do not send obsolete "setup sound" option to server.

4 lines of code changed in 2 files:

akirschbaum 2010-03-21 03:44 Rev.: 12696

Do not create main windows exceeding the screen size unless overridden with command-line option -r.

21 lines of code changed in 3 files:

akirschbaum 2010-03-21 03:26 Rev.: 12695

Rewrite code for handling the -r command-line option.

42 lines of code changed in 3 files:

akirschbaum 2010-03-21 02:55 Rev.: 12694

Split JXCWindowRenderer.setResolution() into setFullScreenMode() and setWindowMode().

146 lines of code changed in 2 files:

ryo_saeba 2010-03-20 18:07 Rev.: 12693

Update.

4 lines of code changed in 1 file:

ryo_saeba 2010-03-20 18:07 Rev.: 12692

Send updated ground view when num_look_objects is received.

11 lines of code changed in 2 files:

akirschbaum 2010-03-20 18:02 Rev.: 12691

Fix stat updates in status dialog.

15 lines of code changed in 1 file:

ryo_saeba 2010-03-20 18:00 Rev.: 12690

Extract function to find player from socket.

26 lines of code changed in 4 files:

ryo_saeba 2010-03-20 17:48 Rev.: 12689

Be precise for 'setup' command.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-20 17:40 Rev.: 12688

Don't send empty 'stats ' commands.

6 lines of code changed in 2 files:

akirschbaum 2010-03-20 17:02 Rev.: 12687

Display boosted, depleted, and upgradable primary stat values in status dialog.

478 lines of code changed in 12 files:

ryo_saeba 2010-03-20 16:28 Rev.: 12686

Update.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-20 16:28 Rev.: 12685

Explain how to actually fix svn:externals.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-20 16:25 Rev.: 12684

Update protocol.

8 lines of code changed in 1 file:

akirschbaum 2010-03-20 15:32 Rev.: 12683

Add comment.

5 lines of code changed in 1 file:

ryo_saeba 2010-03-20 15:26 Rev.: 12682

Add extended statistics informations: race stats, natural stats.

54 lines of code changed in 6 files:

akirschbaum 2010-03-20 15:11 Rev.: 12681

Make JXCSkinLoader resolution independent.

33 lines of code changed in 4 files:

akirschbaum 2010-03-20 14:55 Rev.: 12680

Make JXCSkin resolution independent.

6 lines of code changed in 4 files:

akirschbaum 2010-03-20 14:34 Rev.: 12679

Fix main window sometimes appearing in top/left corner of screen and/or having incorrect size.

44 lines of code changed in 3 files:

akirschbaum 2010-03-20 12:44 Rev.: 12678

Fix some Swing EDT violations.

5 lines of code changed in 1 file:

akirschbaum 2010-03-20 11:08 Rev.: 12677

When running in non-full-screen mode, support window resizing.

270 lines of code changed in 13 files:

akirschbaum 2010-03-20 10:52 Rev.: 12676

Save dialog locations per skin, not per skin and per resolution.

0 lines of code changed in 1 file:

akirschbaum 2010-03-20 10:44 Rev.: 12675

Remove hack for loading obsolete state files.

0 lines of code changed in 1 file:

akirschbaum 2010-03-20 10:20 Rev.: 12674

Add support for ground view size changes in connected state.

96 lines of code changed in 1 file:

akirschbaum 2010-03-20 10:15 Rev.: 12673

Fix previous commit.

19 lines of code changed in 7 files:

akirschbaum 2010-03-20 10:04 Rev.: 12672

Replace integer constants with named constants.

163 lines of code changed in 3 files:

akirschbaum 2010-03-20 09:50 Rev.: 12671

Remove dependency of networking code to model classes.

97 lines of code changed in 5 files:

akirschbaum 2010-03-20 09:44 Rev.: 12670

Fix typos.

6 lines of code changed in 1 file:

akirschbaum 2010-03-20 09:40 Rev.: 12669

Rename function name.

7 lines of code changed in 4 files:

akirschbaum 2010-03-19 15:23 Rev.: 12668

Do not resize window before application exits.

3 lines of code changed in 1 file:

akirschbaum 2010-03-19 10:04 Rev.: 12667

Fix crash with "cast" command having no arguments.

6 lines of code changed in 2 files:

akirschbaum 2010-03-19 04:53 Rev.: 12666

Add basic support for resizable dialogs.

111 lines of code changed in 7 files:

akirschbaum 2010-03-18 15:35 Rev.: 12665

Do not crash when turning off full-screen mode.

1 lines of code changed in 1 file:

akirschbaum 2010-03-18 14:44 Rev.: 12664

Invert if condition.

3 lines of code changed in 1 file:

akirschbaum 2010-03-18 14:43 Rev.: 12663

Actually restore previous display mode when quitting the client.

2 lines of code changed in 1 file:

akirschbaum 2010-03-18 14:41 Rev.: 12662

Update comments.

46 lines of code changed in 1 file:

akirschbaum 2010-03-18 14:30 Rev.: 12661

Fix possible NullPointerException.

4 lines of code changed in 1 file:

cavesomething 2010-03-18 11:47 Rev.: 12660

Remove the use of the setup flag sexp - The server doesn't
respond to it any more and the clients don't use it.

14 lines of code changed in 7 files:

ryo_saeba 2010-03-17 12:50 Rev.: 12659

Cache map information.

316 lines of code changed in 12 files:

meflin2 2010-03-17 09:46 Rev.: 12658

fix bowmode bestarrow crash

1 lines of code changed in 1 file:

akirschbaum 2010-03-16 17:49 Rev.: 12657

Refactor skin parser and GUIElement to support resolution changes.

370 lines of code changed in 18 files:

ryo_saeba 2010-03-14 17:50 Rev.: 12656

Basic settings for map cache directory, and associated dialog.

130 lines of code changed in 7 files:

ryo_saeba 2010-03-14 17:48 Rev.: 12655

Add relevant debug flags to compilation.

7 lines of code changed in 2 files:

ryo_saeba 2010-03-14 17:14 Rev.: 12654

Use archetype name instead of archetype itself. Show map name in list too.

37 lines of code changed in 9 files:

ryo_saeba 2010-03-14 16:51 Rev.: 12653

Remove obsolete map fields in header.

13 lines of code changed in 2 files:

akirschbaum 2010-03-14 13:23 Rev.: 12652

Weaken types.

2 lines of code changed in 1 file:

akirschbaum 2010-03-14 13:23 Rev.: 12651

Remove unused code.

1 lines of code changed in 2 files:

akirschbaum 2010-03-14 13:21 Rev.: 12650

Add/update comments.

17 lines of code changed in 1 file:

akirschbaum 2010-03-14 13:19 Rev.: 12649

Remove code for calculating the map view size from JXCSkinLoader.

49 lines of code changed in 5 files:

akirschbaum 2010-03-14 13:06 Rev.: 12648

Add nullable annotation.

15 lines of code changed in 1 file:

akirschbaum 2010-03-14 12:21 Rev.: 12647

Remove code for calculating the num_look_objects value from JXCSkinLoader.

56 lines of code changed in 3 files:

akirschbaum 2010-03-14 11:31 Rev.: 12646

Rename function names.

4 lines of code changed in 3 files:

akirschbaum 2010-03-14 08:24 Rev.: 12645

Rename function names.

25 lines of code changed in 14 files:

akirschbaum 2010-03-14 08:10 Rev.: 12644

Extract variables x/y/w/h into Extent.

416 lines of code changed in 50 files:

ryo_saeba 2010-03-14 06:52 Rev.: 12643

Basic map browsing. Report archetype use in maps.

308 lines of code changed in 9 files:

akirschbaum 2010-03-14 06:14 Rev.: 12642

Accelerate list rendering.

28 lines of code changed in 8 files:

akirschbaum 2010-03-14 05:16 Rev.: 12641

Remove some type casts.

53 lines of code changed in 23 files:

ryo_saeba 2010-03-14 05:11 Rev.: 12640

Sort alphabetically by default.

9 lines of code changed in 4 files:

ryo_saeba 2010-03-14 05:01 Rev.: 12639

Display archetype use in other_arch and treasure lists.

50 lines of code changed in 3 files:

ryo_saeba 2010-03-14 04:46 Rev.: 12638

Rename field 'class' to 'character_class'.

16 lines of code changed in 3 files:

akirschbaum 2010-03-14 03:28 Rev.: 12637

Add comments.

43 lines of code changed in 1 file:

mwedel 2010-03-13 22:54 Rev.: 12636

Update account handling - add character specific handling for the accounts,
add test case, and add some missing svn keywords. Still some more
work to be done here
---
doc/Developers/protocol: Clean up formatting some.
include/Makefile.am: Add new file
include/account_char.h: New file for account information
include/global.h: Include account_char.h
include/newserver.h: Add references to account information to socket
include/sproto.h: Add function prototypes
socket/init.c: And initialization & cleanup for account info in socket
server/Makefile.am: Add new file
server/account.c: Add creation time to account record
server/account_char.c: New file - character management
server/login.c: Add code to update character info in socket.
server/server.c: Add periodic saving of account information.
test/unit/server/Makefile.am: Update for new file
test/unit/server/check_account_char.c: New file - test for character
management
MSW 2010-03-09


679 lines of code changed in 15 files:

akirschbaum 2010-03-13 18:10 Rev.: 12634

Add comment.

1 lines of code changed in 1 file:

akirschbaum 2010-03-13 18:07 Rev.: 12633

Make function static.

1 lines of code changed in 1 file:

akirschbaum 2010-03-13 17:09 Rev.: 12632

Add "fill" skin command. Use it to reduce memory consumption of default skin.

124 lines of code changed in 4 files:

akirschbaum 2010-03-13 14:07 Rev.: 12631

Rewrite ExpressionParser.

119 lines of code changed in 2 files:

ryo_saeba 2010-03-13 08:10 Rev.: 12630

Entrance to the random map.

605 lines of code changed in 1 file:

ryo_saeba 2010-03-13 08:09 Rev.: 12629

Fix exits to the various elemental houses, get ready for a new map.

18 lines of code changed in 1 file:

ryo_saeba 2010-03-13 07:38 Rev.: 12628

Add lights, tweak initial speed.

13 lines of code changed in 1 file:

ryo_saeba 2010-03-13 07:37 Rev.: 12627

Implement the water house.

88 lines of code changed in 1 file:

ryo_saeba 2010-03-13 07:32 Rev.: 12626

Implement the earth house.

98 lines of code changed in 1 file:

ryo_saeba 2010-03-13 07:26 Rev.: 12625

Implement the air house.

93 lines of code changed in 1 file:

ryo_saeba 2010-03-13 07:15 Rev.: 12624

Enable sacrificed items on altars and such to be alive, if asked for.

5 lines of code changed in 2 files:

ryo_saeba 2010-03-13 07:09 Rev.: 12623

Totally revamp the elemental houses, so they are now exhibits (work in progress).

1139 lines of code changed in 5 files:

ryo_saeba 2010-03-13 04:46 Rev.: 12622

Rename cauldron as to not confuse players, per anonymous suggestion on tracker.

6 lines of code changed in 1 file:

ryo_saeba 2010-03-13 04:35 Rev.: 12621

Fix some object_free_drop_inventory() to object_free2().

59 lines of code changed in 8 files:

akirschbaum 2010-03-12 15:17 Rev.: 12620

Do not send negative area for empty magicmap responses.

4 lines of code changed in 2 files:

akirschbaum 2010-03-12 15:01 Rev.: 12619

Fix possible AssertionErrors for some screen resolutions.

10 lines of code changed in 1 file:

akirschbaum 2010-03-11 19:42 Rev.: 12618

Extract common code from GUIMap and GUIMagicMap into AbstractGUIMap; accelerate map repaints when scrolling.

645 lines of code changed in 7 files:

akirschbaum 2010-03-11 12:57 Rev.: 12617

Unify GUIMap and GUIMagicMap.

174 lines of code changed in 2 files:

akirschbaum 2010-03-10 17:13 Rev.: 12616

Tentatively fix map display issues.

4 lines of code changed in 1 file:

akirschbaum 2010-03-10 16:59 Rev.: 12615

Unify GUIMap and GUIMagicMap.

36 lines of code changed in 3 files:

akirschbaum 2010-03-10 16:48 Rev.: 12614

Unify GUIMap and GUIMagicMap.

2 lines of code changed in 1 file:

akirschbaum 2010-03-10 16:45 Rev.: 12613

Make background of magic map window opaque.

1 lines of code changed in 1 file:

akirschbaum 2010-03-10 16:43 Rev.: 12612

Fix compile error.

1 lines of code changed in 1 file:

akirschbaum 2010-03-10 16:18 Rev.: 12611

Unify GUIMap and GUIMagicMap.

22 lines of code changed in 2 files:

akirschbaum 2010-03-10 16:03 Rev.: 12610

Extract DarknessColors from GUIMap.

71 lines of code changed in 3 files:

akirschbaum 2010-03-10 15:58 Rev.: 12609

Move GUIMap and GUIMagicMap to separate package.

975 lines of code changed in 3 files:

akirschbaum 2010-03-10 15:48 Rev.: 12608

Order import statements.

5 lines of code changed in 5 files:

akirschbaum 2010-03-10 15:34 Rev.: 12607

Unify GUIMap and GUIMagicMap.

85 lines of code changed in 3 files:

akirschbaum 2010-03-10 15:11 Rev.: 12606

Unify GUIMap and GUIMagicMap; add FacesProvider.

377 lines of code changed in 8 files:

akirschbaum 2010-03-10 14:37 Rev.: 12605

Unify GUIMap and GUIMagicMap.

44 lines of code changed in 2 files:

mwedel 2010-03-09 01:50 Rev.: 12604

Change declaration for AUTOMAKE_OPTIONS to use = instead of := -
removes warning message printed by automake, and does not seem to affect
functionality at all.
MSW 2010-03-08

1 lines of code changed in 1 file:

akirschbaum 2010-03-08 18:31 Rev.: 12603

Update indentation style specification.

1 lines of code changed in 1 file:

akirschbaum 2010-03-08 14:06 Rev.: 12602

Do not run EVENT_DESTROY plugin events for merged objects.

11 lines of code changed in 3 files:

akirschbaum 2010-03-08 13:50 Rev.: 12601

Replace boolean flag of object_free2() with named bitfield.

17 lines of code changed in 3 files:

akirschbaum 2010-03-08 13:39 Rev.: 12600

Properly free inventory of merged objects.

135 lines of code changed in 4 files:

akirschbaum 2010-03-08 13:33 Rev.: 12599

Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.

277 lines of code changed in 67 files:

qal21 2010-03-07 21:13 Rev.: 12598

Don't drop events...

15 lines of code changed in 15 files:

akirschbaum 2010-03-07 15:37 Rev.: 12597

Properly distinguish between text and binary files.

38 lines of code changed in 17 files:

akirschbaum 2010-03-07 15:03 Rev.: 12596

Remove set of fixed resolutions per skin; support any window size between minimum and maximum resolution of skin.

88 lines of code changed in 8 files:

akirschbaum 2010-03-07 14:35 Rev.: 12595

Rename file.

636 lines of code changed in 1 file:

ryo_saeba 2010-03-07 14:35 Rev.: 12594

Correctly reset los when mapsize changes.

13 lines of code changed in 2 files:

akirschbaum 2010-03-07 14:18 Rev.: 12593

Unify main screen skin definition files.

66 lines of code changed in 1 file:

akirschbaum 2010-03-07 14:13 Rev.: 12592

Unify playfield definitions in skin definition files.

15 lines of code changed in 11 files:

akirschbaum 2010-03-07 13:53 Rev.: 12591

Add support for map size changes in connected state.

168 lines of code changed in 3 files:

akirschbaum 2010-03-07 13:47 Rev.: 12590

Rename parameter names.

12 lines of code changed in 3 files:

akirschbaum 2010-03-07 13:41 Rev.: 12589

Rename function name.

4 lines of code changed in 4 files:

ryo_saeba 2010-03-07 05:36 Rev.: 12588

Darcap public library, with some parts of Darcap's history.

4487 lines of code changed in 3 files:

ryo_saeba 2010-03-07 05:20 Rev.: 12587

Red book.

12 lines of code changed in 1 file:

akirschbaum 2010-03-06 16:11 Rev.: 12586

Weaken type.

1 lines of code changed in 1 file:

akirschbaum 2010-03-06 15:48 Rev.: 12585

Add assertion statement.

1 lines of code changed in 1 file:

akirschbaum 2010-03-06 15:03 Rev.: 12584

Unify ground view skin definition files.

22 lines of code changed in 2 files:

akirschbaum 2010-03-06 14:46 Rev.: 12583

Unify ground view skin definitions.

13 lines of code changed in 11 files:

akirschbaum 2010-03-06 14:38 Rev.: 12582

Shorten ground view definitions in skin files.

223 lines of code changed in 16 files:

akirschbaum 2010-03-06 14:33 Rev.: 12581

Fix possible ArrayIndexOutOfBoundsException.

5 lines of code changed in 1 file:

ryo_saeba 2010-03-06 14:31 Rev.: 12580

Load regions before trying to load the initial map.

5 lines of code changed in 2 files:

ryo_saeba 2010-03-06 14:10 Rev.: 12579

Fix crash when plugin removed dropped item.

8 lines of code changed in 2 files:

akirschbaum 2010-03-06 12:59 Rev.: 12578

Fix mouse coordinate calculation.

1 lines of code changed in 1 file:

akirschbaum 2010-03-06 09:24 Rev.: 12577

Rename function names.

6 lines of code changed in 3 files:

akirschbaum 2010-03-06 09:19 Rev.: 12576

Merge GUIItemInventoryList into GUIItemList.

249 lines of code changed in 2 files:

akirschbaum 2010-03-06 09:10 Rev.: 12575

Weaken types.

21 lines of code changed in 3 files:

akirschbaum 2010-03-06 09:06 Rev.: 12574

Add ItemView.addLocationsListener().

40 lines of code changed in 4 files:

ryo_saeba 2010-03-06 04:17 Rev.: 12573

Update.

3 lines of code changed in 1 file:

ryo_saeba 2010-03-06 04:16 Rev.: 12572

Don't include <strings.h> under Windows.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-06 04:14 Rev.: 12571

Use CURL anyway.

2 lines of code changed in 1 file:

ryo_saeba 2010-03-06 04:13 Rev.: 12570

Add missing files to project.

0 lines of code changed in 1 file:

akirschbaum 2010-03-06 03:18 Rev.: 12569

Rewrite item management code.

2112 lines of code changed in 35 files:

akirschbaum 2010-03-06 02:38 Rev.: 12568

Prevent infinite event notifications.

1 lines of code changed in 1 file:

akirschbaum 2010-03-05 10:09 Rev.: 12567

Fix indentation.

10 lines of code changed in 1 file:

akirschbaum 2010-03-04 14:42 Rev.: 12566

Fix possible segmentation fault when shutting down the server.

4 lines of code changed in 1 file:

akirschbaum 2010-03-04 14:33 Rev.: 12565

Fix possible segmentation fault when shutting down the server.

4 lines of code changed in 2 files:

akirschbaum 2010-03-04 12:55 Rev.: 12564

Remove nested assignments.

10 lines of code changed in 1 file:

akirschbaum 2010-03-02 03:22 Rev.: 12563

Rename function name.

4 lines of code changed in 2 files:

akirschbaum 2010-03-01 16:14 Rev.: 12562

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2010-03-01 16:09 Rev.: 12561

Rename method names.

9 lines of code changed in 5 files:

akirschbaum 2010-03-01 13:51 Rev.: 12560

Move ItemsManager.getItemOrPlayer() to ItemSet.

17 lines of code changed in 2 files:

akirschbaum 2010-03-01 13:47 Rev.: 12559

Move model code from ItemsManager to ItemSet.

191 lines of code changed in 13 files:

ryo_saeba 2010-03-01 13:47 Rev.: 12558

Remove 'scroll of set traps', skill not implemented.

1 lines of code changed in 1 file:

February 2010 »

Generated by StatSVN 0.7.0