Project

General

Profile

Activity

From 2015-07-16 to 2015-07-29

2015-07-29

19:56 Revision 26592644 (github): Refactor|Resources: Moved map resource manifests to libdoomsday
MapDef was renamed and relocated to libdoomsday as res::MapManifest,
which means this data is now visible to plugins ...
danij
15:53 Revision 7c2cc216 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
14:32 Feature #2105 (Closed): Manually created reflection cube maps for models
Define reflection cubemaps as map or setting-dependent. For instance for a Hexen Winnowing hall we can use a dark-blu... skyjake
10:07 Bug #2104 (New): [Doom] Boss Brain generators incorrect position
It seems that the default generators attached to the Boss Brain's death explosions, all appear at the top or bottom ... vermil
02:51 Bug #2100: [Windows] FMOD audio plugin missing from 2.0 installation
Thank you skyjake. That at this point has fixed this problem. This Sony Vaio is touchy on a lot of different software's. Harley51

2015-07-28

20:16 Revision 27cfd972 (github): Builder: Generate an index page for code.iki.fi/builds/
Latest builds and builds by version. skyjake
06:30 Revision 1657eae4 (github): Merge branch 'master' into gl2-models
skyjake
04:16 Revision 5c5691e1 (github): Builder: Generated HTML pages use UTF-8 encoding
skyjake
01:50 Revision 5d8f5e50 (github): Refactor|World: Added world::System and world::Map base classes in libdoomsday
The "world" namespace in libdoomsday is intended for world related
classes (cf. "defn" for definitions).
world::Syst...
danij

2015-07-27

21:42 Revision bffa87f6 (github): Builder: Basic CSS styling for code.iki.fi build reports
skyjake
20:11 Revision f3c88499 (github): Fixed|Unix: Missing headers
skyjake
19:49 Bug #2100 (Closed): [Windows] FMOD audio plugin missing from 2.0 installation
Thanks for the reminder. FMOD should now be installed in the next build, fixing the problem. skyjake
19:42 Bug #2100 (Resolved): [Windows] FMOD audio plugin missing from 2.0 installation
skyjake
03:16 Bug #2100: [Windows] FMOD audio plugin missing from 2.0 installation
Any progress on this issue. Harley51
19:47 Revision 56ea4788 (github): Cleanup|CMake: Whitespace
skyjake
19:47 Revision 5114451a (github): Fixed|CMake|Installer: Missing/excessive installed components
FMOD was not included in the packaged components.
The Assimp static libraries are not supposed to be installed as pa...
skyjake
19:47 Revision 24111816 (github): Fixed|Windows|CMake: Warning about missing VCINSTALLDIR
Compiler runtime libraries installed manually. skyjake
18:23 Revision ac76671d (github): Cleanup: Removed include/de_system.h
danij
17:34 Revision 118e16ba (github): Cleanup: Removed include/de_filesys.h
danij
17:17 Revision 778a6bb5 (github): Cleanup: Removed include/de_audio.h
danij
16:53 Revision 587c3c5c (github): Cleanup: Removed include/de_ui.h
danij
14:00 Revision fb0bea6b (github): Client: Players notified about weapon changes; ClientPlayer ticking
ClientPlayer now gets notified about which weapon identifier to use.
Each (fractional) tick, players will also get a ...
skyjake
11:24 Revision 4f3cbfc1 (github): libdoomsday|Player: Added a tick() method
Allows for players to perform ticks internally. skyjake
11:22 Revision e810c803 (github): All Games|libdoomsday: Notify about player weapon changes
Added Values that specify a text identifier for each player weapon.
Expanded `G_Ticker` to perform "post-tick" for e...
skyjake
10:52 Revision 9ebb9adb (github): Builder: Ignore warning from windeployqt
Doomsday will deploy the required VC libraries manually. skyjake

2015-07-26

