]> code.citadel.org Git - citadel.git/commit
Changed 'enter' so that in normal rooms it doesn't ask 'to' anymore. Now
authorSteve Williams <patriot@uncensored.citadel.org>
Wed, 15 Dec 1999 02:43:08 +0000 (02:43 +0000)
committerSteve Williams <patriot@uncensored.citadel.org>
Wed, 15 Dec 1999 02:43:08 +0000 (02:43 +0000)
commit8f8b62e5f30c6a3cc14ffe84808be5f9b7a7bf14
treeee4504ff7c40d323f3c8cfc668d21ab402ee38a0
parent702056162c085dd550b7a4d96a15555b1c4dda62
Changed 'enter' so that in normal rooms it doesn't ask 'to' anymore.  Now
it only asks for a recipient in Mail.

Remove delete this; in button_goto (roomview.cpp), as it was causing
daphne to crash if goto was clicked more than once.  Unfortunately this
results in a potentially infinite number of room windows open at once,
but as this was the MAIN instability issue with the Linux version it had
to be dealt with.

Worked more on the windows port.  Executable is unstable and will be
worked on this week.  unfortunately wxWindows is not nearly as portable as
stated and I'll have to learn a whole new set of commands to deal with the
MSW port.  Getting there though.
daphne/Makefile
daphne/citclient.cpp
daphne/enter.cpp
daphne/includes.hpp
daphne/roomview.cpp