Changeset 54:c81342b54ef2
- 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
| r52 |
r54 |
|
| 2 | 2 | dsss.last |
|---|
| 3 | 3 | bin/* |
|---|
| | 4 | dsss_objs/* |
|---|
| r44 |
r54 |
|
| 10 | 10 | Build instructions: |
|---|
| 11 | 11 | dsss build |
|---|
| 12 | | Then run the executable in bin/ |
|---|
| | 12 | Then run the executable (from the current directory unless you install mde and/or use path options): |
|---|
| | 13 | bin/mde or bin\mde |
|---|
| 13 | 14 | |
|---|
| 14 | 15 | Testing: |
|---|
| r44 |
r54 |
|
| 10 | 10 | Build instructions: |
|---|
| 11 | 11 | dsss build |
|---|
| 12 | | Then run the executable in bin/ |
|---|
| | 12 | Then run the executable (from the current directory unless you install mde and/or use path options): |
|---|
| | 13 | bin/mde or bin\mde |
|---|
| 13 | 14 | |
|---|
| 14 | 15 | Testing: |
|---|
| r51 |
r54 |
|
| 129 | 129 | */ |
|---|
| 130 | 130 | try { |
|---|
| 131 | | DerelictGL.loadVersions(GLVersion.Version21); |
|---|
| | 131 | DerelictGL.loadVersions(GLVersion.Version13); |
|---|
| 132 | 132 | } catch (SharedLibProcLoadException e) { |
|---|
| 133 | 133 | logger.warn ("Loading OpenGL version 1.3 failed:"); |
|---|
| r51 |
r54 |
|
| 129 | 129 | */ |
|---|
| 130 | 130 | try { |
|---|
| 131 | | DerelictGL.loadVersions(GLVersion.Version21); |
|---|
| | 131 | DerelictGL.loadVersions(GLVersion.Version13); |
|---|
| 132 | 132 | } catch (SharedLibProcLoadException e) { |
|---|
| 133 | 133 | logger.warn ("Loading OpenGL version 1.3 failed:"); |
|---|