Changes between Version 1 and Version 3 of Ticket #124


Ignore:
Timestamp:
Jun 23, 2006, 8:01:40 PM (18 years ago)
Author:
Jan Wassenberg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #124 – Description

    v1 v3  
    11Some possibilities for minor improvement noticed while cruising by:
    22
    3  * premake: document extra_params
    4  * ogl: remove EXT_ symbols, use glext instead
     3 * ~~premake: document extra_params~~
     4 * ~~ogl: remove EXT_ symbols, use glext instead~~
    55 * ~~debug_stl: prefix symbols with debug_stl~~
    6  * adts: move cache into separate file (700 LOC)
     6 * ~~adts: move cache into separate file (also remove old cache impl)~~
    77 * ~~wgl: prevent multiple include~~
    8  * move SDL files in sysdep/win to libraries/SDL
     8 * ~~move SDL files in sysdep/win to libraries/SDL~~
    99 * ~~delay_load uses NLSO ctor to register functions. require load_notify to be called at init time. (rationale: this no longer works since splitting up into several static libs)~~
    1010 * ~~wsock_init: call via module init, have it do load_notify call~~
    1111
    12  * !ScopeTimerAccrue: change #ifdef spaghetti into templated policy class
     12 * ~~!ScopeTimerAccrue: change #ifdef spaghetti into templated policy class~~
     13
     14 * ~~app_hooks, define VOID_FUNC to FUNC(.., (void) )~~
     15 * ~~look at stalk walk code; any reason not to work on Win64?~~
     16
     17 * ~~replace ERR_TEX_CODEC_CANNOT_HANDLE with INFO_* - not an error. also ERR_SYM_SUPPRESS_OUTPUT ERR_SYM_SINGLE_SYMBOL_LIMIT~~
     18
     19 * ~~wdbg_sym: only import RtlCaptureContext once (not every walk_stack)~~
     20
     21 * ~~add sys_last_error (!GetLastError on win32); converts to text in display_error, also show sys_last_error and errno~~
     22
     23 * ~~app_hooks: move i18n impl out (belongs in pyrogenesis)~~
     24
     25
    1326
    1427 * move non-lib asm code into separate asm file; split out memcpy and color code from ia32_asm.asm
    1528
    16  * app_hooks, define VOID_FUNC to FUNC(.., (void) )
    17  * look at stalk walk code; any reason not to work on Win64?
    18  * rename all C headers to C++ name (e.g. cmath)
    19 
    20  * fix mem leaks
    21 
    22  * replace ERR_TEX_CODEC_CANNOT_HANDLE with INFO_* - not an error. also ERR_SYM_SUPPRESS_OUTPUT ERR_SYM_SINGLE_SYMBOL_LIMIT
    23 
    2429 * move GUIbase.h errors (DECLARE_ERROR) into philip's error mechanism, remove DECLARE_ERROR, remove ps/errors.h
    2530
    26  * add sys_last_error (!GetLastError on win32); converts to text in display_error, also show sys_last_error and errno
     31 * rename all C headers to C++ name (e.g. cmath)
     32 * fix mem leaks