root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @299 [299] 04/17/08 20:27:51 aldacron [DerelictFT] * fixed a couple of typos and cleaned up the formatting a …
(edit) @298 [298] 04/17/08 08:06:52 aldacron [DerelictFT] * removed version check from sftfuncs.d
(edit) @297 [297] 04/17/08 08:05:30 aldacron [DerelictFT] * version statement in ft.d was mining parentheses * forgot …
(edit) @296 [296] 04/17/08 06:30:12 aldacron [DerelictFT] * added the ability to use with a static library or import …
(edit) @295 [295] 04/14/08 09:39:30 aldacron [DerelictAL] * alCloseDevice is now declared to return ALCboolean to …
(edit) @294 [294] 04/13/08 21:57:08 aldacron [DerelictILU] * fixed ticket #13 (ILU enum constants have an extra …
(edit) @293 [293] 04/13/08 21:33:35 aldacron [DerelictGL] * corrected the signature for glColor3bv, as reported by …
(edit) @292 [292] 04/13/08 06:03:20 aldacron [DerelictUtil?] * added a pragma for DSSS to link in libdl automatically …
(edit) @291 [291] 04/12/08 20:19:06 aldacron [DerelictUtil?] * changed the Tango version check in toDString to check …
(edit) @290 [290] 04/06/08 08:00:30 aldacron [DerelictGLU] * removed extraneous comma added in last commit
(edit) @289 [289] 04/06/08 04:37:32 aldacron [DerelictGLU] * now loads the OpenGL framework itself. There's no need to …
(edit) @288 [288] 04/04/08 13:35:14 hugues DerelictGL: Corrected DerelictGLContext support on Mac OS X …
(edit) @287 [287] 04/01/08 22:05:03 aldacron * fixed copy-pasted typo in Mac framework path for DerelictGL and …
(edit) @286 [286] 03/30/08 21:46:59 aldacron [DerelictSDLImage] * now looks for SDL_image.framework on Mac rather than …
(edit) @285 [285] 03/30/08 11:01:20 aldacron * added or modified Mac shared lib paths in several modules to cover the …
(edit) @284 [284] 02/26/08 23:47:20 aldacron [DerelictGL] * all HDC and HGLRC parms and returns in the wgl* functions …
(edit) @283 [283] 02/22/08 06:41:46 aldacron [DerelictGL] * glXChooseVisual had the wrong signature
(edit) @282 [282] 02/10/08 02:12:43 aldacron [DerelictUtil?] * h3r3tic's last update works with the current Tango trunk, …
(edit) @281 [281] 02/09/08 12:02:09 h3r3tic updated to the latest tango
(edit) @280 [280] 01/07/08 07:29:33 aldacron * fixes for the latest version of Tango (0.99.4 Frank)
(edit) @279 [279] 12/04/07 23:02:52 aldacron [DerelictGL] * reverted the "fix" for Tango from the last commit. It …
(edit) @278 [278] 11/26/07 21:22:09 aldacron [DerelictFT] * now attempts to load libfreetype.so.6 first on Linux …
(edit) @277 [277] 10/29/07 14:11:39 aldacron * added a name statement to all of the dsss.conf files.
(edit) @276 [276] 10/22/07 01:55:14 JJR fixed linux build
(edit) @275 [275] 10/21/07 00:15:44 JJR Update to integrate better dsss functionality
(edit) @274 [274] 10/12/07 02:44:51 aldacron [DerelictUtil?] * fixed a potential bug in the loader module when …
(edit) @273 [273] 10/11/07 22:35:07 aldacron [DerelictGL] * fixed a typo that caused the wrong function to be loaded …
(edit) @272 [272] 10/11/07 05:38:54 aldacron Added a dsss.conf file to enable building of the libraries with DSSS.
(edit) @271 [271] 09/10/07 19:40:21 aldacron * fixed buildme.d to work with Tango 0.99.1 RC4 "Keep"
(edit) @270 [270] 07/31/07 07:02:12 aldacron [DerelictILUT] * some of the function pointer declarations were …
(edit) @269 [269] 07/24/07 12:25:18 aldacron * added the ability for load methods to accept arrays of library names
(edit) @268 [268] 07/24/07 12:03:01 aldacron [DerelictUtil?] * fixed a potential null pointer access that was …
(edit) @267 [267] 07/24/07 11:55:22 aldacron [DerelictFT] * removed the DerelictFT_Static versioning that should have …
(edit) @266 [266] 07/08/07 03:59:56 aldacron Fixed DerelictGL/GLU/IL/ILU/ILUT so that they all work with DMD 1.018
(edit) @265 [265] 07/06/07 12:23:53 aldacron [General] * incorporated larsivi's patch to buildme.d so that it now …
(edit) @264 [264] 07/01/07 23:56:33 aldacron A bug fix in DMD 1.018 broke compilation for several modules. Now, thanks …
(edit) @263 [263] 06/28/07 12:28:00 h3r3tic MissingProcCallback? is now an alias; added an extra function and one …
(edit) @262 [262] 05/17/07 06:31:49 aldacron [DerelictGL] * added an alias DerelictGLContext for platform-specific …
(edit) @261 [261] 05/08/07 13:35:55 aldacron * updated the license header copyright in all source modules
(edit) @260 [260] 05/06/07 20:17:05 aldacron [Docs] * added a Dependencies section to index_a.html, so that the libdl …
(edit) @259 [259] 05/06/07 14:15:17 aldacron * integrated DerelictODE (finally)
(edit) @258 [258] 05/05/07 13:39:31 aldacron * added the ability to specify specific packages to the install script, so …
(edit) @257 [257] 05/04/07 06:27:24 aldacron [Docs] * added documentation for extension loading * tweaked the style …
(edit) @256 [256] 04/24/07 13:15:01 aldacron [DerelictUtil?] * the loader will now throw an exception when it detects …
(edit) @255 [255] 04/21/07 07:56:54 aldacron [Docs] * corrected several spelling mistakes * tweaked the wording of a …
(edit) @254 [254] 04/14/07 22:40:20 aldacron [General] * all console output from the build script is now prefixed with …
(edit) @253 [253] 04/05/07 20:50:22 aldacron [General] * added a license header to buildme.d * added install.d, a …
(edit) @252 [252] 04/02/07 11:03:29 aldacron [Docs] * tweaked the style sheet to make code snippets easier on the eyes …
(edit) @251 [251] 04/01/07 08:29:46 aldacron [Docs] * build.html and derelictify.html were out of date
(edit) @250 [250] 03/31/07 13:04:34 aldacron [DerelictUtil?] * loader.d was ignoring the mac library name string * …
(edit) @249 [249] 03/30/07 14:49:12 aldacron [DerelictGL] * went through all extension modules to remove extraneous …
(edit) @248 [248] 03/29/07 12:38:25 aldacron [DerelictGL & DerelictGLU] * added patches from Paolo Invernizzi to gl.d …
(edit) @247 [247] 03/28/07 06:35:33 aldacron * removed support for beta 1 of Tango (specifically calls to the …
(edit) @246 [246] 03/13/07 01:07:41 aldacron [DerelictGL] * added support for the following GL_EXT extensions: …
(edit) @245 [245] 03/12/07 07:29:25 aldacron [DerelictGL] * removed the check for GL_EXT_texturre_compression_dxt1 …
(edit) @244 [244] 03/12/07 01:28:14 aldacron [DerelictUtil?] * the check for Tango 0.95 in wrapper.d's splitStr is now …
(edit) @243 [243] 03/11/07 15:35:14 aldacron [DerelictOgg?] * when I merged ogg.d and oggtypes.d recently, it turns out …
(edit) @242 [242] 03/11/07 14:47:15 aldacron [DerelictGL] * reorganized glext.d so that it's easier to determine which …
(edit) @241 [241] 03/11/07 10:02:13 aldacron [DerelictUtil?] * left out an important import in the Tango version of …
(edit) @240 [240] 03/11/07 07:45:50 aldacron [General] * touched up buildme.d a bit so that it at least parses when …
(edit) @239 [239] 03/09/07 08:22:38 aldacron [DerelictGL] * added the ':' that was missing from enum delcarations in …
(edit) @238 [238] 03/07/07 12:54:27 aldacron * corrected several errors pointed out by lindquist in the forums: missing …
(edit) @237 [237] 03/06/07 02:46:55 aldacron [General] * finished converting constant integers to enums in each …
(edit) @236 [236] 03/05/07 07:40:16 aldacron [DerelictGL] * converted all integer constants to anonymous enums.
(edit) @235 [235] 03/04/07 08:38:38 aldacron [DerelictGL] * will now attempt to load libGL.so.1 on Linux if libGL.so …
(edit) @234 [234] 03/03/07 09:57:01 aldacron * restored the buildopts directory and the bud_*.txt files -- should not …
(edit) @233 [233] 03/01/07 22:58:42 aldacron [Core] * changed the build script once again into a monolithic script. …
(edit) @232 [232] 02/27/07 11:57:15 aldacron [DerelictSDLMixer] * removed extraneous std.string import from mixer.d …
(edit) @231 [231] 02/25/07 10:21:27 aldacron [DerelictUtil?] * last update broke the loader with Tango on Linux. *nix …
(edit) @230 [230] 02/24/07 23:07:50 aldacron [DerelictUtil?] * loader.d now uses internal declarations for libdl so …
(edit) @229 [229] 02/22/07 03:09:38 aldacron * added missing functions to tangoUtil.d * added skeleton for rebuild …
(edit) @228 [228] 02/15/07 07:29:50 aldacron * yet more tweaking of the build script. Now makes use of Mixin statements …
(edit) @227 [227] 02/14/07 05:41:48 aldacron [DerelictUtil?] * added a few more declarations to wintypes.d in order to …
(edit) @226 [226] 02/13/07 23:48:36 aldacron [DerelictUtil?] * previously committed the wrong version of wrapper.d to …
(edit) @225 [225] 02/13/07 23:39:07 aldacron * the new noDelBRF option was broken -- I was comparing a mixed case …
(edit) @224 [224] 02/13/07 23:22:55 aldacron [General] * buildme.d has been overhauled yet again. Support for building …
(edit) @223 [223] 02/01/07 11:12:01 aldacron * added missing char[] declaration to the COMPIL_FLAGS constants. They …
(edit) @222 [222] 02/01/07 10:51:07 aldacron * (sigh) added a missing variable to the GDC version of the script
(edit) @221 [221] 02/01/07 10:41:54 aldacron Fixed more buildme.d bugs: * the delete command for unices had been …
(edit) @220 [220] 01/29/07 16:03:07 aldacron Fixed two bugs in buiildme.d: * libraries generated by DMD were corrupt …
(edit) @219 [219] 01/28/07 14:16:29 aldacron * overlooked a couple of references to Building Derelict with Derek …
(edit) @218 [218] 01/28/07 13:39:02 aldacron Build script fixes: * when building with DMD, -p32 is passed to the lib …
(edit) @217 [217] 01/28/07 13:23:21 aldacron * eliminated the dependency upon Bud. While Bud is still supported, the …
(edit) @216 [216] 01/26/07 03:07:54 aldacron [DerelictSDL] * consolidated the linux/Unix version blocks. This works …
(edit) @215 [215] 01/13/07 21:59:22 aldacron [DerelictGL] * import statements for nv/fragment_program and …
(edit) @214 [214] 01/10/07 15:42:26 aldacron [DerelictGL] * added missing constants to …
(edit) @213 [213] 01/08/07 05:50:23 aldacron [DerelictGL] * added support for the following GL_NV extensions: …
(edit) @212 [212] 01/07/07 10:44:41 aldacron [DerelictGL] * renamed ext/texture_compression_dxt1.d to …
(edit) @211 [211] 01/06/07 16:01:22 aldacron * added -Xphobos to build_common.txt to make sure that bud never compiles …
(edit) @210 [210] 01/06/07 13:08:07 aldacron [General] * added the -w switch back to build_common.txt [DerelictGL] * …
(edit) @209 [209] 01/05/07 06:41:26 aldacron [General] * added -v1 switch to build_common.txt [DerelictGL] * added …
(edit) @208 [208] 01/02/07 03:58:08 aldacron [DerelictUtil?] * consolidated linux/Unix code into one version statement …
(edit) @207 [207] 01/02/07 01:57:12 aldacron [DerelictGL] * added support for the following GL_EXT extensions: …
(edit) @206 [206] 12/28/06 06:12:05 aldacron [DerelictGL] * added support for the following extensions: …
(edit) @205 [205] 12/28/06 02:05:54 aldacron * changed every instance I could find of C-style forward declarations of …
(edit) @204 [204] 12/25/06 00:41:39 aldacron [DerelictAL] * al.d was still importing the recently removed almanual and …
(edit) @203 [203] 12/24/06 05:59:58 aldacron [DerelictAL] * removed the DerelictALStatic option and alstatic.d * …
(edit) @202 [202] 12/21/06 04:28:19 aldacron * added patch from Bradley Smith ato fix implicit char[] to char* …
(edit) @201 [201] 11/01/06 19:30:42 aldacron [DerelictGL] * function pointer declarations in …
(edit) @200 [200] 10/31/06 14:09:23 aldacron [DerelictSDL] * added missing SDL_GL_ACCELERATED_VISUAL and …
Note: See TracRevisionLog for help on using the revision log.