ChangeSet ID: 7942
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/04/22 09:06:56
Modified files:
include : incl.php
Log message:
oops, anyone with an old cookie will get a 404, fix this by making sure the cookie is a valid one.
Patch: http://cvs.winehq.com/patch.py?id=7942
Old revision New revision Changes Path
1.4 1.5 +4 -1 lostwages/include/incl.php
ChangeSet ID: 7941
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/04/22 08:48:40
Modified files:
include : incl.php
Log message:
removed the session code and decided to use a cookie for the theme code for now no reason to use mysql just to store session data, I may go back to the session code when there is more user prefs than just the theme.
Patch: http://cvs.winehq.com/patch.py?id=7941
Old revision New revision Changes Path
1.3 1.4 +4 -30 lostwages/include/incl.php
ChangeSet ID: 7934
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/21 18:29:39
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
MIRROR_ARB support is not dependent on OpenGL 1.3 as I originally
ifdef'ed. It is apparently introduced fully in 1.4, or dependent on
another ifdef, GL_ARB_texture_mirrored_repeat.
Patch: http://cvs.winehq.com/patch.py?id=7934
Old revision New revision Changes Path
1.41 1.42 +5 -4 wine/dlls/d3d8/device.c