Don't stop... believin... hold on to those dreams yay eyeah
This commit is contained in:
parent
54ae97cf6e
commit
fd8678020f
|
@ -5,12 +5,20 @@ This file showcases the direction of where this software wants to go as it
|
||||||
continues to expand. Some things that will probably be mentioned will be
|
continues to expand. Some things that will probably be mentioned will be
|
||||||
vague, and serve mostly to remind me of my own ideas.
|
vague, and serve mostly to remind me of my own ideas.
|
||||||
|
|
||||||
Some of them are pretty big or impressive things with a simple description
|
BUGS AND POSSIBLE ISSUES
|
||||||
that doesn't accurately portray what they actually mean as far as usability.
|
========================
|
||||||
|
|
||||||
I'll try to be mindful of those things and be more decriptive so long as it
|
? Validate ARCHIVE extensions are not case sensitive in Mystic
|
||||||
isn't a huge time sync to bring in more "design" level elements and their
|
! GOTO does not always work properly in MPL (IceDevil)
|
||||||
intentions.
|
! Complex boolean evaluations using numerical variables can sometime fail to
|
||||||
|
compile (IceDevil)
|
||||||
|
! After data file review, add missing variables to various MPL Get/Put
|
||||||
|
functions.
|
||||||
|
! MYSTPACK has access denied errors (caphood)
|
||||||
|
? Reapern66 has expressed that the minimal CPU requirements may be too
|
||||||
|
agressive. Work with him to sort out his baseline, and potentially reduce
|
||||||
|
the CPU requirement for new versions. Or just tell people the code is
|
||||||
|
already available GPL and let them compile it if it is a problem?
|
||||||
|
|
||||||
FUTURE / IDEAS / WORK IN PROGRESS / NOTES
|
FUTURE / IDEAS / WORK IN PROGRESS / NOTES
|
||||||
=========================================
|
=========================================
|
||||||
|
@ -53,18 +61,23 @@ FUTURE / IDEAS / WORK IN PROGRESS / NOTES
|
||||||
Linux and OSX peeps that do not have a page sysop function.
|
Linux and OSX peeps that do not have a page sysop function.
|
||||||
- NNTP server completion
|
- NNTP server completion
|
||||||
- MBBSCGI (or PHP DLL) [Grymmjack might have the only MBBSCGI copy]
|
- MBBSCGI (or PHP DLL) [Grymmjack might have the only MBBSCGI copy]
|
||||||
|
- If not the above then finish the HTTP server?
|
||||||
- Rework code base to compile with newly released FPC (2.6.0).
|
- Rework code base to compile with newly released FPC (2.6.0).
|
||||||
|
- SDL versions of m_input and m_output and also use SDL if that becomes
|
||||||
BUGS AND POSSIBLE ISSUES
|
reality for the ability to play WAV/MP3/MIDI files etc as SysOp
|
||||||
========================
|
notification of events and pages. Maybe someone else can take on creating
|
||||||
|
a mimic of m_Output_Windows and m_Input_Windows using SDL? This would
|
||||||
? Validate ARCHIVE extensions are not case sensitive in Mystic
|
benefit the entire FPC community, and not just Mystic. NetRunner could
|
||||||
! GOTO does not always work properly in MPL (IceDevil)
|
also have a full screen mode in Windows, Linux, and OSX.
|
||||||
! Complex boolean evaluations using numerical variables can sometime fail to
|
- Possibility of OS/2 port again? Need to find a working OS/2 VMware in
|
||||||
compile (IceDevil)
|
order to do this. Once MDL is ported over it should almost just work.
|
||||||
! After data file review, add mission variables to various MPL Get/Put
|
- How feasible is an Amiga port? Can an emulator on the PC side be good
|
||||||
functions.
|
enough to use as a development environment? How reliable/complete is FPC
|
||||||
! MYSTPACK has access denied errors (caphood)
|
for Amiga? Does anyone even care? :)
|
||||||
? Reapern66 has expressed that the minimal CPU requirements may be too
|
- MBBSTOP rewrite
|
||||||
agressive. Work with him to sort out his baseline, and potentially reduce
|
- MVIEW rewrite to mimic oldskool AcidView type deals, which would be amazing
|
||||||
the CPU requirement for new versions.
|
combined with the SDL stuff if that happens.
|
||||||
|
- Mystic-DOS rewrite or just code a file manager which would probably be a
|
||||||
|
lot nicer using the new ANSI UI. Combined with the text/ansi editor a
|
||||||
|
SysOp would never need to use anything else to draw/maintain their setup
|
||||||
|
even from a remote telnet connection in Windows, if desired.
|
||||||
|
|
Loading…
Reference in New Issue