Project

General

Profile

Activity

From 2006-07-26 to 2006-08-08

2006-08-08

23:38 Revision 099b75eb (github): Removed fixed 64 file limit in multiple init.
skyjake
22:50 Revision 29f9e241 (github): Replaced loaded file path hashes with MD5. CRC appeared to be susceptible to conflicts. Also, an unlimited number of files can be loaded (MAX_READ still for DED files, though).
skyjake
20:57 Revision 5bb6e803 (github): More Cmake - OSX fixes
yagisan
20:50 Revision e7940e2f (github): More Cmake - OSX fixes
yagisan
20:37 Revision f90ac28f (github): More Cmake - OSX fixes
yagisan
20:29 Revision 6aeeaf1d (github): More Cmake - OSX fixes
yagisan
19:52 Revision 276e1482 (github): Tell CMake to make a bundle on OSX - hope it works
yagisan
18:16 Revision e4fc933c (github): Added master.php
danij
14:12 Revision 9e8c2013 (github): Fixed BUG #1533377 - WI_DrawParamText() was rendering centrally aligned strings incorrectly. Use a two pass method to calculate the correct visual offset in this case.
danij
11:59 Revision 17923849 (github): Minor fixes/changes.
danij
00:08 Revision c10be3eb (github): Updated project file.
skyjake
00:08 Revision 78eb6796 (github): Addon tab and addon inspector tweaks. Context menu reorder. Inspector content and appearance modified.
skyjake
00:06 Revision c0787865 (github): Manifests in the user addon folders are read as well.
skyjake
00:06 Revision 1e054f9d (github): Dialog size adjustment.
skyjake
00:05 Revision df5d606c (github): Modified texcomp options so that the correct option is used regardless of the state of the toggle.
skyjake
00:04 Revision 0c6ecd4a (github): Changed Snowberry window title.
skyjake

2006-08-07

23:56 Revision 8b746a8d (github): Added -glfinish for Linux/Unix.
skyjake
20:21 Revision fd56d5f4 (github): Though shalt not use uppercase includes
yagisan
19:47 Revision dae64117 (github): Allow Z_Free(NULL), but print a warning if running in verbose mode. The lack of this check was causing a segfault if no IWAD was specified during startup.
skyjake
19:36 Revision 3280e965 (github): Be prepared for sound id==0 and missing sound infos.
skyjake
19:35 Revision 026d1b2c (github): GL_CalcLuminance debug print made verbose2.
skyjake
19:34 Revision d5e82281 (github): Warn about multiple polyobjs instead of fatal error. This should be playtested to make sure Shannara map02 works correctly.
skyjake
13:19 Revision 3e5cd3d0 (github): Update DoomGater's German translation for snowberry
yagisan
13:14 Revision 01852b9f (github): Updated with new/changed files.
skyjake
01:56 Revision 32b53472 (github): Updated headers, use a convenience header for jDoom and jHeretic (restored). Should once again build with Xcode.
danij

2006-08-06

21:05 Revision 84167a1d (github): Updated with new/changed files.
skyjake
21:05 Revision ee93e1e8 (github): In OSX, the frameworks force us to use the SDL and SDL_mixer directory prefixes.
skyjake
21:04 Revision 720d3f5e (github): Fix compiler warning about void* in %s argument.
skyjake
20:23 Revision 4bf4306a (github): CMake Updates. OSX related
yagisan
19:48 Revision 7b3ace7c (github): Added type names for all types defined in source files, in all games. To make project navigation easier in VC++
danij
01:38 Revision 26a7b704 (github): Fixed BUG #1515883: issue with fog not working on NIX. Symbol useFog was defined by both engine and renderers, after injection they ended up sharing addresses so things went a bit screwy. Renamed all other "shared" symbols in similar manner.
danij

2006-08-05