14:41 Revision 257af9be (github): Fixed|64-bit: Ambiguous template arguments for de::min
skyjake
14:41 Revision ccb82295 (github): Client: Added PlayerWeaponAnimator for animating new HUD models
Owned by ClientPlayer. skyjake
14:39 Revision a317ae29 (github): Fixed|64-bit: Ambiguous template arguments for de::min
skyjake
14:37 Revision 89e7eb4f (github): Fixed|Network: Incorrect parsing of data sent from server
Now taking use of the safe behavior of qstrncpy, which ensures null
termination.
This was triggering an assertion an...
skyjake
12:55 Revision 306739f7 (github): Builder|Pilot: Retry queries if the socket connection fails
skyjake
12:55 Revision 1307a254 (github): Builder|Pilot: Retry queries if the socket connection fails
skyjake
12:11 Revision 4c3d04a3 (github): Fixed|Windows: Missing exports, working around MSVC's C++11 issues
It appears that a doubly-nested lambda function caused MSVC to lose track
of whether "this" is const or not (!).
skyjake
12:09 Revision 5e736f6d (github): Fixed|Network: Incorrect parsing of data sent from server
Now taking use of the safe behavior of qstrncpy, which ensures null
termination.
This was triggering an assertion an...
skyjake
10:46 Revision 4b202d8d (github): Merge branch 'master' into gl2-models
skyjake
10:45 Revision d9c39cc0 (github): Merge branch 'app+player-cleanup'
skyjake
10:41 Revision 2502079b (github): Refactor|Server|Client: Removed the client_t struct
Most of the remaining members went to ServerPlayer. Also applied some
minor cleanup regarding the use of these variab...
skyjake
08:56 Revision 4887dbbf (github): Refactor|Client|Server: Continued splitting up client_t
Also removed "connected" as redundant. "bandwidthRating" was removed
as unused. "nodeID" was renamed to remoteUserId ...
skyjake

2015-07-25

20:49 Revision ff33077a (github): Refactor|Client: Moved some client_t members to Player
Name, pinger, viewConsole, and Smoother are all common members of
all players.
skyjake
17:47 Revision f8f74497 (github): Refactor|Server: Moved delta pools to ServerPlayer
skyjake
17:33 Revision b30cc101 (github): Refactor|Client: Moved clPlayerState[] and fxConsole[] to ClientPlayer
skyjake
15:17 Revision a1c57f0f (github): Refactor|Client: ClientPlayer owns viewport data
No longer necessary to have a global array for viewdata_t. skyjake
14:49 Revision 0aea58ad (github): Refactor|Client|libdoomsday: Use player instances owned by DoomsdayApp
Removed the global ddPlayers array. DoomsdayApp now owns either
ClientPlayer or ServerPlayer instances, which get use...
skyjake
13:13 Revision 4a50c632 (github): Refactor|libdoomsday: Moved DD paths to DoomsdayApp
The old paths.cpp is now just a C wrapper. skyjake
11:50 Revision 401aa76b (github): CMake|MSVC: Build products are runnable within build directory (on Windows)
The output paths for binaries were changed so that the files form a
products tree inside the build directory. Also, w...
skyjake
09:21 Revision 589e9cab (github): Fixed|Scripting: Interpreting truth value of text strings
"false" was thought to be True when checking for truth. skyjake
09:20 Revision bd0ee487 (github): Fixed|Scripting: Interpreting truth value of text strings
"false" was thought to be True when checking for truth. skyjake
09:02 Revision 19093cbd (github): Fixed|Builder|RSS: Problem when parsing the changes XML
cron is using an older version of Python. skyjake

2015-07-24

