July 2017 Commit Log

Number of Commits:
60
Number of Active Developers:
3
partmedia 2017-07-31 16:20 Rev.: 20463

Fix comparison

1 lines of code changed in 1 file:

silvernexus 2017-07-29 22:56 Rev.: 20462

Modify ring.110 image to blend in a little better with regular rings.

5 lines of code changed in 3 files:

partmedia 2017-07-29 22:52 Rev.: 20461

Fix EVENT_GKILL arguments

2 lines of code changed in 1 file:

partmedia 2017-07-29 14:40 Rev.: 20460

Reorganize Scorn

- Move Barracks and Mess Hall to castle keep
- Move Fun House and Random House to southeast near arena
- Move Wizard Workshop to row of crafting buildings
- Remove closed buildings in central Scorn
- Adjust other buildings to fill in gaps

155 lines of code changed in 10 files:

partmedia 2017-07-29 14:37 Rev.: 20459

Fix stack buffer overflow in map lore loader

5 lines of code changed in 1 file:

partmedia 2017-07-29 14:37 Rev.: 20458

Let plugins specify largest coin in cost strings

10 lines of code changed in 3 files:

partmedia 2017-07-29 14:37 Rev.: 20457

Allow players to forget spells

8 lines of code changed in 6 files:

partmedia 2017-07-29 13:54 Rev.: 20456

Rename empty potion bottles to empty flasks

2 lines of code changed in 1 file:

rjtanner 2017-07-29 01:42 Rev.: 20455

Update statistics help file with information on damage per second, and time played>

8 lines of code changed in 2 files:

partmedia 2017-07-29 00:32 Rev.: 20454

Lower login windows after 'addme' command as well

After creating a new account and starting to play, 'addme' gets sent
without the player hitting the login button.

1 lines of code changed in 1 file:

partmedia 2017-07-29 00:31 Rev.: 20453

Disable client-side socket timeout

0 lines of code changed in 1 file:

silvernexus 2017-07-27 17:25 Rev.: 20452

Pilot a damage per second calulation in the 'statistics' command.

19 lines of code changed in 2 files:

partmedia 2017-07-27 11:21 Rev.: 20451

Handle end of stream correctly

15 lines of code changed in 2 files:

partmedia 2017-07-27 01:35 Rev.: 20450

Move deposit box code to separate file

Give deposit boxes their own script and update all the banks.

53 lines of code changed in 8 files:

partmedia 2017-07-27 01:35 Rev.: 20449

Restore original CFBank API

Moving accounts to player files added unnecessary complexity. Restore
original API and add code to migrate accounts back from player files.

While here, wrap CFBank with a context manager so it can be used with
the Python 'with' statement.

47 lines of code changed in 3 files:

partmedia 2017-07-27 01:34 Rev.: 20448

Remove unused imports

0 lines of code changed in 1 file:

partmedia 2017-07-27 01:34 Rev.: 20447

Stop music when disconnecting

8 lines of code changed in 3 files:

partmedia 2017-07-26 10:48 Rev.: 20446

Control sound logging with client log level

18 lines of code changed in 3 files:

partmedia 2017-07-26 10:48 Rev.: 20445

Rewrite change log to be more useful

26 lines of code changed in 1 file:

partmedia 2017-07-26 10:48 Rev.: 20444

Suggest ordering of rendering modes

3 lines of code changed in 1 file:

partmedia 2017-07-26 10:48 Rev.: 20443

Add Windows packaging script

28 lines of code changed in 1 file:

partmedia 2017-07-26 10:48 Rev.: 20442

Remove old Windows build files

0 lines of code changed in 12 files:

partmedia 2017-07-24 12:26 Rev.: 20441

Play attack sounds on the map

14 lines of code changed in 2 files:

partmedia 2017-07-24 12:26 Rev.: 20440

Move sound types to shared header

7 lines of code changed in 2 files:

partmedia 2017-07-24 12:19 Rev.: 20439

Give melee artifact weapons physical damage

Submitted by: Jason Zheng

3 lines of code changed in 3 files:

partmedia 2017-07-23 16:00 Rev.: 20438

Fix SDL_image detection

1 lines of code changed in 1 file:

partmedia 2017-07-23 15:12 Rev.: 20437

Use pkg-config to find libcurl and SDL

8 lines of code changed in 4 files:

partmedia 2017-07-23 15:12 Rev.: 20436

Add missing linker flag for Windows

4 lines of code changed in 1 file:

partmedia 2017-07-23 14:34 Rev.: 20435

Update Windows build

5 lines of code changed in 6 files:

partmedia 2017-07-23 14:03 Rev.: 20434

Use pkg-config to find GTK2 libraries

