July 2019 Commit Log

Number of Commits:
19
Number of Active Developers:
2
partmedia 2019-07-29 21:54 Rev.: 20922

Remove unused adjustments

0 lines of code changed in 1 file:

partmedia 2019-07-29 21:54 Rev.: 20921

Avoid unnecessary nested call of add_style_to_textbuffer()

6 lines of code changed in 1 file:

partmedia 2019-07-29 21:54 Rev.: 20920

Only load base style once

10 lines of code changed in 2 files:

rjtanner 2019-07-23 01:48 Rev.: 20919

Merge in patches 358 and 359 to change pricing of items for sale in Temple of Healing (navar_city/misc/templeofhealing) in Navar

56 lines of code changed in 1 file:

partmedia 2019-07-19 11:10 Rev.: 20918

Change key handling to reduce lag after holding down a key

17 lines of code changed in 2 files:

partmedia 2019-07-19 09:33 Rev.: 20917

Initialize mapdata only after mapdata_set_size()

Avoid allocating map data on client init and again after loading config,
because map data is only used after negotiating a view size with the
server. Add corresponding mapdata_free() to deallocate map data after
disconnecting from a server.

17 lines of code changed in 4 files:

partmedia 2019-07-18 10:35 Rev.: 20916

Fix use after free

1 lines of code changed in 1 file:

partmedia 2019-07-18 10:35 Rev.: 20915

Remove unused globals

0 lines of code changed in 2 files:

partmedia 2019-07-12 20:46 Rev.: 20914

Use macro to access mapdata cells

52 lines of code changed in 2 files:

partmedia 2019-07-12 20:46 Rev.: 20913

Reduce size of struct MapCell and BigCell

The client does not actually use any of the animation info fields in the
tail MapCellLayer structs. Reduce the size of struct MapCell by removing
these unused fields.

13 lines of code changed in 2 files:

partmedia 2019-07-12 20:45 Rev.: 20912

Refactor map data

Rename x to width and y to height in struct Map. Replace uses of
FOG_MAP_SIZE with either width or height. Separate map data allocation
into separate function.

108 lines of code changed in 2 files:

partmedia 2019-07-12 17:12 Rev.: 20911

Terminate salt to avoid buffer overflow

2 lines of code changed in 1 file:

partmedia 2019-07-12 10:31 Rev.: 20910

Reduce bit width for smooth info

3 lines of code changed in 2 files:

partmedia 2019-07-12 09:04 Rev.: 20909

Simplify event loop tick handling

Handle all time-based events in client_tick(), which is only called when
a tick is received from the server. Drop support for servers that do not
support the tick command, since it was already broken (the client would
have never called redraw()).

Add a comment explaining that supporting tickless servers again only
requires adding a timer event that calls client_tick().

30 lines of code changed in 5 files:

partmedia 2019-07-12 09:04 Rev.: 20908

Remove unused header

0 lines of code changed in 1 file:

partmedia 2019-07-10 17:12 Rev.: 20907

Revert "Add word of penalty"

This was an accident and wasn't supposed to be committed.

0 lines of code changed in 1 file:

partmedia 2019-07-10 17:11 Rev.: 20906

Balance balm costs

Part of patch #360, this reduces the cost of the balm of first aid.

10 lines of code changed in 1 file:

partmedia 2019-07-10 17:03 Rev.: 20905

Reduce balm base price

Part of patch #360, this reduces the base price of balms so that the
price of balms of first aid can be reduced.

1 lines of code changed in 1 file:

partmedia 2019-07-10 17:02 Rev.: 20904

Add word of penalty

0 lines of code changed in 1 file:

June 2019 »

Generated by StatSVN 0.7.0