Commit Graph

716 Commits

Author SHA1 Message Date
Michael Jennings 3afb1042d3 Fri Mar 3 14:43:37 PST 2000
(KainX)

Added Jerome De Greef's E-Exec patch and fixed several warnings.


SVN revision: 2177
2000-03-03 22:45:02 +00:00
Tom Gilbert ea366599a8 Wise man say, "he who strikes early with cl00bat avoids FAQ"
SVN revision: 2151
2000-02-28 21:06:35 +00:00
Tom Gilbert 4c314c6975 Mon Feb 28 19:50:20 GMT 2000
(gilbertt)

64-bit fixes from Bob Arendt <rdarendt@cwcom.net>


SVN revision: 2150
2000-02-28 19:52:11 +00:00
Tom Gilbert e1c288e567 Mon Feb 28 12:14:11 GMT 2000
(gilbertt)

Fixed Epplet_register_event_handler, prompted by email from Alexandre David
<adavid@DoCS.UU.SE>. His patch was incorrect though, and the proper fix is
to change the line where the event handler is called. (His patch changed
only one definition of it, in the wrong place, and broke epplets ;)


SVN revision: 2146
2000-02-28 12:15:29 +00:00
Tom Gilbert ee82293239 Sun Feb 27 14:52:36 GMT 2000
(gilbertt)

Okay. E has the new ipc call. However, because epplets can't demand that
people have e > 0.16.4, the old behaviour is the default. Please ./configure
--enable-new-remember to test the new behaviour. (You'll need cvs e as of 2
seconds ago) It should be much streamlined. Especially for you guys on
interesting hardware =)


SVN revision: 2139
2000-02-27 15:03:39 +00:00
Tom Gilbert ace6874400 Sun Feb 27 13:05:15 GMT 2000
(gilbertt)

Epplet-side fix for the "millions of remember requests" bug.
I'll implement a better fix when I add a new ipc call to e :)


SVN revision: 2137
2000-02-27 13:06:43 +00:00
Michael Jennings 7f125c8515 Wed Feb 16 09:06:15 PST 2000
(KainX)

Apparently somebody didn't think about what would happen if the textbox were
empty. :-)


SVN revision: 2080
2000-02-16 17:07:48 +00:00
Christian Kreibich a7072c6ce3 No warnings, no worries :)
SVN revision: 2079
2000-02-16 16:22:04 +00:00
Christian Kreibich 03f5fe8def Added a timer to E-Mountbox that keeps the display up to date.
SVN revision: 2078
2000-02-16 16:19:19 +00:00
Tom Gilbert a4934f26e4 Sat Feb 5 03:20:49 GMT 2000
(gilbertt)

Preliminary wheelmouse support for sliders.


SVN revision: 2013
2000-02-05 03:25:24 +00:00
Christian Kreibich cfeace2a40 "Eject" support for E-Mountbox.
SVN revision: 2007
2000-02-02 18:57:06 +00:00
Michael Jennings 7a28b8b00d ljlane swears that martians put this here.
Personally, I blame gilbertt.
;-)


SVN revision: 2006
2000-02-01 20:42:14 +00:00
Michael Jennings bdc5f58647 Tue Feb 1 12:26:41 PST 2000
(KainX)

Patches and an icon from Jerome De Greef <jerome_degreef@hotmail.com>.


SVN revision: 2005
2000-02-01 20:30:37 +00:00
Christian Kreibich 5bf0574728 E-Mixer didn't cleanup.
SVN revision: 2000
2000-01-31 22:57:06 +00:00
Christian Kreibich 90e370b7f5 damnit.
SVN revision: 1998
2000-01-31 16:25:03 +00:00
Christian Kreibich 5489ee8f21 Put the cursor where it should be when clicking in a textbox.
SVN revision: 1997
2000-01-31 16:23:48 +00:00
Christian Kreibich a100fb4390 Updated docs for E-Mountbox.
SVN revision: 1994
2000-01-28 20:32:12 +00:00
Carsten Haitzler d7f13b4a79 fix typo :) thanks bazza - managed to lose the other patch...
SVN revision: 1985
2000-01-28 18:35:50 +00:00
Wayde Milas eb3afb0581 Bug fixes.
SVN revision: 1983
2000-01-28 04:29:32 +00:00
Wayde Milas d47215b6b5 Fixed the pixilating problem. Im not using mipmaps cause i dont feel like
spending the time. deal with it. :P I am seperating out the specular light
so we get nice lighting and material properties with the texture. Yeah. The
effect fails with Invalid value to GLX_lightmodel_size on my box when running
in GLX hardware. It runs fine and looks nice in software MESA. I'm gonna
spend some time tracking down the glx bug. Not much else to do in this epplet,
It pretty much demos all the stuff i wanted to show. Go out and build
3D spinning load meters and stuff now!


SVN revision: 1982
2000-01-28 02:29:51 +00:00
Wayde Milas a4a42b02d7 Opps, forgot to include the texture RGB file.
SVN revision: 1981
2000-01-27 23:58:05 +00:00
Wayde Milas bd3718af20 Added basic texture mapping for the cube. It does not take lighting into
effect, and the damn texture is pixilating as it spins, but it works :P I'll
fix the pixilating and add light and alpha blending in in a bit.


SVN revision: 1980
2000-01-27 21:06:45 +00:00
Wayde Milas 5638ac1343 Added a icon. woop.
SVN revision: 1976
2000-01-26 02:41:22 +00:00
Wayde Milas 7e40e68d81 Added Epplet_default_bind_GL, a quick and dirty default binding for people
to use if the new Epplet_bind_double_GL confuses the hell out of em and they
dont need Epplet_bind_double_GL various buffer settings.