17:44 Revision 77760082 (github): Builder|RSS: Improved description of build contents
skyjake
10:00 Revision fac034b1 (github): Builder|RSS: Swapped code.iki.fi and sf.net links
In the RSS feed and code.iki.fi website, the sf.net links are now
shown as "(SF.net)" next to the code.iki.fi link.
skyjake
09:05 Revision abe50040 (github): libdoomsday|Refactor: Moved ddplayer_s; basic Players array
Relocated some player related API enums/definitions to libdoomsday.
On the client, DoomsdayApp populates the Players...
skyjake
08:44 Revision ff67df5a (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
08:43 Revision 8c6cc381 (github): CMake|Server|GCC: Ignore warnings due to old/C-like code
Take it easy, GCC. skyjake
08:35 Revision 58e14266 (github): Builder: Ignore more warnings from external sources
skyjake
08:30 Revision b5865ee8 (github): Builder: Fixed doubled Clang warning count, ignore external warnings
skyjake

2015-07-23

17:41 Revision eb6ed28b (github): Refactor|libdoomsday: Moved Game and Games out of the "de" namespace
The "de" namespace is reserved for SDK libraries. libdoomsday uses
either no namespace or a domain-specific one like ...
skyjake
14:59 Revision f1d8b9b0 (github): Fixed|Hexen: Failure to load Hexen due to sprite error ("Unknown view 0")
skyjake
14:59 Revision 233877ab (github): Fixed|Hexen: Failure to load Hexen due to sprite error ("Unknown view 0")
skyjake
11:37 Revision b12c3007 (github): Builder|RSS: Added fallback download links to the build reports
The XML feed already had these. skyjake
11:25 Revision 083acf1a (github): Refactor: Moved Games and Game to libdoomsday
The Games instance is now owned by DoomsdayApp. skyjake
11:11 Revision c1450788 (github): Refactor|Resources: Moved -savedir and native save path to res::System
skyjake
09:18 Revision f6375a4a (github): Refactor: Action functions and XG classes moved from def_main to libdoomsday
To facilitate moving `Games` to libdoomsday, the dependent
game-interfacing functionality of querying action function...
skyjake

2015-07-22

21:32 Revision 694cda7c (github): Refactor|Client: Removed dependency between Games and UI
The Games class will now use an audience to notify about the progress
of the resource locating work.
skyjake
21:31 Revision 853dff47 (github): libdoomsday|Busy Mode: Busy tasks support C++ lambda functions
skyjake
21:13 Revision 09a5e462 (github): liblegacy: Optionally using a std::function as thread callback
skyjake
21:12 Revision f7db9642 (github): Client: Added test 3D model that illustrates the XYZ axes
Model provided by veirdo. skyjake
21:11 Revision f949e16f (github): Cleanup
skyjake
19:48 Revision 6df6c007 (github): Fixed|Model Renderer: Models drawn facing 90 degrees the wrong way
The configured front axis of the model should be facing the object's
angle direction.
skyjake
17:22 Revision a3ab5dbf (github): Fixed|Model Renderer: Models drawn facing 90 degrees the wrong way
The configured front axis of the model should be facing the object's
angle direction.
skyjake
10:25 Revision 0f832378 (github): Fixed|Cleanup: Missing headers etc. after merge
skyjake
10:13 Revision ae93860c (github): Merge branch 'master' into app+player-cleanup
# Conflicts:
# doomsday/apps/client/src/busymode.cpp
# doomsday/apps/client/src/dd_pinit.cpp
# doomsday/apps/client/s...
skyjake
10:03 Revision 0f2e37eb (github): Merge branch 'master' into app+player-cleanup
skyjake
07:06 Revision efc7163e (github): Cleanup: Removed include/de_console.h
danij
06:35 Revision 1e17a1d7 (github): Cleanup: Removed include/de_edit.h
danij
06:31 Revision 12c72053 (github): Cleanup: Removed include/de_play.h
danij
06:06 Revision 25a297cc (github): Cleanup: Removed include/de_infine.h
danij
05:59 Revision 01644311 (github): Cleanup: Removed include/de_graphics.h
danij
04:51 Revision e30a96ab (github): Cleanup: Removed include/de_misc.h
danij
04:29 Revision b2ee6949 (github): Cleanup: Removed include/de_render.h
danij

2015-07-21

20:46 Revision 662df7db (github): Model Renderer|GL2: Moved rendering to ModelRenderer; model mirroring
Assimp uses a different handedness in the coordinate system, which
means the model needs mirroring when it is drawn.
...
skyjake
20:25 Revision d6193b9c (github): libcore|Matrix: Mirroring a frame matrix
skyjake
20:22 Revision fcfc4ddc (github): Scripting|libcore: Determining values to be semantically true
Added ScriptedInfo::isTrue(). skyjake

2015-07-20

23:15 Revision 5ecbe4af (github): Unix: Fixed build (de_network.h removed)
skyjake
23:09 Revision c48cf8e9 (github): Model Renderer|Definitions: Added "autoscale" to model metadata
By default, models are autoscaled to their Thing height. skyjake
23:09 Revision a110e1dc (github): Scripting|libcore: Determining values to be semantically false
Added ScriptedInfo::isFalse(). skyjake
23:05 Revision 324be845 (github): Model Renderer|Definitions: Added "autoscale" to model metadata
By default, models are autoscaled to their Thing height. skyjake
23:03 Revision 4bc13964 (github): Scripting|libcore: Determining values to be semantically false
Added ScriptedInfo::isFalse(). skyjake
19:51 Revision b104f143 (github): Network|OS X|Unix: Fixed build (ambiguous use of de::min<>())
danij
18:12 Revision 04656836 (github): Windows|Refactor: Fixed build after Plugins, DoomsdayApp changes
skyjake
10:30 Revision b6f13567 (github): Refactor: Plugin loader, game exports, and Library moved to libdoomsday
Client/server specific functionality is now done via audiences, e.g.,
publishing APIs to the plugins.
Game exports a...
skyjake

2015-07-19

17:35 Revision 412baeb0 (github): Refactor|Resources: Added res::System base class in libdoomsday
The "res" namespace in libdoomsday is intended for resource related
classes (cf. "defn" for definitions).
ResourceSy...
skyjake
16:37 Revision c94fe240 (github): Cleanup
skyjake
15:14 Revision c910e108 (github): Fixed|Busy Mode: Initializing the progress indicator
Cleanup after refactoring. There was a client-specific piece of code
in the libdoomsday BusyMode class.
skyjake

2015-07-18

22:32 Revision 626b87c4 (github): Fixed|Common: Fatal error about not finding patch replacement #-1
skyjake
22:32 Revision 0912ac11 (github): Fixed|Common: Fatal error about not finding patch replacement #-1
skyjake
21:50 Revision f5179ba1 (github): Cleanup
skyjake
21:42 Revision 7805024a (github): Fixed|Doom64: Comparison typo (==)
skyjake
21:42 Revision 3445b99b (github): Fixed|Doom64: Comparison typo (==)
skyjake
21:41 Revision b2f5d1bb (github): Refactor: BusyMode class in libdoomsday, BusyRunner for the client
BusyMode handles the basic mechanics of busy mode. It optionally hands
the tasks over to a ITaskRunner object, which ...
skyjake
11:18 Revision 0351e4db (github): Cleanup: Removed include/de_network.h (2)
danij
09:29 Revision f9a40edf (github): Cleanup: Removed include/de_network.h
danij
05:44 Revision 7d830d0b (github): Cleanup: Removed include/de_resource.h, src/render/rend_console.cpp
danij
03:54 Bug #2103 (Closed): [Windows] Doomsday reacts to Qt key 16777250 (Windows key)
Presently Doomsday logs a warning whenever the Windows key (Qt key 16777250) is pressed. Doomsday should ignore this ... danij
03:06 Bug #2102 (Closed): [Windows] Updater does not launch installer (2.0)
Attempting to install an update downloaded using the built-in updater on Windows does not actually launch the install... danij

2015-07-16

19:48 Revision 68f91a3d (github): Merge branch 'master' into player-cleanup
skyjake
00:17 Revision ed41fddb (github): API: Changed Def_Get() behavior for type:DD_DEF_ACTION
Rather than return an arbitrary index if the named action is found,
return non-zero and if specified, write the addre...
danij
 

Also available in: Atom