summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-16Removed unused extension functions.leo
Correctly initialize extensions after a GL context has been created. Renamed some functions to GL_ to be more consistent. git-svn-id: http://svn.leocad.org/trunk@85 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-07-16Added new minifig piecesleo
git-svn-id: http://svn.leocad.org/trunk@84 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-07-16Added -= operator.leo
git-svn-id: http://svn.leocad.org/trunk@83 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-07-16Updated to include opengl.hleo
git-svn-id: http://svn.leocad.org/trunk@82 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-07-16The functions declared here should exist for all systems, so it was movedleo
to the 'common' directory. git-svn-id: http://svn.leocad.org/trunk@81 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-07-16Removed unused Mesa functions.leo
git-svn-id: http://svn.leocad.org/trunk@80 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-07-07Better way of creating .d files, awk is not needed anymoreleo
Removed 'make' warnings if .d files are missing git-svn-id: http://svn.leocad.org/trunk@79 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-07-07Fixed mipmap generation bugleo
git-svn-id: http://svn.leocad.org/trunk@78 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-06-25Update the dependencies script to correctly handle the directoriesleo
git-svn-id: http://svn.leocad.org/trunk@77 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-06-06Rewrote the PieceInfo::ZoomExtents functionleo
git-svn-id: http://svn.leocad.org/trunk@76 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-06-06Added a function to check if a bounding box is inside/outside the view frustumleo
git-svn-id: http://svn.leocad.org/trunk@75 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-06-02System functions should be declared in common/system.h insteadleo
git-svn-id: http://svn.leocad.org/trunk@74 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-06-02File no longer needed, pointers to the widgets can now be retrieved withleo
gtk_object_get_data (main_window, "menu_****") git-svn-id: http://svn.leocad.org/trunk@73 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-06-02Added pixmaps to the "Viewports" menu and underscore ("_") accelerators to ↵leo
all menu items. git-svn-id: http://svn.leocad.org/trunk@72 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-28Pixmaps for the "View/Viewports" menuleo
git-svn-id: http://svn.leocad.org/trunk@71 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-26Linux script to remove ^M from the files and renaming them to lowercaseleo
git-svn-id: http://svn.leocad.org/trunk@70 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-26Nicer Linux toolbar icons.leo
git-svn-id: http://svn.leocad.org/trunk@69 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-25FileMem::GetLength() was returning the wrong valueleo
git-svn-id: http://svn.leocad.org/trunk@68 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-25Better texture loading code,leo
Replaced calls to gluBuild2DMipmaps with a custom mipmap function. git-svn-id: http://svn.leocad.org/trunk@67 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-24Load OpenGL dynamically under Windowsleo
git-svn-id: http://svn.leocad.org/trunk@66 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-24Routines to load OpenGL dynamically at runtime. This will fix the problem ↵leo
that some people that have libMesaGL instead of libGL on their system. git-svn-id: http://svn.leocad.org/trunk@65 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-18Last ignore files for the win pathleo
git-svn-id: http://svn.leocad.org/trunk@64 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-18*** empty log message ***leo
git-svn-id: http://svn.leocad.org/trunk@63 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-18More .cvsignore filesleo
git-svn-id: http://svn.leocad.org/trunk@62 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-18Added .cvsignore fileleo
git-svn-id: http://svn.leocad.org/trunk@61 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-05-18Fixed a bug in the update code and added a .csvignore fileleo
git-svn-id: http://svn.leocad.org/trunk@60 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-03-30The Linux version now allows you to select multiple pieces using the mouse ↵leo
if you hold the CTRL key down git-svn-id: http://svn.leocad.org/trunk@59 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-03-30Added support for Compiled Vertex Arrays under Linuxleo
git-svn-id: http://svn.leocad.org/trunk@58 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-02-02Last version 0.72 updatesleo
git-svn-id: http://svn.leocad.org/trunk@56 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-31Changed version numberleo
git-svn-id: http://svn.leocad.org/trunk@55 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-08Small fixesleo
git-svn-id: http://svn.leocad.org/trunk@54 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-08Updated the minifig wizard to work with the new piecesleo
git-svn-id: http://svn.leocad.org/trunk@53 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-08The binary .tgz archive now creates a directoryleo
git-svn-id: http://svn.leocad.org/trunk@52 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-08Fixed a bug in the POV-Ray exportleo
git-svn-id: http://svn.leocad.org/trunk@51 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-07Fixed a bug to compile under Linuxleo
git-svn-id: http://svn.leocad.org/trunk@50 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-05Update the minifig wizard with the new piecesleo
Added a function to read the update files cVS: ---------------------------------------------------------------------- git-svn-id: http://svn.leocad.org/trunk@49 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-05Added a program to create the library updatesleo
git-svn-id: http://svn.leocad.org/trunk@48 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-04Added support for modifying the libraryleo
git-svn-id: http://svn.leocad.org/trunk@47 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-04Added an option to import LDraw piecesleo
git-svn-id: http://svn.leocad.org/trunk@46 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-03Removed ^M againdocwhat
git-svn-id: http://svn.leocad.org/trunk@45 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2000-01-01Changes to help porting to other platformsleo
git-svn-id: http://svn.leocad.org/trunk@44 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-29*** empty log message ***leo
git-svn-id: http://svn.leocad.org/trunk@43 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-29Fixed a bug in the minifig wizardleo
git-svn-id: http://svn.leocad.org/trunk@42 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-29Added some functions to read integers with endianess checkleo
git-svn-id: http://svn.leocad.org/trunk@41 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-22Small bug fixesleo
git-svn-id: http://svn.leocad.org/trunk@40 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-21Fixed a bug with the background rendering and with the add keys buttonleo
git-svn-id: http://svn.leocad.org/trunk@39 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-20Finished the Minifig Wizard, it still needs some work but is 'usable'leo
git-svn-id: http://svn.leocad.org/trunk@38 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-18Changed warning level to -Wall under Linux and Level 4 for Windowsleo
git-svn-id: http://svn.leocad.org/trunk@37 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-17Changes required to add the Minifig Wizard to the Linux versionleo
git-svn-id: http://svn.leocad.org/trunk@36 c7d43263-9d01-0410-8a33-9dba5d9f93d6
1999-12-15Added the Group Name dialogleo
Added the Edit Groups dialog (read-only) git-svn-id: http://svn.leocad.org/trunk@35 c7d43263-9d01-0410-8a33-9dba5d9f93d6