SVN revision: 1975
2000-01-25 21:51:46 +00:00
Wayde Milas f467bc0d4a Altered the api so that you can define ALL the nitty gritty GLX stuf like
accumulation buffers for red, green, blue, alpha channels, depth buffers,
stencil buffers, ect. I'll Add default easier to use calls next.


SVN revision: 1973
2000-01-25 21:07:05 +00:00
Wayde Milas 79b565d620 Ok, the Demo now works corretly. Lighting works on the cube but NOT on the
square. The square doesnt have and back face normals and i really dont want
to set any up, since its just supposed to show how to draw a simple non
lighted polygon with colors. Next task is to solidify the glx epplet epi.


SVN revision: 1971
2000-01-25 17:04:56 +00:00
Wayde Milas 44f512f364 Well, I broke alot of stuff in the Demo. The important part is that the
light mapped cube works. I need to totally redo the api interface to
enable the correct stecil, depth, and accumulation minimums.


SVN revision: 1970
2000-01-25 04:48:59 +00:00
Michael Jennings db8ab96bb7 *sigh*
SVN revision: 1968
2000-01-24 19:17:15 +00:00
Carsten Haitzler f876ffe8c4 add to cvs :)
SVN revision: 1967
2000-01-24 17:41:50 +00:00
Carsten Haitzler e1f8269cdd patch for spec and makefiles to make dist smaller :)
SVN revision: 1966
2000-01-24 17:10:49 +00:00
Wayde Milas dd22073df5 Damn, Errant commit. I hate scripts.
SVN revision: 1964
2000-01-24 03:10:13 +00:00
Wayde Milas 29b5ac60f7 Oops, forgot to take out some debugging code.
SVN revision: 1963
2000-01-24 03:01:56 +00:00
Wayde Milas 61950733d8 New popup for lighting. Turn it on or off, ect. Only works for the cube, and it
still doesnt work correctly.


SVN revision: 1962
2000-01-24 02:48:56 +00:00
Wayde Milas 9334c967f4 Added saving for configurations. Also started to add lighting. As you can see, its going horribly wrong right now. I'll fix it as soon as i can.
SVN revision: 1961
2000-01-23 23:35:14 +00:00
Wayde Milas 5abf967a95 Altered the cube to use vertex arrays. You can see how to use glVertex3f
calls in teh square, and the much more compact Vertex arrays for the
cube. Notice how it is possible to put them in a display list as long as
you dont alter the vertex data :P


SVN revision: 1960
2000-01-22 03:24:01 +00:00
Wayde Milas bf827469ac Added config popup that lets you select objects. Added a 3d rotating
purple cube to the flat colored square. Anyone have any suggestions
for an E-texture that i can slap on teh sides of the cube? :P


SVN revision: 1956
2000-01-20 23:47:14 +00:00
Tom Gilbert 4d856ed2f6 Oops. I screwed StriderZ indenting. I think this is how he had it...
SVN revision: 1955
2000-01-20 20:19:01 +00:00
Tom Gilbert 1d0983e2a6 Thu Jan 20 20:15:26 GMT 2000
(gilbertt)

Argh. Finally got bugged by E-Exec's size not tesselating properly, and so I
added a --proper-size commandline option to fix that right up =)

Sorry StriderZ ;)


SVN revision: 1954
2000-01-20 20:17:11 +00:00
Wayde Milas d69546fc56 Altering the changelog per Mandrakes request.
SVN revision: 1953
2000-01-20 14:56:20 +00:00
Wayde Milas db306b79ac Cleaned up more of the Demo code. Tried to track down the case where
Orthogonal projection is getting mapped 2 pixel up and to the right
in the viewport. Cant figure out why its happening. For now im just
adjusting the viewport 2 pixels down and left. Oh, also notice the
pretty colors on teh square. I PROMISE I'll put something more interesting
to look at in in a day or two. :P


SVN revision: 1952
2000-01-20 03:56:46 +00:00
Michael Jennings cad9ae4512 Wed Jan 19 12:32:56 PST 2000
(KainX)

If we run out of images, don't just sit and spin like an idiot.  Tell the user
there's a problem and let them fix it.


SVN revision: 1951
2000-01-19 20:33:47 +00:00
Wayde Milas 72e650acbb Dont mind me. I forgot to include the data file, then i totally flubbed the commit. Sorry for the spam.
SVN revision: 1948
2000-01-19 04:05:05 +00:00
Wayde Milas 8e2554c699 Added a helpfile/help screen for E-OpenGL-Demo
SVN revision: 1947
2000-01-19 03:44:58 +00:00
Wayde Milas 515bde65b2 Cleaned up the code, fixed the identing to all tabs like normal people use,
and added a close box.


SVN revision: 1946
2000-01-19 03:06:16 +00:00
Michael Jennings 027a5161aa Not needed.
SVN revision: 1942
2000-01-18 23:43:54 +00:00
Michael Jennings d3e7f3fa66 Thanks Valdis.
SVN revision: 1940
2000-01-18 19:27:12 +00:00
Carsten Haitzler 543bd572d1 minor typo fix :)
SVN revision: 1938
2000-01-18 18:25:21 +00:00
Wayde Milas 23ccffba5b Faster spinning square. Oh boy.
SVN revision: 1930
2000-01-15 03:44:13 +00:00
Wayde Milas a04cdb79cc Finnished the abstraction. Single and double buffer binds now only need
and Epplet_gadget drawingarea.


SVN revision: 1929
2000-01-15 03:10:38 +00:00
Wayde Milas b8b567d918 Added the beginnings of single and double buffer abstraction.
SVN revision: 1928
2000-01-15 03:07:11 +00:00