Project

General

Profile

Activity

From 2017-10-08 to 2017-10-21

2017-10-21

20:38 Revision 630cfbdb (github): Cleanup
skyjake
18:21 Revision 91c05c38 (github): UI|Client: Progress popup for remote file downloads
skyjake
18:20 Revision f09c4cb1 (github): libcore: Cancelling remote file downloads
skyjake
18:18 Revision c9c0b468 (github): FS|libcore: Safe file removal
skyjake
08:32 Revision 325bb571 (github): Refactor|Client|Network: Moved package downloader to its own class
skyjake
08:32 Revision a69396c8 (github): FS|libcore: Renamed cached remote files; notify about download progress
skyjake
07:32 Revision 30ba7091 (github): Refactor|UI|Client: Added base class for download dialogs
skyjake
07:28 Revision ad2b8cec (github): UI|Client: Cleanup
skyjake
07:28 Revision 9449cb86 (github): Widgets: Added common interface for objects providing size rules
skyjake

2017-10-19

08:18 Revision 685b533e (github): Cleanup: Log messages
skyjake
08:18 Revision 593641dd (github): Fixed|UI|Client: Server's map outline was shown vertically mirrored
skyjake
07:27 Revision edd5081c (github): Cleanup
skyjake

2017-10-18

09:07 Revision c1e49221 (github): Client: Show event loop frequency in "net info"
skyjake
09:06 Revision 2a5aa5f4 (github): Server: Use normal event loop frequency when users connected
This counts shell/FS users as well as players in the game. skyjake
09:05 Revision d5e6dd4e (github): FS|Network: Reuse locally cached copies of remote files
skyjake
09:04 Revision 0653ff93 (github): libcore: Querying current event loop frequency
skyjake
09:04 Revision 373d2310 (github): Cleanup
skyjake
08:19 Revision 5ce62349 (github): Cleanup
skyjake

2017-10-17

22:53 Revision fdbe111f (github): FS|Client: Downloading remote packages
skyjake
22:40 Revision 1ab7626b (github): libcore|Socket: Always prefer speed when compressing payloads
skyjake
22:40 Revision 3ba43566 (github): FS|libcore: Improved behavior of linked packages
A package's root folder may be behind a link. PackageLoader will
also accept package source files in addition to the ...
skyjake
22:36 Revision 23a31060 (github): FS|libcore: Finding linked files
When looking for a file of a specific type, accept a link target if it
happens to have the right type.
skyjake
22:35 Revision be6383c4 (github): Cleanup
skyjake
20:03 Revision 03befd17 (github): Fixed|Resources: Corrected behavior of the "-pkg" option
Like "-file", "-pkg" specifies packages to load in the automatic
game profile only.
skyjake
20:00 Revision bc38422d (github): Fixed|Server: Threading issue with log entries
skyjake
13:51 Revision 3e9cc619 (github): Resources|libdoomsday: Reading a PK3 file as raw data
skyjake
11:23 Revision a87a87eb (github): FS|RemoteFeed: Remember remote status of cached files
The real last-modified time of remote files is stored in a special
auxiliary file. This ensures that non-versioned fi...
skyjake
09:38 Revision 22499025 (github): Windows|Fixed: Build errors
skyjake
08:19 Revision 673d5cae (github): Cleanup
skyjake
08:19 Revision 14be7e00 (github): libcore: Cleanup
The server's RemoteFeed repository folder shouldn't be hardcoded
in libcore.
skyjake
08:12 Bug #1821: [Hexen] Monsters do not always awaken (Seven Portals and elsewhere)
Should be retested in light of #2261. skyjake
08:09 Feature #1878 (In Progress): [MP] Hosted files/pwads etc need client download and auto load/unload files
skyjake
08:09 Feature #2185 (In Progress): Package repositories
skyjake
08:09 Feature #1766 (In Progress): Server-supplied (i.e., remote) resource files
skyjake
07:42 Revision 9babf4c3 (github): Client|FS: Unloading remote packages on disconnect
When the connection to a server is closed, files downloaded from
the server should be automatically unloaded.
skyjake

2017-10-16

22:14 Revision 5515b674 (github): Client|FS|Multiplayer: Download missing packages from server before joining
ServerLink's joining procedure was expanded to include an async step
for downloading any packages that the client is ...
skyjake
22:12 Revision 44ca70d4 (github): Server|FS: Server offers custom files for remote access
Packages that are not vanilla IWADs or Doomsday's core packages are
now made available via remote feed so clients can...
skyjake
22:09 Revision c4d6bb89 (github): Console|libdoomsday: Added the "ds" command for running Doomsday Script
The arguments of "ds" are parsed and executed as Doomsday Script. skyjake
22:08 Revision b66a8a6d (github): Resources|libdoomsday: Path handling in internal package metadata
Metadata for packages is supposed to be relative to the package
root, so now the "dataFiles" variable in data bundles...
skyjake
22:04 Revision a04fbbb9 (github): FS|Network: Improving remote file access
RemoteFile now stores the actual file in the cache using the
original name, and is derived from LinkFile to provide a...
skyjake
21:59 Revision 2229b547 (github): libcore: API improvements
skyjake

2017-10-15

12:56 Revision a8af502c (github): FS|libcore: Fixed accessing remote file content
Must be careful with de::maybeAs... skyjake
12:55 Revision af73466b (github): FS: File description improvements
skyjake
11:27 Revision 1c288c8a (github): Cleanup
skyjake
11:21 Revision d67d2591 (github): Cleanup
skyjake
10:10 Revision ff176052 (github): FS|Network: Disconnecting from a remote repository
The server's folder is deleted and pending queries are cancelled.
RemoteFile will use an existing cached copy of a r...
skyjake
10:08 Revision 0736e2d3 (github): Network|libcore: More detailed network traffic statistics
"net info" will now show more accurate statistics, and the current
output rate.
skyjake

2017-10-14

22:47 Revision 6aaa6f5a (github): Cleanup
skyjake
22:47 Revision d54102cc (github): FS|Network: Downloading remote file contents
skyjake
18:12 Revision 50558195 (github): libcore|Socket: Asynchronous sending is disabled by default
skyjake
16:33 Revision cc54d02f (github): libcore|Socket: Use a background thread to compress large messages
skyjake
15:32 Revision e823c825 (github): libcore: Using Waitable and WaitableFIFO without exceptions
skyjake
13:45 Revision 690b14c4 (github): FS: Remote feed population, file content transfer protocol
skyjake
13:42 Revision 55934a6a (github): Cleanup
Use an enum class for file type (File/Folder). skyjake
13:40 Revision 4b01543c (github): libcore|Network: Socket notifies when everything has been written
skyjake
13:39 Revision 04d1f091 (github): Scripting|FS: Added script method Core.Folder.contents()
skyjake

2017-10-12

20:44 Revision b5254d92 (github): libcore: Improved async utility
Added a method for terminating the thread (in exceptional
circumstances).
skyjake

2017-10-11

23:08 Revision 5caf24ab (github): Server|FS: Handle remote FS queries in a background thread
skyjake
23:07 Revision a9f94197 (github): libcore: Added async execution utility
skyjake
 

Also available in: Atom