13:04 Revision e4ee7fc0 (github): Yet more 64bit fixes for jHeretic and jHexen. The only remaining "cast to pointer from integer of different size" issues with the game plugins are; in the save game code for serializing, the update routines for (un)mangling states and a net player event handling.
danij
06:18 Revision ea336b77 (github): Fixed BUG #1531148 - Crash in jHexen.
Textures/flats do not index from 0. danij
05:13 Revision 2c5b48f2 (github): Use sprintf() instead of itoa() as more portable.
danij
04:21 Revision 17d36730 (github): Various 64bit and compiler warning fixes. Fixed jHexen FTBFS. Added guards around code in /common which should not be included in jHexen. Updated /jhexen/CMakeLists.txt so src files are auto-included.
danij

2006-08-04

02:11 Revision ff5252b8 (github): Fixed numerous cast from pointer to integer of different size issues.
danij

2006-08-03

21:59 Revision 48abc4cd (github): Further cast from pointer to integer of different size fixes.
danij
20:39 Revision e0d6e616 (github): Fixed numerous compiler warnings. Fixed several cast from pointer to integer of different size issues.
danij
14:43 Revision 7bb4bc3f (github): Change from <SDl/whatever.h> to <whatever.h> as per SDL best practices
yagisan

2006-08-02

23:29 Revision fa8eb491 (github): Fixed win32 building of resources to work without VC++. Added the compiled Doomsday.res and drD3D.res to the repository.
danij
19:54 Revision 3a4e9928 (github): Updated include paths for new source tree structure.
danij
17:56 Revision 7f0ada7a (github): CMake typo cleanup. Remove excess debugging info from engine/unix/src/sys_dylib.c. add opengl debugging info, and enable texture compression by default. -notexcomp to disable. We really should have an ingame toggle for it
yagisan
06:24 Revision 5078e5fc (github): Fixed P_GivePower()
danij
05:40 Revision 89952241 (github): Standardised on NOP/NULL/Nil function ptr used with thinker_t->function.
danij
03:11 Revision 85fa4359 (github): Remove thinkerinfo_t->name added during debug.
danij
03:07 Revision 57bd7e7b (github): Fixed segmentation violation exhibited when attempting to play KAOZ-beta2 in jHeretic.
For some reason under rare circumstances mobj->target ends up pointing to a mobj whose thinker->function != P_MobjThi... danij

2006-08-01

22:28 Revision 2989aacd (github): Split cheat code in jHexen from st_stuff.c to m_cheat.c
danij
20:55 Revision 43790a0e (github): jHeretic: Revised src includes so that only the required headers are included. Removed jHeretic.h as obsolete/unnecessary.
danij
19:22 Revision 32d87db9 (github): CMAKE: Update hexen build script
yagisan
19:06 Revision c5cdba54 (github): Removed duplicate default control array definitions.
danij
18:09 Revision 74b0581e (github): Split cheat code in jHeretic from st_stuff.c to m_cheat.c
danij
17:54 Revision 1f496384 (github): Removed left overs from P_DealPlayerStarts() update.
danij
17:26 Revision c479eadf (github): Added back missing m_menu.h headers.
danij
03:47 Revision e400a2bd (github): Fixed BUG #1481329 Spawning in wrong area with starship.wad
danij
02:49 Revision 9d8c222b (github): Numerous bug fixes, improvements and clean up to common playsim code. Added minor new feature(s) to HUD and inventory (auto-hiding HUD in jDoom. When finalized will implement in the other games). Commonised several customizability features/options not present in all supported games.
The menu headers are somewhat disorganised due to the fact that I have removed the new menu code as it is not yet rea... danij

2006-07-28

09:04 Revision f682b850 (github): All Def_Get routines should check for passed null ptrs.
danij
08:09 Revision f9835fcd (github): Fixed BUG #1529954 Seg Violation with Shannara.wad
danij
01:05 Revision 2c915adf (github): Fix BUG #1529799 "Seg Violation with ICARUS.WAD"
danij
 

Also available in: Atom