FindGtk2 has some issues finding all parts of the GTK2 library on MSYS2
under Windows, which causes the whole library to be disabled. This
change can be reverted if the CMake module is ever fixed.

6 lines of code changed in 4 files:

partmedia 2017-07-23 14:03 Rev.: 20433

Apply volume settings

14 lines of code changed in 1 file:

partmedia 2017-07-23 14:03 Rev.: 20432

Replace ChildProcess with GLib functions

The sound server invocation now theoretically works on Windows. While
here, make the spawned sound server inherit stderr and stdout from the
parent to fix the issue of the sound server blocking on pipe write.

73 lines of code changed in 8 files:

partmedia 2017-07-23 14:03 Rev.: 20431

Update shared header from server

9 lines of code changed in 1 file:

partmedia 2017-07-23 14:03 Rev.: 20430

Store sound mapping in a hash table

54 lines of code changed in 3 files:

partmedia 2017-07-23 14:02 Rev.: 20429

Add Vala dependency

4 lines of code changed in 2 files:

partmedia 2017-07-23 14:02 Rev.: 20428

Import CMake Vala modules

Vala CMake is a collection of macros for the CMake build system to allow
the creation and management of projects developed using the Vala
programming language or its "Genie" flavor (less tested).

Author: Jakob Westhoff
License: GPLv2
WWW: https://github.com/jakobwesthoff/Vala_CMake/

264 lines of code changed in 3 files:

partmedia 2017-07-23 14:00 Rev.: 20427

Return error when server sends an invalid packet

15 lines of code changed in 3 files:

partmedia 2017-07-23 14:00 Rev.: 20426

Show message when metaserver support is disabled

8 lines of code changed in 1 file:

silvernexus 2017-07-23 10:04 Rev.: 20425

Fix short-circuit logic that bypasses fflush on music commands.

3 lines of code changed in 1 file:

partmedia 2017-07-22 13:07 Rev.: 20424

Use radio buttons for keybinding scope modifier

245 lines of code changed in 1 file:

partmedia 2017-07-22 13:07 Rev.: 20423

Stop making csocket.inbuf global

10 lines of code changed in 3 files:

partmedia 2017-07-22 13:07 Rev.: 20422

Replace socket reads with GInputStream

105 lines of code changed in 6 files:

partmedia 2017-07-14 00:47 Rev.: 20421

Initialize map after client window comes up

1 lines of code changed in 1 file:

silvernexus 2017-07-12 20:34 Rev.: 20420

Add define around debugging message in cfsndserv.

2 lines of code changed in 1 file:

partmedia 2017-07-10 00:30 Rev.: 20419

Abolish bank fees

8 lines of code changed in 1 file:

partmedia 2017-07-09 19:05 Rev.: 20418

Remove duplicate event handler

1 lines of code changed in 1 file:

partmedia 2017-07-09 19:04 Rev.: 20417

Improve metaserver and login windows

337 lines of code changed in 3 files:

partmedia 2017-07-09 19:04 Rev.: 20416

Add missing return

1 lines of code changed in 1 file:

partmedia 2017-07-09 13:52 Rev.: 20415

Hide main window during server selection

3 lines of code changed in 3 files:

partmedia 2017-07-09 13:52 Rev.: 20414

Add preferences button on metaserver dialog

22 lines of code changed in 4 files:

partmedia 2017-07-09 13:52 Rev.: 20413

Split preferences into multiple tabs

288 lines of code changed in 1 file:

partmedia 2017-07-09 13:51 Rev.: 20412

Handle error leading to segfault

4 lines of code changed in 1 file:

partmedia 2017-07-09 00:37 Rev.: 20411

Remove unlinked copies of linked Greyshield maps

7 lines of code changed in 18 files:

partmedia 2017-07-08 19:05 Rev.: 20410

Replace hole with ladder going up

2 lines of code changed in 1 file:

partmedia 2017-07-08 19:05 Rev.: 20409

Replace portals with stairs

7 lines of code changed in 1 file:

partmedia 2017-07-08 17:26 Rev.: 20408

Update sound definitions

1040 lines of code changed in 3 files:

partmedia 2017-07-06 16:43 Rev.: 20407

Print negative numbers correctly

1 lines of code changed in 1 file:

partmedia 2017-07-06 16:43 Rev.: 20406

Use accessor functions

26 lines of code changed in 4 files:

partmedia 2017-07-04 15:42 Rev.: 20405

Improve build on Windows

6 lines of code changed in 3 files:

silvernexus 2017-07-01 08:36 Rev.: 20404

Add sound definition so breath flame doesn't trigger an empty sound when cast.

1 lines of code changed in 1 file:

June 2017 »

Generated by StatSVN 0.7.0