Chrono Caverns Mac OS

Merlin'sTower
Bill Catambay, Pascal Programmer


Source forMac OS X

Below are some complete Pascal projects, including source code, resources, project file and running application. This source code is provided as-is, free of charge. If you have short questions about any of this code, you may e-mail the author, but please do not expect a tutorial on how to program.

The Ancient Cavern is an area reached from the whirlpool near Otto Godblessed's house. Players must dive into the whirlpool to enter the cavern, which contains many high-level monsters, including a high level metal dragon, the mithril dragon. Later only); on Mac OS X, XCode 6 or later; Project Chrono, for fully coupled fluid/solid and solid/solid interaction: version 3 or version 4 of the Chrono library are supported; GPUSPH can be compiled without Chrono support; moving objects with prescribed motion (e.g. Paddles and gates) and no force-feedback are supported in this configuration.

NOTE: Merlin's Tower is now being used as a repository for Free Pascal (FPC) projects as well. 'FPC' will be listed as a highlight for all FPC contributions.
Source Code PackageHighlights
GNU Regex, by Ryan Joseph
Posted: 02-11-09
This is a FPC wrapper for the GNU regular expressions library. I didn't include a demo program because all that would contain are example expressions which one can find anywhere. I'm happy that after all my headache trying to get regular expressions in Pascal everyone can now use this.
- FPC
- GNU expressions library
- Event processing
- Menu processing
- HIView
- Custom views
SkelView, by Ingemar Ragnemalm
Posted: 11-02-08
SkelView is intended as an addition to View Manager (and thereby TransSkel). It is a simple interface to a plain HIView, using callbacks for drawing, mouse clicks and keydowns, in order to implement simple views. The big difference to ViewManager is that SkelView is for building custom views in a simple way rather than handling the existing ones. Instead of implementing a big event central, you write a few callbacks and pass them to SkelView.
- FPC
- Carbon Events
- Event processing
- Menu processing
- HIView
- Custom views
Toolbar Manager 1.0, by Ingemar Ragnemalm
Posted: 11-02-08
A module for simplifying toolbar programming. Application framework using the Carbon interface. Simplifies event processing, menus etc. It includes add-on units like TransDisplay (for logging) and ViewManager (for HIView management). Includes source and demo application.
- FPC
- Carbon Events
- Event processing
- Menu processing
- Toolbar management
TranSkel 4.0.1, by Ingemar Ragnemalm
Posted: 11-02-08
Application framework using the Carbon interface. Simplifies event processing, menus etc. It includes add-on units like TransDisplay (for logging) and ViewManager (for HIView management). Originally written for very early MacOS, now modernized to modern Carbon. Includes a number of demo programs.
- FPC
- Carbon Events
- Event processing
- Menu processing
- HIView
- TransDisplay
FPC Carbon Demos, by Richard Ward
Posted: 8-10-08
This package includes 10 demo applications sampling various features of OS X implemented in FreePascal. The package includes the source code, NIBs and executable universal applications.
- FPC
- Carbon Events
- Core Graphics/Quartz
- NIBs
- File paths
- Resizing windows
HICascadingView, by Ryan Joseph
Posted: 7-9-08
HICascadingView creates a HIView like that found in the Finder's Get Info window. This example is written in MW Object-Pascal, and includes project file, source code, and demo application.
- Carbon events
- Cascading Views
- Various widgets
SplitView, by Ryan Joseph
Posted: 7-9-08
This is a small demo using HIViews which opens a window and sets the panes for split views. This example is written in MW Pascal, and includes project file, source code, and demo application.
- Carbon events
- Split view panes
- Resizable panes
- Pane toggle
New Skel, by Ingemar Ragnemalm
Posted: 7-14-07
Lookalike for the old Skel demo, but rewritten from the ground up for modern Carbon. Carbon Events, nibs, menus. A reasonable skeleton program to build from, including stubs for the most basic event types.
- Carbon events
- NIBs
- Menus
- Basic event types
API Wars, by Ingemar Ragnemalm
Posted: 7-14-07
Graphics demo with attitude. In particular it is a CG demo covering more than the usual trivial rectangles, including loading images from files. It also shows, for the record, that QuickDraw is not as old-fashioned and uncapable as some people try to tell us.
- Graphics
- Loading images from files
- QuickDraw
iSee Videots, by Christian Franz
Posted: 1-30-07
This is a small sample program that demonstrates accessing your iSight through the SequenceGrabber, and how to apply some video effects in real-time. Includes sample app that requires a video camera, as well as source code.
- Carbon events
- Sequence grabbing
- Video effects
- Grayscale
- Edge detection
HISimpleList, by Gale Paeper
Posted: 9-01-06
Pascal conversion of Apple's HISimpleList sample code. Shows how to use HIView related APIs to implement CarbonEvents based custom controls. Demonstrates using CFMLateImport sample code as an alternate method for calling CoreGraphics routines in a PPC CFM project without Mach-O function pointer hassles. Updated for compiling with Mac OS X Pascal Interfaces Version G and common source code building with CodeWarrior Pascal and GNU Pascal compilers. Includes projects for CW Pro 8.3 CW Pascal building, CW Pro 8.3 GNU Pascal plugin building, and Xcode 2.x GNU Pascal Xcode integration Kit building.
- HIView Custom
- Controls
- CoreGraphics Drawing
- CarbonEvents
- Event Handling
OpenAL Demo, by Christian Franz
Posted: 8-13-06
This demo is based loosely on Apple's Objective C OpenAL Demo, and sports four audio sources and one listener. Click with your mouse to re-position the listener. It includes the source code, application, and package bundle containing resources.
- Carbon events
- Sound playing
- 2D sound positioning
- Resources from bundles
Quartz Demo, by Christian Franz
Posted: 4-30-06
Demonstrates use of mixed QuickDraw and CoreGraphics. Also shows how to use Rotation, Blend Modes, Transparency, and mirroring an image. This XCode 2.1 demo project contains source code written in Free Pascal to demonstrate simple use of CoreGraphics in a Window along with QuickDraw.
- QuickDraw
- CoreGrahics
- Image Rotation
- Image Blend Modes
- Image Transparencies
CTRL Demo, by Christian Franz
Posted: 11-30-05
Demo application that installs two custom controls into a window and shows you how to handle direct control clicks and commands sent by the control. When you click into the control, you will be presented with a color picker. After picking a color, the control will send a command to your application.
- Carbon Custom Controls
- Carbon Event Handlers for windows and Applications
- Carbon Commands
GWorld Demos, by Ranko Bojanic
Posted: 10-2-05
This project uses GWorld mappings and linear interpolations between starting and ending colors (click on colored rectangles in bottom right corner to get new random starting and ending colors or use color picker to select these colors). Click on 'Copy from GWorld' button to see a gradual transition from one color into the other. Includes source code, executable, and CW Pro 7 project files.
- GWorld mappings
- Linear interpolations of colors
Makevc, by Willett Kempton
Posted: 4-17-05
Makevc is a Pascal program to make vCards, and is useful for converting a contact list or address book from an older program. Makevc does a good deal of recognizing (e.g., pulling street, PO Box, zip, country, etc., out of a unitary, undifferentiated address field. This project was compiled with GPC and Dr. Pascal, and includes source and executable (runs in Terminal mode on OS X and DOS mode on Windows).
- GPC Pascal example
- Creates vCards
- Interprets unitary, undifferentiated fields
RandomWalks, by F.C. Kuechmann
Posted: 2-15-05
This is a sample Pascal project that uses the GNU Pascal plug-in for CW Studio 8. This program displays a window with random walk paths drawn on screen, and includes source code, project, and executable.
- GNU Pascal plug-in
- Event Handling
- Graphics drawing
- Collision detection
Game of Life, by F.C. Kuechmann
Posted: 2-15-05
This is a sample Pascal project that uses Codewarrior Pro 8 with Metrowerks Pascal. This program is a Pascal version of Conway's 'Game of Life', and includes source code, project, and executable.
- CW Pro 8
- Event Handling
- Graphics drawing
- Game of Life simulation
HIToolbar Pascal, by Ryan Joseph
Posted: 12-10-04
This is a unit and library that supports the port of HIToolbar to Pascal.
- HIToolbox functions
Call Mach-O Samples, by Adriaan van Os
Posted: 7-20-04
Samples that show how to call Mac OS X routines that are not in Carbon (Codewarrior and GNU Pascal), and how to write a Mac OS X framework in GNU Pascal (including integration with Codewarrior). Includes source code and project files.
- Mach-O Calls
- GNU Pascal
- Codewarrior GNU integration
Object Array Defs, by James Derrick
Posted: 7-17-04
In response to the recent query about arrays, here is a library which manages arrays of various sorts, including arrays of objects, and also has facilities for performing FFTs and plotting data. It includes the source code and project file.
- Array handling
- FFTs
- Data plotting
Bubul, by Jean-Claude Jesior
Updated: 6-24-04
This sample is mainly an illustration of the use of CopyBits in Carbon. It also shows how to handle movable dialogs and how to set their font. Project has been compiled with CodeWarrior 8.3 in Mac OS 10.3.2, and includes source code, project files, and executables for both OS 9 and OS X.
- Carbon Copybits
- Movable dialogs
- Setting fonts in buttons and static text
OGL Hovertank, by Christian Franz
Posted: 3-4-03
Shows how to use OpenGL camera, and some 3D movement transformations. Also shows some basic vehicle effects such as acceleration, inertia, and friction. Includes project file, executable and source (requires OpenGL libraries).
- OpenGL calls
- OpenGL camera
- OpenGL 3D movements
- Vehicle effects
GrabBag, by David Bainbridge
Posted: 7-31-02
This project contains the Pascal converted code for the GrabBag sample found in the CarbonLib 1.6 GM SDK. This conversion is not from Apple but from myself as an indepent contractor to help any Pascal programmers take full advantage of Carbon.
- CarbonEvents
- Sheets & Alerts
- Event Handlers
- Nib's
- Preferences
- Help book
TESample, by Bill Catambay
Posted: 11-28-01
This is the original TESample code that Apple created for the 68K machine. It has been drastically changed to work under Carbon.
- Event driven
- Resizable Window
- Text Edit
Traffic Lights, by Ranko Bojanic
Posted: 11-28-01
Simple Carbon app which displays red and green lights in a resizable window.
- Event driven
- Resizable Window
Battle Sea, by Matteo Varisco
Posted: 10-10-01
This page describes the game Battle Sea, a game similar to the board game Battleship, and provides the Pascal source code, a project file and a running application.
- Board Game
- Event driven
- Windows & Dialogs
- Game graphics
- Game AI
Coin RAEL, by Matteo Varisco
Posted: 9-26-01
This is a CodeWarrior Pro 4 project showing how to create a game in Pascal using the Carbon environment (it works with MacOS 9.0.4, 9.1 and 10.0.4). Includes source code, project file, and classic OS 9 executable.
- Board Game
- Event driven
- Windows & Dialogs
- Multiple Undos
- Offscreen drawing
- Game graphics
BasicAppCarbon, by Ron Drake
Posted: 9-21-00
This is a basic shell program simply to demonstrate a carbonized Pascal project.
- Menus
- AppleEvents

Chrono Caverns Mac Os Download

This page authored by Bill Catambay
Comments to: Pascal Central Editor
Chrono caverns mac os downloads

Some of the recent scams that used bogus security alerts in a bid to frighten Mac users into purchasing worthless security software appear to have been the brainchild of ChronoPay, Russia’s largest online payment processor and something of a pioneer in the rogue anti-virus business.

Chrono Caverns Mac Os Downloads

Since the beginning of May, security firms have been warning Apple users to be aware of new scareware threats like MacDefender and Mac Security. The attacks began on May 2, spreading through poisoned Google Image Search results. Initially, these attacks required users to provide their passwords to install the rogue programs, but recent variants do not, according to Mac security vendor Intego.

A few days after the first attacks surfaced, experienced Mac users on Apple support forums began reporting that new strains of the Mac malware were directing users to pay for the software via a domain called mac-defence.com. Others spotted fake Mac security software coming from macbookprotection.com. When I first took a look at the registration records for those domains, I was unsurprised to find the distinct fingerprint of ChronoPay, a Russian payment processor that I have written about time and again as the source of bogus security software.

The WHOIS information for bothdomains includes the contact address of fc@mail-eye.com. Last year, ChronoPay suffered a security breach in which tens of thousands of internal documents and emails were leaked. Those documents show that ChronoPay owns the mail-eye.com domain and pays for the virtual servers in Germany that run it. The records also indicate that the fc@mail-eye.com address belongs to ChronoPay’s financial controller Alexandra Volkova.

Recent domain purchases tied to ChronoPay's fc@mail-eye.com account.

The leaked documents also have given ChronoPay’s enemies access to certain online records that the company maintains, such as domain registration accounts tied to the firm. Both mac-defence.com and macbookprotection.com were suspended by the registrar — a company in the Czech Republic called Webpoint.name. But a screen shot shared with KrebsOnSecurity.com shows that someone recently used that fc@mail-eye.com account to register two more Mac security-related domains that haven’t yet shown up in rogue anti-virus attacks against Mac users: appledefence.com and appleprodefence.com.

Perhaps Apple will have better luck than others who have tried convincing ChronoPay to quit the rogue anti-virus business, but I’m not holding my breath. As I noted in a story earlier this year, ChronoPay has been an unabashed “leader” in the scareware industry for quite some time. In 2008, it was the core processor for trafficconverter.biz, the rogue anti-virus affiliate program that was designed to be the beneficiary of the first strain of the Conficker worm, a menacing contagion that still infects millions of PCs worldwide. Last March, the company was at the forefront of another emerging scam, when it began processing payments for icpp-online.com, a scam site that targeted filesharing users and stole victims’ money by bullying them into paying a “pre-trial settlement” to cover a “Copyright holder fine.”

Update, May 29: ChronoPay responded by publishing a statement denying any involvement in the MacDefender attacks.

Mac

Chrono Caverns Mac Os Catalina

Original post:

Chrono Caverns Mac Os X

Apple has issued an official support note telling users how to avoid or remove Mac Defender malware. ZDNet also got hold an unofficial document that Apple apparently is distributing to its customer support personnel in charge of fielding complaints about the attacks. I should point out that all of the rules from my recent blog post Krebs’s 3 Basic Rules for Online Safety apply just as well to Mac users as they do to Windows folks. But #1 is the most important, and keeps Mac users out of trouble here: “If you didn’t go looking for it, don’t install it!”