Changeset 54:c81342b54ef2

Show
Ignore:
Timestamp:
06/05/08 13:05:22 (7 months ago)
Author:
Diggory Hardy <diggory.hardy@gmail.com>
Parents:

52:94a4ddb549e5 53:f000d6cd0f74

branch:
default
Message:

Merged changes from my external repo.
Changed dependent OpenGL version back to 1.3.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • .hgignore

    r52 r54  
    22dsss.last 
    33bin/* 
     4dsss_objs/* 
  • doc/Readme.txt

    r44 r54  
    1010Build instructions: 
    1111dsss build 
    12 Then run the executable in bin/ 
     12Then run the executable (from the current directory unless you install mde and/or use path options): 
     13bin/mde or bin\mde 
    1314 
    1415Testing: 
  • doc/Readme.txt

    r44 r54  
    1010Build instructions: 
    1111dsss build 
    12 Then run the executable in bin/ 
     12Then run the executable (from the current directory unless you install mde and/or use path options): 
     13bin/mde or bin\mde 
    1314 
    1415Testing: 
  • mde/sdl.d

    r51 r54  
    129129     */ 
    130130    try { 
    131         DerelictGL.loadVersions(GLVersion.Version21); 
     131        DerelictGL.loadVersions(GLVersion.Version13); 
    132132    } catch (SharedLibProcLoadException e) { 
    133133        logger.warn ("Loading OpenGL version 1.3 failed:"); 
  • mde/sdl.d

    r51 r54  
    129129     */ 
    130130    try { 
    131         DerelictGL.loadVersions(GLVersion.Version21); 
     131        DerelictGL.loadVersions(GLVersion.Version13); 
    132132    } catch (SharedLibProcLoadException e) { 
    133133        logger.warn ("Loading OpenGL version 1.3 failed:");