[chocolate-doom] annotated tag chocolate-doom-0.0.4 created (now 4f8fc38)

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 30 15:06:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

jmtd pushed a change to annotated tag chocolate-doom-0.0.4
in repository chocolate-doom.

        at  4f8fc38   (tag)
   tagging  abc595e83b1eda6478d07b87ce79d417b953014a (commit)
  replaces  chocolate-doom-0.0.3
 tagged by  Simon Howard
        on  Sat Oct 1 15:50:13 2005 +0000

- Log -----------------------------------------------------------------
This commit was manufactured by cvs2svn to create tag
'CHOCOLATE_DOOM_0_0_4'.

Subversion-branch: /tags/CHOCOLATE_DOOM_0_0_4/chocolate-doom
Subversion-revision: 144

Simon Howard (29):
      Include icon in exe, rather than the default icon. Thanks to Joe Kennedy
      Update to do list
      Conditionally build the resource file, dependent on whether windres exists
      Generate chocolate-doom-res.rc with version and product info
      Use a new PU_FREE tag to mark free blocks, rather than the 'user' field
      Remove external statistics driver support (-statcopy):
      Update bugs/todo lists
      Update NEWS
      Update ChangeLog
      Add some more useful information to the README
      64-bit fixes
      Add application icon to running program
      Commit uac_dead fix
      Remove icon border
      Fix "loading" icon for all video modes
      Enforce sane screenmultiply values
      Remove leftover debug code
      Update ChangeLog
      Fix disk icon appearing before palette is set (pink disk!)
      Fix melting crap on startup - oops
      Update ChangeLog
      0.0.4
      Don't write converted output file unless everything went through
      Add chocolate_doom_icon.c to CVS. This is kind of bad but saves having
      Fix .rc -> .o rule
      Always use SDL_Flip to update the screen. Fixes problems in Windows when
      Update ChangeLog
      automake doesn't recognise .rc files unless there is a rule like this in
      Update ChangeLog

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  66a2cc6   Initial revision
       new  7f0cb76   Update copyright to GNU GPL
       new  121ba49   To do list
       new  bbe2bfe   Standard distribution files
       new  73e68c7   Autotools build system
       new  54eadca   Remove step table (unused, adds dependency on pow function)
       new  ec8ab9e   Stop crash on shutdown
       new  02c50cf   Import bouncing lost soul fix from prboom
       new  cce6e26   Use standard C file functions for WAD code
       new  50a8425   Use standard C functions for WAD code
       new  1df9202   Fix quit prompt not displayed properly
       new  5d20ead   Remove unneccessary pragmas
       new  14737bd   Use ANSI-standard limit constants. Remove LINUX define.
       new  4471f69   Put version number back to 1.9
       new  7e2991e   Update TODO list
       new  6af18ee   Startup messages as in the DOS exes
       new  bc24e16   Add missing errno.h, fix crash on startup when no IWAD present
       new  5795f86   Add missing null to end of sprite names list
       new  7de2353   Add back previously removed printfs as '.'s for startup progress bar
       new  e74dfd3   Move to SDL for graphics. Translate key scancodes to correct internal format when reading settings from config file - backwards compatible with config files for original exes
       new  5c11c60   Update to do list
       new  0f9690e   Port timer code to SDL
       new  1e30507   mouse
       new  ebf190f   Working scale*2
       new  5be0bc6   Set some flags to fix palette and improve performance
       new  554bbec   Display FPS on quit
       new  636dc9b   Loading disk
       new  80ee1ed1  Begin/EndRead now in i_video.c
       new  dc538ad   Fix clev cheat
       new  b500013   Use zone memory functions instead of alloca/malloc/free
       new  3aeb98b   Silence compiler warnings
       new  186d0dd   Use keysym value rather than unicode value (fixes problems with shift key)
       new  9fa8228   Turn on compiler optimisation and warning options Add SDL_mixer sound code
       new  479d7de   Use zone memory function. Add command line options
       new  a053707   Use DOOM_VERSION to define the Doom version (don't conflict with automake's config.h). Display GPL message instead of anti-piracy messages.
       new  d2c5206   More sensible defaults
       new  5673503   Remove debug messages, send error messages to stderr Fix overflow when playing large sound files
       new  89ac13b   Only change palette on screen updates
       new  eff0a33   Fix low resolution mode
       new  59711d6   Clear disk image when loading at startup
       new  fb5c593   Fix gamma correction
       new  0ff16d8   Cycle round sound channels to stop reuse and conflicts of channel numbers. Add debug to detect when incorrect sound handles are used.
       new  bc38703   Clear the screen on startup
       new  e4ee3ec   More TODOs/update
       new  24c1bf4   Remove "if (french)" stuff, FRENCH define, detect french wad automatically
       new  48b1f58   Port network code to use SDL_net
       new  dd39af7   Make sounds louder. Use the correct maximum of 15 when doing sound calculations.
       new  c04c427   Demo sync problem with teleports and final doom
       new  9c8b9d2   Include autotools directory in dist
       new  0e7c1ae   Add missing header to fix build
       new  a77ebf5   Windows fixes
       new  f51fa9a   More Windows fixes
       new  457bca3   Better IWAD detection and identification. Support '-iwad' to specify the IWAD to use.
       new  862f454   Remove the last traces of NORMALUNIX
       new  9c9e1ba   Display the game name in the title bar. Move game start code to later in initialisation because of the IWAD detection changes.
       new  a9fd2c7   Nicer banner showing the game type (once we know). Remove dead code. Find the config file properly.
       new  18db00e   smarter mouse grabbing for windowed mode
       new  e58b687   -nograbmouse option
       new  2e941b7   These things have been done
       new  4fcb257   Display the correct quit messages according to which game is being played. Remove "language" variable (do this through gettext, if ever)
       new  8689bca   Doom v1.9 doesnt allow cheats in nightmare mode!
       new  053bcdf   Support the old "joyb_speed 31" hack to allow autorun
       new  ccb1b27   'novert' command line option to disable vertical mouse movement
       new  c47c4ce   Support demos recorded with cph's modified "v1.91" doom exe - which contain higher resolution angleturn
       new  f2ed074   shut up compiler warnings
       new  7b151f0   Remove dead code. Cope with the screen not having width == pitch. Lock the SDL screen surface properly. Rewrite 2x scaling code.
       new  08925d6   Use the system-nonspecific sound code to assign the channel number used by SDL. Remove handle tagging stuff.
       new  b932593   16-bit sound
       new  b09ff6f   Add mmus2mid code from prboom. Use 'void *' for music handles. Pass length of data when registering music.
       new  a38ba2a   Newer versions of mmus2mid.c,h from prboom
       new  126b5a4   Working music!
       new  49cdaa0   Silly me - i misread cph's patch and got the logic backwards
       new  7bf9829   Setting music volume
       new  9c38ec6   Restore -nosound, -nosfx, -nomusic
       new  55b0f32   Bugs list; update TODO
       new  f0a776f   Maintain dos-specific options in config file
       new  a602d1d   Fix up names of functions Make the quit button work (pops up the "quit doom?" prompt). Fix focus detection to release the mouse and ignore mouse events when window is not focused.
       new  34a3dfd   Remove non-ANSI C headers. Use standard C file I/O functions.
       new  3bbed81   Remove non-ANSI C headers and functions
       new  faa2a50   Catch signals and exit cleanly
       new  c578df1   Modify the sound effect caching behaviour: sounds which are not playing are now marked as PU_CACHE; it is otherwise possible to run out of memory.
       new  d67668f   v0.0.1
       new  4349ec7   No SIGHUP on Windows
       new  adc62e7   Fix switches not changing in Episode 4
       new  d42281c   Fix description
       new  7d25996   MAXINTERCEPTS got converted to INT_MAXERCEPTS accidentally when switching to the ANSI standard limit constants
       new  90a8fb8   Allow alt-tab away while running fullscreen
       new  730c726   Delay calls so we don't use the entire CPU
       new  512155b   Missing declarations
       new  bfccd66   Fix declaration of I_Sleep (not I_Delay) and move to right header
       new  c736059   Second configuration file to allow chocolate doom-specific settings. Adjust some existing command line logic (for graphics settings and novert) to adjust for this.
       new  3ee338e   chocolate-doom.cfg
       new  831a521   Update NEWS with information about alt-tab bug
       new  8ed2da8   Fix sounds playing at the wrong volume (too quiet)
       new  210b440   Remove temporary MIDI files generated by sound code.
       new  2076aab   0.0.2
       new  5edba96   Lock surfaces properly when we have to (fixes crash under Windows 98)
       new  74f032b   Fix startup messages displayed (build a console binary; remove CON redirection code)
       new  d00ae4e   Remove mkinstalldirs (redundant now); include BUGS and TODO in distribution
       new  125d56b   Autogenerated changelog
       new  66bf226   Rewrite configuration loading code; assign a type to each configuration parameter. Allow float parameters, align all values in the configuration files
       new  8c0e2a0   Set the default values for variables in their initialisers. Remove the "defaultvalue" parameter and associated code from the configuration file parsing code.
       new  3e0f56f   Mouse acceleration code to emulate old DOS drivers
       new  c207072   0.0.3
       new  1f2a875   Update changelog
       new  f8d14ba   Include icon in exe, rather than the default icon. Thanks to Joe Kennedy for drawing this icon.
       new  7dd596e   Update to do list
       new  1c85056   Conditionally build the resource file, dependent on whether windres exists
       new  53a7ee3   Generate chocolate-doom-res.rc with version and product info
       new  d29e73f   Use a new PU_FREE tag to mark free blocks, rather than the 'user' field (avoids using magic numbers to mark allocated blocks with no user)
       new  b30d12e   Remove external statistics driver support (-statcopy): nonfunctional on modern systems and never used. Fix for systems where sizeof(int) != sizeof(void *)
       new  0a9fe2c   Update bugs/todo lists
       new  d3c020f   Update NEWS
       new  450b69a   Update ChangeLog
       new  7e52d34   Add some more useful information to the README
       new  6945d15   64-bit fixes
       new  fb63887   Add application icon to running program
       new  af3ae59   Commit uac_dead fix
       new  84d4d10   Remove icon border
       new  5ed6a96   Fix "loading" icon for all video modes
       new  099b0d4   Enforce sane screenmultiply values
       new  cbe85d9   Remove leftover debug code
       new  a74f73e   Update ChangeLog
       new  33fa8bc   Fix disk icon appearing before palette is set (pink disk!) Cleanup and commenting
       new  308464a   Fix melting crap on startup - oops
       new  d7f9fa8   Update ChangeLog
       new  8ade4fd   0.0.4
       new  e2896ba   Don't write converted output file unless everything went through okay.
       new  f9e914f   Add chocolate_doom_icon.c to CVS. This is kind of bad but saves having to have Python installed
       new  f69e905   Fix .rc -> .o rule
       new  f22561b   Always use SDL_Flip to update the screen. Fixes problems in Windows when running fullscreen, introduced by fixes to the disk icon code.
       new  40ee526   Update ChangeLog
       new  2644ac3   automake doesn't recognise .rc files unless there is a rule like this in here. Store the rule in both forms.
       new  abc595e   Update ChangeLog

The 134 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git



More information about the Pkg-games-commits mailing list