Advertisement

Results for "Author: vitaly"

4_2005-2006 #155188
Dictionary.com

Very simple code that using the Internet Explorer OCX and the Dictionary.com to translate words (English/English). Useful as application and you might learn something from the code (even though there is not much of it).

4_2005-2006 #155189
BeMud v1.0 - Multiplayer text rpg game

This is my next version of BeMud, here are the current features of the version: General - DAO based database connection - Code supports all popular telnet clients: Windows telnet, zMUD and gMUD - Text is automatically wrapped - Ansi colors - Prompt - Better command stacking and spam protection - Character movement - Room structure - Areas structure (Characters can move from area to area) Communication - 'Say' command - 'Emote' command - Socials Items - 'Get' command - 'Drop' command - 'Invenory' command - 'Give' command - Item aliasing and choosing (e.g "get weapon 2") Fighting - 'Hit' command - 'Approach' command - 'Retreat' command - Using weapons in fight - Bleeding and death - Bare hands fighting - Skills and easy skill adding - 'missile' command (skill) Mobs - Socials work on mobs - Pc to mobs fighting - Basic online mob creation - 'loadmob' admin command - Simple mob artifical intelligence - can attack the player - Mobs bleed Commands - 'Who' command - 'Look' command - 'News' command - 'Spy' admin command - Code is heavily commented Happy mudding =)

5_2007-2008 #177698
The Array, the Pointer and the String tutorial.

The article teaches more about the way strings, arrays, pointers and pointer's pointers work. The article goes step by step and shows a few examples in which strings are manipulated.

5_2007-2008 #177699
Function is left value

For anyone who thought that function can only be right value - See this code.

5_2007-2008 #177700
Creating a comfortable ToDo list in "Visual C++" using "Visual C++" macros (Not an add-in).

Using this tutorial you will be able to create a ToDo file wich writes the dates and marks the done tasks. All this using macros.

5_2007-2008 #177701
BeMUD - Mud code source (Winsock protocol multiplayer game)

This code is almost playable mud code. It supports: - Multiplaying (2 or more people can connect at time). - Ansi color - Rooms and movement - Say command: Communication between people standing in the same room - Emote, news, quit commands - Working and only minor bugs Tell me what you think. There is a new version aviable of BeMud: http://planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=14000

5_2007-2008 #177702
Proper case function! hi! iT is CoOl -> Hi! It is cool

To fix the input of the user. For example if the user inputs a bad case sentance it will make it normal: what do yOu think? -> What do you think? It checks for ./?/!. Have fun.

5_2007-2008 #177703
Object Oriented aggregation tutorial

This is an example to Object Oriented aggregation in Visual Basic. The example uses classes to emulate getting info from the selected item and displaying it.

5_2007-2008 #177704
Random name creator (For creating nicknames and RPGs names)

The code generates a random name. I am giving basically two simple functions with which you can create a loop that will make many thousands of nicknames or names for roleplay games. Check it out.

5_2007-2008 #177705
Unqiue ASCII drawing program

I've made this program to a mud I played. In the game there was a drawing scroll, to draw on it I had to use annoying dot commands (e.g dot 1,1 white, dot 2,2 white bold) needless to say that because of the bother no one used this drawing scroll. That's why I did this program. You use the mouse and the colors just as any simple drawing program to draw your picture, then you press "Generate Draw" (In the menu) and there you get it, all the dot commands are generated for you. Enjoy the code, I am sure you will find it a good use =).

5_2007-2008 #177706
Dictionary.com

Very simple code that using the Internet Explorer OCX and the Dictionary.com to translate words (English/English). Useful as application and you might learn something from the code (even though there is not much of it).

5_2007-2008 #177707
BeMud v1.0 - Multiplayer text rpg game

This is my next version of BeMud, here are the current features of the version: General - DAO based database connection - Code supports all popular telnet clients: Windows telnet, zMUD and gMUD - Text is automatically wrapped - Ansi colors - Prompt - Better command stacking and spam protection - Character movement - Room structure - Areas structure (Characters can move from area to area) Communication - 'Say' command - 'Emote' command - Socials Items - 'Get' command - 'Drop' command - 'Invenory' command - 'Give' command - Item aliasing and choosing (e.g "get weapon 2") Fighting - 'Hit' command - 'Approach' command - 'Retreat' command - Using weapons in fight - Bleeding and death - Bare hands fighting - Skills and easy skill adding - 'missile' command (skill) Mobs - Socials work on mobs - Pc to mobs fighting - Basic online mob creation - 'loadmob' admin command - Simple mob artifical intelligence - can attack the player - Mobs bleed Commands - 'Who' command - 'Look' command - 'News' command - 'Spy' admin command - Code is heavily commented Happy mudding =)

6_2008-2009 #200216
The Array, the Pointer and the String tutorial.

The article teaches more about the way strings, arrays, pointers and pointer's pointers work. The article goes step by step and shows a few examples in which strings are manipulated.

6_2008-2009 #200217
Function is left value

For anyone who thought that function can only be right value - See this code.

6_2008-2009 #200218
Creating a comfortable ToDo list in "Visual C++" using "Visual C++" macros (Not an add-in).

Using this tutorial you will be able to create a ToDo file wich writes the dates and marks the done tasks. All this using macros.

6_2008-2009 #200219
BeMUD - Mud code source (Winsock protocol multiplayer game)

This code is almost playable mud code. It supports: - Multiplaying (2 or more people can connect at time). - Ansi color - Rooms and movement - Say command: Communication between people standing in the same room - Emote, news, quit commands - Working and only minor bugs Tell me what you think. There is a new version aviable of BeMud: http://planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=14000

6_2008-2009 #200220
Proper case function! hi! iT is CoOl -> Hi! It is cool

To fix the input of the user. For example if the user inputs a bad case sentance it will make it normal: what do yOu think? -> What do you think? It checks for ./?/!. Have fun.

6_2008-2009 #200221
Object Oriented aggregation tutorial

This is an example to Object Oriented aggregation in Visual Basic. The example uses classes to emulate getting info from the selected item and displaying it.

6_2008-2009 #200222
Random name creator (For creating nicknames and RPGs names)

The code generates a random name. I am giving basically two simple functions with which you can create a loop that will make many thousands of nicknames or names for roleplay games. Check it out.

6_2008-2009 #200223
Unqiue ASCII drawing program

I've made this program to a mud I played. In the game there was a drawing scroll, to draw on it I had to use annoying dot commands (e.g dot 1,1 white, dot 2,2 white bold) needless to say that because of the bother no one used this drawing scroll. That's why I did this program. You use the mouse and the colors just as any simple drawing program to draw your picture, then you press "Generate Draw" (In the menu) and there you get it, all the dot commands are generated for you. Enjoy the code, I am sure you will find it a good use =).

Languages
Top Categories
Global Discovery